POST License
Request Information
URI Parameters
None.
Body Parameters
LicenseEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
None. |
||
| ValidTill | date |
None. |
|
| Status | boolean |
None. |
|
| License | string |
None. |
|
| PartitionKey | string |
None. |
|
| RowKey | string |
None. |
|
| Timestamp | date |
None. |
|
| ETag | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Email": "sample string 1",
"ValidTill": "2025-12-14T07:37:35.4065626+00:00",
"Status": true,
"License": "sample string 4",
"PartitionKey": "sample string 5",
"RowKey": "sample string 6",
"Timestamp": "2025-12-14T07:37:35.4065626+00:00",
"ETag": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.