Request Information

URI Parameters

NameDescriptionTypeAdditional information
licenseTypeId

The LicenseType identifier.

integer

Required

Body Parameters

None.

Response Information

Resource Description

The LicenseType, if it exists.

Pico.LicenseType
NameDescriptionTypeAdditional information
description

Gets or sets the description.

string

None.

code

Gets or sets the code.

string

None.

isActive

Gets or sets a value indicating whether license type is active.

boolean

None.

id

Gets or sets the license type identifier.

integer

None.

licenses

Gets or sets the license ids.

Collection of integer

None.

Response Formats

application/json, text/json

Sample:
{
  "description": "sample String 1",
  "code": "sample String 2",
  "isActive": true,
  "id": "4",
  "licenses": [
    1,
    2
  ]
}

text/html

Sample:
{"description":"sample String 1","code":"sample String 2","isActive":true,"id":"4","licenses":[1,2]}