Loading...
Create a new licensee object.
Json representation of the licensee
Created
const response = await fetch('https://api.platform.softwareone.com/public/v1/accounts/licensees', { method: 'POST', headers: { "Content-Type": "multipart/form-data" }, body: JSON.stringify({}), }); const data = await response.json();
{ "id": "text", "href": "text", "name": "text", "externalId": "text", "useBuyerAddress": false, "icon": "text", "description": "text" }