PUT api/pro/clinics/{clinicId}/product-licenses/{productLicenseId}/claim
Sets the claim information of the specified product license.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clinicId |
The id of the account. |
string |
Required |
| productLicenseId |
The id of the product license. |
string |
Required |
Body Parameters
The Set Claim Info Request
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-16T12:36:54.6332296+00:00",
"LastValidated": "2025-12-16T12:36:54.6332296+00:00"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.