Was this helpful?
#227:
Change request updated 3 months ago
Create a new Seller object.
/v1/accounts/sellers
curl -L \ --request POST \ --url 'https://api.platform.softwareone.com/public/v1/accounts/sellers' \ --header 'Content-Type: application/json' \ --data '{"audit":{},"$meta":{},"status":{},"address":{},"name":"text","currencies":[null]}'
{ "id": "text", "audit": {}, "$meta": {}, "href": "text", "externalId": "text", "status": {}, "icon": "text", "address": {}, "name": "text", "currencies": [ "text" ] }