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": "574b809b-1b52-4d31-8325-20f4850eb270",
  "licensePricingId": "fea8708f-7403-451e-ad04-596effb2986a"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.