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": "35ea5dd3-785f-45ac-ab42-2b1aea493834",
"licensePricingId": "6171b49f-dd17-42fa-a0e4-dabd8d547e7c"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.