#330:
Change request updated 4 months ago
Update the Buyer object. You can only update the logo and contact fields only.
Was this helpful?
Json representation of the buyer
curl -L \ --request PUT \ --url 'https://api.platform.softwareone.com/public/v1/accounts/buyers/{id}' \ --header 'Content-Type: multipart/form-data' \ --form 'buyer=[object Object]' \ --form 'logo=binary'
{ "id": "text", "audit": {}, "$meta": {}, "href": "text", "contact": {}, "externalIds": {}, "status": {}, "icon": "text", "address": {}, "taxId": "text", "account": {}, "name": "text", "sellers": [ { "id": "text", "audit": {}, "$meta": {}, "href": "text", "externalId": "text", "status": {}, "icon": "text", "currencies": [ "text" ], "address": {}, "name": "text" } ] }