PUT api/compass/accounts/{accountId}/licenses/{licenseId}/expiration-date
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
accountId | string |
Required |
|
licenseId | string |
Required |
Body Parameters
ChangeLicenseExpirationRequestName | Description | Type | Additional information |
---|---|---|---|
ExpirationDate | date |
Required |
Request Formats
application/json, text/json
Sample:
{ "ExpirationDate": "2024-11-16T10:07:31.1118031+00:00" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.