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": "de64c01f-9934-4725-819c-f59d38074f98",
"licensePricingId": "4d666d43-e90f-4206-8712-5f146b475954"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.