POST api/license/{id}/extend
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
LicenseExtendDto| Name | Description | Type | Additional information |
|---|---|---|---|
| LicenseKey | globally unique identifier |
None. |
|
| LicensePricingId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"licenseKey": "c1cef2d4-7784-4561-bdb6-1e5bb012f5c2",
"licensePricingId": "948daf0f-f338-45b7-bce2-121ad40424aa"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.