For the complete documentation index, see llms.txt. This page is also available as Markdown.

Licensee

The Licensee object represents a licensee in the Marketplace platform.

This object contains the following attributes:

Field
Type
Description

id

string, core

(Read-only) The primary identifier for the licensee.

status

string

The status of the licensee. Allowed values:

  • Enabled

  • Active

  • Disabled

  • Deleted

name

string, core

The licensee's name.

icon

string

(Optional) A relative path to the licensee’s logo.

externalId

string, core

(Optional) The external identifier.

useBuyerAddress

boolean

(Optional) Defines whether the address should be copied from the buyer.

address

object

(Optional) The address of the licensee.

Example:

description

string

(Optional) A description of the licensee.

contact

object

The details of the contact person.

Example:

buyer

object

Represents the buyer object.

seller

object

Represents the seller object.

account

object

Represents the account object.

audit

object

(Read-only) Represents the audit object.

Examples

LICENSEE OBJECT
{
  "name": "Stark Industries Finance Dept",
  "externalId": "WW-CON-12345678",
  "status": "Active",
  "address": null,
  "useBuyerAddress": true,
  "icon": null,
  "description": null
}

Last updated

Was this helpful?