Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The record identifier.

integer

Required

Body Parameters

The LicenseType.

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.

Request 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]}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

The updated LicenseType.

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]}