Licensee
Licensee Object
The licensee
object represents a licensee in the Marketplace platform. This object contains the following properties:
id
string
Primary licensee identifier.
Example: "LCE-1234-1234-1234"
href
string
Relative reference to object on API.
Example: "/v1/accounts/licensees/LIC-1234-1234-1234"
status
string
Status: Enabled
Active, Disabled, Deleted
name
string
Licensee's name.
Example: "Stark Industries Finance Dept"
icon
string
Relative path to licensee’s logo.
Example: "/static/accounts/LIC-1234-1234-1234/logo.png"
externalId
string
External identifier .
Example: "WW-CON-12345678"
useBuyerAddress
boolean
Defines whether address should be copied from buyer.
Example: "true"
address
object
Address of the licensee.
Example:
description
string
Description of the licensee.
contact
object
Contact person details.
Example:
audit
object
Possible audit events: Created, Updated, Activated, Disabled, Deactivated, or Deleted.
Example:
Example
Last updated