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": "574b809b-1b52-4d31-8325-20f4850eb270",
"licensePricingId": "fea8708f-7403-451e-ad04-596effb2986a"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.