#227:
Change request updated 4 months ago
Was this helpful?
Update the seller object, except the seller status. Use the disable, activate, deactivate, and delete endpoints to manage the status.
curl -L \ --request PUT \ --url 'https://api.platform.softwareone.com/public/v1/accounts/sellers/{id}' \ --header 'Content-Type: application/json' \ --data '{ "id": "text", "audit": {}, "$meta": {}, "externalId": "text", "status": {}, "icon": "text", "currencies": [ "text" ], "address": {}, "name": "text" }'
{ "id": "text", "audit": {}, "$meta": {}, "href": "text", "externalId": "text", "status": {}, "icon": "text", "currencies": [ "text" ], "address": {}, "name": "text" }