...
The update request filter is a comma separated array that lists the properties to update. (NOTE: As of version 4 of the API an update request filter will no loner be required). Here is an example:
Code Block |
---|
{ "filters": [ "currencyId", "name", "displayName" ] } |
...
Use PATCH or PUT
Set request header UpdateRequest to the list of properties to change (no longer required in v4 of APIs)
Include the updated properties in the body of the request
...