Was this helpful?
#227:
Change request updated 3 months ago
Create a new licensee object.
/v1/accounts/licensees
curl -L \ --request POST \ --url 'https://api.platform.softwareone.com/public/v1/accounts/licensees' \ --header 'Content-Type: application/json' \ --data '{"audit":{},"$meta":{},"contact":{},"status":{},"address":{},"useBuyerAddress":true,"account":{},"buyer":{},"seller":{}}'
{ "id": "text", "audit": {}, "$meta": {}, "href": "text", "contact": {}, "name": "text", "externalId": "text", "status": {}, "address": {}, "useBuyerAddress": true, "icon": "text", "description": "text", "account": {}, "buyer": {}, "seller": {} }