Create a new Buyer object for the client account.
Was this helpful?
#227:
Change request updated 3 months ago
/v1/accounts/buyers
curl -L \ --request POST \ --url 'https://api.platform.softwareone.com/public/v1/accounts/buyers' \ --header 'Content-Type: application/json' \ --data '{"audit":{},"$meta":{},"contact":{},"externalIds":{},"status":{},"address":{},"account":{},"name":"text","sellers":[{"audit":{},"$meta":{},"status":{},"address":{},"currencies":[null]}]}'
{ "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" ] } ] }