Request Information
URI Parameters
None.
Body Parameters
The License.
Pico.LicenseName | Description | Type | Additional information |
---|---|---|---|
state |
Gets or sets the state. |
string |
None. |
identifier |
Gets or sets the Identifier. |
string |
None. |
url |
Gets or sets the URL. |
string |
None. |
startDate |
Gets or sets the StartDate. |
string |
None. |
endDate |
Gets or sets the EndDate. |
string |
None. |
id |
Gets or sets the license identifier. |
integer |
None. |
licenseType |
Gets or sets the License Type identifier. |
integer |
None. |
users |
Gets or sets the user identifiers. |
Collection of integer |
None. |
organizations |
Gets or sets the organization identifiers. |
Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "state": "sample String 1", "identifier": "sample String 2", "url": "sample String 3", "startDate": "sample String 4", "endDate": "sample String 5", "id": 6, "licenseType": 7, "users": [ "1", "2" ], "organizations": [ "1", "2" ] }
text/html
Sample:
{"state":"sample String 1","identifier":"sample String 2","url":"sample String 3","startDate":"sample String 4","endDate":"sample String 5","id":6,"licenseType":7,"users":["1","2"],"organizations":["1","2"]}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
The created License.
Pico.LicenseName | Description | Type | Additional information |
---|---|---|---|
state |
Gets or sets the state. |
string |
None. |
identifier |
Gets or sets the Identifier. |
string |
None. |
url |
Gets or sets the URL. |
string |
None. |
startDate |
Gets or sets the StartDate. |
string |
None. |
endDate |
Gets or sets the EndDate. |
string |
None. |
id |
Gets or sets the license identifier. |
integer |
None. |
licenseType |
Gets or sets the License Type identifier. |
integer |
None. |
users |
Gets or sets the user identifiers. |
Collection of integer |
None. |
organizations |
Gets or sets the organization identifiers. |
Collection of integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "state": "sample String 1", "identifier": "sample String 2", "url": "sample String 3", "startDate": "sample String 4", "endDate": "sample String 5", "id": 6, "licenseType": 7, "users": [ "1", "2" ], "organizations": [ "1", "2" ] }
text/html
Sample:
{"state":"sample String 1","identifier":"sample String 2","url":"sample String 3","startDate":"sample String 4","endDate":"sample String 5","id":6,"licenseType":7,"users":["1","2"],"organizations":["1","2"]}