PUT api/compass/accounts/{accountId}/licenses/{licenseId}/claim
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| accountId | string |
Required |
|
| licenseId | string |
Required |
Body Parameters
SetClaimInfoRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ClaimId | string |
Required |
|
| Name | string |
Required |
|
| Properties | Dictionary of string [key] and string [value] |
None. |
|
| LastClaimed | date |
Required |
|
| LastValidated | date |
Required |
Request Formats
application/json, text/json
Sample:
{
"ClaimId": "sample string 1",
"Name": "sample string 2",
"Properties": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"LastClaimed": "2025-12-31T00:55:55.8255789+00:00",
"LastValidated": "2025-12-31T00:55:55.8255789+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.