Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

fields: {"addresses": {"address1":"*"}}

 

Note

Note that addresses is an array, but for the fields value it should be treated as a field, so do not include [ ]

Code Block
{
  "addresses": [
    {
      "address1": "Halfdan Kjerulfs gate 4",
      "self": "http://localhost:8080/ws/rest/Address/231881068",
      "key": 231881068
    }
  ],
  "self": "http://localhost:8080/ws/rest/BusinessPartner/231881010",
  "key": 231881010
}

...