PUT api/Machine/GrabLicense?isLogin={isLogin}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| isLogin | boolean |
Required |
Body Parameters
Machine| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| LastUser | string |
None. |
|
| LastApp | string |
None. |
|
| LastLoginTime | date |
None. |
|
| LastExeTime | date |
None. |
|
| Dat | string |
None. |
|
| IsRetired | boolean |
None. |
|
| LapsedTime | integer |
None. |
|
| LogLevel | string |
None. |
|
| MachineGroupId | integer |
None. |
|
| MachineGroup | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Name": "sample string 2",
"LastUser": "sample string 3",
"LastApp": "sample string 4",
"LastLoginTime": "2026-06-04T22:59:45.6623162-05:00",
"LastExeTime": "2026-06-04T22:59:45.6623162-05:00",
"Dat": "sample string 5",
"IsRetired": true,
"LapsedTime": 1,
"LogLevel": "sample string 7",
"MachineGroupId": 1,
"MachineGroup": "sample string 8"
}
application/xml, text/xml
Sample:
<Machine xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VersaiAPI.Business"> <Dat>sample string 5</Dat> <Id>1</Id> <IsRetired>true</IsRetired> <LapsedTime>1</LapsedTime> <LastApp>sample string 4</LastApp> <LastExeTime>2026-06-04T22:59:45.6623162-05:00</LastExeTime> <LastLoginTime>2026-06-04T22:59:45.6623162-05:00</LastLoginTime> <LastUser>sample string 3</LastUser> <LogLevel>sample string 7</LogLevel> <MachineGroup>sample string 8</MachineGroup> <MachineGroupId>1</MachineGroupId> <Name>sample string 2</Name> </Machine>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |