Licensee
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 the object in the API.
Example: /v1/accounts/licensees/LIC-1234-1234-1234"
status
string
Status of the licensee, such as Enabled, Active, Disabled, or 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 the address should be copied from the buyer.
Example: true
address
object
Address of the licensee.
Example:
description
string
Description of the licensee.
contact
object
Contact person details.
Example:
buyer
Reference to the Buyer object.
seller
Reference to the Seller object.
account
Reference to the Account object.
audit
object
Possible audit events: Created, Updated, Activated, Disabled, Deactivated, or Deleted.
Example:
Example
Last updated
Was this helpful?