Update licensee

Updates the licensee object.

You can update the licensee Seller object, except the status (which is managed through the disable, enable, delete endpoints), buyersId , and sellersId.

Update licensee

put

Update licensee. Available for Client and Operations accounts. Accepts application/json or multipart/form-data (with optional icon). Updates licensee fields such as name, address, description, or contacts. Returns the updated licensee object.

Path parameters
idstringRequired

Licensee identifier.

Body
logostring · binaryOptional
Responses
chevron-right
200

OK

application/json
idstringOptional
namestringOptional
iconstring · nullableOptional
revisioninteger · int32Optional
externalIdstring · nullableOptional
statusstring · enumOptionalPossible values:
useBuyerAddressboolean · nullableOptional
descriptionstring · nullableOptional
put
/public/v1/accounts/licensees/{id}

Last updated

Was this helpful?