Licensee

Licensee Object

The licensee object represents a licensee in the Marketplace platform. This object contains the following properties:

Field
Type
Description

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:

buyer

seller

account

audit

object

Possible audit events: Created, Updated, Activated, Disabled, Deactivated, or Deleted.

Example:

Example

{
	"id": "LCE-8893-6916-0000",
	"href": "/accounts/licensees/LCE-8893-6916-0000",
	"contact": null,
	"name": "Stark Industries",
	"externalId": null,
	"status": "Active",
	"address": null,
	"useBuyerAddress": false,
	"icon": null,
	"description": null
}

SoftwareOne is a trademark of SoftwareOne, Inc. "The Software Licensing Experts" is a service mark of SoftwareOne, Inc. VAR assist is a trademark of SoftwareOne, Inc. "It pays to partner" is a service mark of SoftwareOne, Incorporated.