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