Licensee
The Licensee object represents a licensee in the Marketplace platform. This object contains the following properties:
id
string
The primary identifier for the licensee.
Example: LCE-1234-1234-1234
href
string
A relative reference to the object in the API.
Example: /v1/accounts/licensees/LIC-1234-1234-1234"
status
string
The status of the licensee.
Possible values: Enabled
, Active
, Disabled
, or Deleted
.
name
string
The licensee's name.
Example: Stark Industries Finance Dept
icon
string
A relative path to the licensee’s logo.
Example: /static/accounts/LIC-1234-1234-1234/logo.png
externalId
string
The external identifier.
Example: WW-CON-12345678
useBuyerAddress
boolean
Defines whether the address should be copied from the buyer.
Example: true
address
The address of the licensee.
Example:
description
string
A description of the licensee.
contact
object
The details of the contact person.
Example:
buyer
A reference to the Buyer object.
seller
A reference to the Seller object.
account
A reference to the Account object.
audit
object
Possible audit events: Created
, Updated
, Activated
, Disabled
, Deactivated
, or Deleted
.
Example:
Example
Last updated
Was this helpful?