Loading...
Update the Buyer object. You can only update the logo and contact fields only.
Json representation of the buyer
Success
const response = await fetch('https://api.platform.softwareone.com/public/v1/accounts/buyers/{id}', { method: 'PUT', headers: { "Content-Type": "multipart/form-data" }, body: JSON.stringify({}), }); const data = await response.json();
{ "id": "text", "href": "text", "icon": "text", "taxId": "text", "name": "text", "sellers": [ { "id": "text", "href": "text", "externalId": "text", "icon": "text", "currencies": [ "text" ], "name": "text" } ] }