POST api/compass/accounts/{accountId}/licenses
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| accountId | string |
Required |
Body Parameters
CreateLicenseRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ExpirationDate | date |
None. |
|
| ProductId | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"ExpirationDate": "2025-12-31T00:56:38.4085438+00:00",
"ProductId": "sample string 1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"