Loading...
Update the licensee object.
You can update the licensee Seller Object, except the status (which is managed through the disable, enable, deleteendpoints) buyers id and sellers id.
Seller
status
disable
enable
delete
buyers id
sellers id.
Json representation of the licensee
Success
const response = await fetch('https://api.platform.softwareone.com/public/v1/accounts/licensees/{id}', { method: 'PUT', 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" }