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