Licensee

Licensee Object

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

FieldTypeDescription

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:

{
  "addressLine1": "123 Main Street",
  "addressLine2": "Apt 4B",
  "postCode": "12345",
  "city": "Cityville",
  "state": "S",
  "country": "ST"
}

description

string

Description of the licensee.

contact

object

Contact person details.

Example:

{
	"name": "Will Smith",
	"firstName": "Will",
	"lastName": "Smith",
	"email": "will.smith@adastraflex.com",
	"phone": null,
	"user": {
		"id": "USR-0000-0001",
		"href": "/users/USR-0000-0001",
		"icon": null,
		"name": "Will Smith"
	}
}

buyer

seller

account

audit

object

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

Example:

{
  "created": { "at": "...", "by": { } },
  "updated": { "at": "...", "by": { } },
  "disabled": { "at": "...", "by": { } },
  "enabled": { "at": "...", "by": { } },
  "activated": { "at": "...", "by": { } },
  "deleted": { "at": "...", "by": { } }
}

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
}

Last updated

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.