Loading...
Enable a previously disabled Buyer object.
When enabled, the buyer status will change to Active if the buyer has ExternalId assigned or Enabled otherwise.
Active
ExternalId
Success
const response = await fetch('https://api.platform.softwareone.com/public/v1/accounts/buyers/{id}/enable', { method: 'POST', headers: {}, }); 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" } ] }