Enable Buyer
Enable a previously disabled Buyer object.
When enabled, the buyer status will change to Active
if the buyer has ExternalId
assigned or Enabled otherwise.
post
curl -L \
--request POST \
--url 'https://api.platform.softwareone.com/public/v1/accounts/buyers/{id}/enable'
{
"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"
}
]
}