POST api/LicencingsAsync
Request Information
URI Parameters
None.
Body Parameters
Licencing| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Address | string |
Required String length: inclusive between 0 and 75 |
|
| AppID | string |
Required Min length: 16 String length: inclusive between 0 and 31 |
|
| RegisterDate | date |
None. |
|
| SubscriptionStartDate | date |
None. |
|
| SubscriptionDuration | string |
String length: inclusive between 0 and 250 |
|
| IsEnabled | boolean |
None. |
|
| Status | string |
None. |
|
| IPAddress | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Address": "sample string 2",
"AppID": "sample string 3",
"RegisterDate": "2025-12-07T08:16:41.6419019Z",
"SubscriptionStartDate": "2025-12-07T08:16:41.6419019Z",
"SubscriptionDuration": "sample string 6",
"IsEnabled": true,
"Status": "sample string 8",
"IPAddress": "sample string 9"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
LicencingResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| DomainName | string |
None. |
|
| MachineId | string |
None. |
|
| RegisterDate | date |
None. |
|
| IsEnabled | boolean |
None. |
|
| Status | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"DomainName": "sample string 1",
"MachineId": "sample string 2",
"RegisterDate": "2025-12-07T08:16:41.6419019Z",
"IsEnabled": true,
"Status": "sample string 5"
}