#227:
Change request updated 4 months ago
Was this helpful?
Create a new licensee object.
Json representation of the licensee
curl -L \ --request POST \ --url 'https://api.platform.softwareone.com/public/v1/accounts/licensees' \ --header 'Content-Type: multipart/form-data' \ --form 'licensee=[object Object]' \ --form 'logo=binary'
{ "id": "text", "audit": {}, "$meta": {}, "href": "text", "contact": {}, "name": "text", "externalId": "text", "status": {}, "address": {}, "useBuyerAddress": true, "icon": "text", "description": "text", "account": {}, "buyer": {}, "seller": {} }