PUT api/pro/clinics/{clinicId}/product-licenses/{productLicenseId}/claim

Sets the claim information of the specified product license.

Request Information

URI Parameters

NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional 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-06-23T14:38:51.4120546+00:00",
  "LastValidated": "2025-06-23T14:38:51.4120546+00:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.