POST api/license/{id}/extend

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

LicenseExtendDto
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.