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

Gets a value that indicates whether the specified license claim id exists and is valid

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clinicId

The id of the clinic.

string

Required

productLicenseId

The id of the account license.

string

Required

claimId

The id of the license claim.

string

Required

Body Parameters

None.

Response Information

Resource Description

Returns true if the specified license claim id exists and is valid

boolean

Response Formats

application/json, text/json

Sample:
true