POST api/ManageLicenseRepository?clientId={clientId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientId | globally unique identifier |
Required |
Body Parameters
AddNewLicenseName | Description | Type | Additional information |
---|---|---|---|
groupEntityId | globally unique identifier |
None. |
|
entityId | globally unique identifier |
None. |
|
countryId | globally unique identifier |
None. |
|
regionId | globally unique identifier |
None. |
|
stateId | globally unique identifier |
None. |
|
locationId | globally unique identifier |
None. |
|
complianceCategoryId | globally unique identifier |
None. |
|
licenseType | string |
None. |
|
azureFilePath | string |
None. |
|
natureOfLicense | string |
None. |
|
issuingAuthority | string |
None. |
|
formNo | string |
None. |
|
licenseNo | string |
None. |
|
dateOfIssue | date |
None. |
|
validFrom | date |
None. |
|
validTo | date |
None. |
|
lastDateRenewal | date |
None. |
|
licenseOwnerId | globally unique identifier |
None. |
|
licenseReviewerId | globally unique identifier |
None. |
|
alertNo | integer |
None. |
|
actId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "groupEntityId": "d353d65b-c1d2-4c03-af27-22ed031ec37c", "entityId": "04ae48a2-5d97-478d-a728-70868e163163", "countryId": "ba0a22c3-b5bb-4f10-9277-7208a1de446b", "regionId": "de5d3283-b14d-49fd-9192-fd32c12fe98b", "stateId": "9a6aa511-1899-4061-a35b-528ca32ad8be", "locationId": "695a9523-4003-4e0a-b3dc-8d1d7d143801", "complianceCategoryId": "d7e8a166-7fbe-417e-95bb-015b8a8585d1", "licenseType": "sample string 8", "azureFilePath": "sample string 9", "natureOfLicense": "sample string 10", "issuingAuthority": "sample string 11", "formNo": "sample string 12", "licenseNo": "sample string 13", "dateOfIssue": "2025-03-26T08:46:11.2920661+00:00", "validFrom": "2025-03-26T08:46:11.2920661+00:00", "validTo": "2025-03-26T08:46:11.2920661+00:00", "lastDateRenewal": "2025-03-26T08:46:11.2920661+00:00", "licenseOwnerId": "80ea1e60-d98c-44a2-b9f4-56b437fece76", "licenseReviewerId": "250fa171-2872-45cb-be79-d51ef3be9f12", "alertNo": 17, "actId": "3847aec1-fc25-4581-899d-b0b09a61c6ba" }
application/xml, text/xml
Sample:
<AddNewLicense xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <actId>3847aec1-fc25-4581-899d-b0b09a61c6ba</actId> <alertNo>17</alertNo> <azureFilePath>sample string 9</azureFilePath> <complianceCategoryId>d7e8a166-7fbe-417e-95bb-015b8a8585d1</complianceCategoryId> <countryId>ba0a22c3-b5bb-4f10-9277-7208a1de446b</countryId> <dateOfIssue>2025-03-26T08:46:11.2920661+00:00</dateOfIssue> <entityId>04ae48a2-5d97-478d-a728-70868e163163</entityId> <formNo>sample string 12</formNo> <groupEntityId>d353d65b-c1d2-4c03-af27-22ed031ec37c</groupEntityId> <issuingAuthority>sample string 11</issuingAuthority> <lastDateRenewal>2025-03-26T08:46:11.2920661+00:00</lastDateRenewal> <licenseNo>sample string 13</licenseNo> <licenseOwnerId>80ea1e60-d98c-44a2-b9f4-56b437fece76</licenseOwnerId> <licenseReviewerId>250fa171-2872-45cb-be79-d51ef3be9f12</licenseReviewerId> <licenseType>sample string 8</licenseType> <locationId>695a9523-4003-4e0a-b3dc-8d1d7d143801</locationId> <natureOfLicense>sample string 10</natureOfLicense> <regionId>de5d3283-b14d-49fd-9192-fd32c12fe98b</regionId> <stateId>9a6aa511-1899-4061-a35b-528ca32ad8be</stateId> <validFrom>2025-03-26T08:46:11.2920661+00:00</validFrom> <validTo>2025-03-26T08:46:11.2920661+00:00</validTo> </AddNewLicense>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.