GET api/License/getSingleNewLicense?idLincCopy={idLincCopy}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idLincCopy | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
LincCopy| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| idUserGs | integer |
None. |
|
| username | string |
None. |
|
| string |
None. |
||
| token | string |
None. |
|
| lastUpdate | date |
None. |
|
| userType | string |
None. |
|
| enabled | integer |
None. |
|
| idAsset | integer |
None. |
|
| liveDiagnostic | integer |
None. |
|
| idUserChanged | string |
None. |
|
| isVendor | integer |
None. |
|
| productId | integer |
None. |
|
| softwareId | integer |
None. |
|
| associateLicense | integer |
None. |
|
| leaseDate | date |
None. |
|
| updateAllow | date |
None. |
|
| endUse | date |
None. |
|
| module | string |
None. |
|
| multipleLicenseFlag | integer |
None. |
|
| multipleLicense | string |
None. |
|
| user | string |
None. |
|
| isForAllLicense | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"idUserGs": 1,
"username": "sample string 2",
"email": "sample string 3",
"token": "sample string 4",
"lastUpdate": "2025-11-03T13:41:34.3648406+01:00",
"userType": "sample string 5",
"enabled": 1,
"idAsset": 1,
"liveDiagnostic": 1,
"idUserChanged": "sample string 6",
"isVendor": 1,
"productId": 1,
"softwareId": 1,
"associateLicense": 1,
"leaseDate": "2025-11-03T13:41:34.3658393+01:00",
"updateAllow": "2025-11-03T13:41:34.3658393+01:00",
"endUse": "2025-11-03T13:41:34.3658393+01:00",
"module": "sample string 7",
"multipleLicenseFlag": 1,
"multipleLicense": "sample string 8",
"user": "sample string 9",
"isForAllLicense": 1
}
application/xml, text/xml
Sample:
<LincCopy xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebServiceLMS6Auth"> <associateLicense>1</associateLicense> <email>sample string 3</email> <enabled>1</enabled> <endUse>2025-11-03T13:41:34.3658393+01:00</endUse> <id>1</id> <idAsset>1</idAsset> <idUserChanged>sample string 6</idUserChanged> <idUserGs>1</idUserGs> <isForAllLicense>1</isForAllLicense> <isVendor>1</isVendor> <lastUpdate>2025-11-03T13:41:34.3648406+01:00</lastUpdate> <leaseDate>2025-11-03T13:41:34.3658393+01:00</leaseDate> <liveDiagnostic>1</liveDiagnostic> <module>sample string 7</module> <multipleLicense>sample string 8</multipleLicense> <multipleLicenseFlag>1</multipleLicenseFlag> <productId>1</productId> <softwareId>1</softwareId> <token>sample string 4</token> <updateAllow>2025-11-03T13:41:34.3658393+01:00</updateAllow> <user>sample string 9</user> <userType>sample string 5</userType> <username>sample string 2</username> </LincCopy>