Get a single Buyer object by ID.
Was this helpful?
#227:
Change request updated 3 months ago
/v1/accounts/buyers/{id}
curl -L \ --url 'https://api.platform.softwareone.com/public/v1/accounts/buyers/{id}'
{ "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", "address": {}, "name": "text", "currencies": [ "text" ] } ] }