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": "e14e524f-5f4d-438b-860f-a42d035d37d1", "entityId": "2f14fb06-0641-4cd2-b054-3aaba61ff028", "countryId": "b191c126-7c37-4ec5-ba1e-f6dc1be65ac0", "regionId": "1b1d0ded-556b-41e3-bee9-054ae9f6c19c", "stateId": "1613a432-23d3-4690-be9b-4b964b8010c3", "locationId": "52e8dc88-a9c8-4aa8-907a-b103be4bbafb", "complianceCategoryId": "1ffc52d7-e526-40ba-a852-bd6fc8481a9b", "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-06-24T12:35:31.6653505+00:00", "validFrom": "2025-06-24T12:35:31.6653505+00:00", "validTo": "2025-06-24T12:35:31.6653505+00:00", "lastDateRenewal": "2025-06-24T12:35:31.6653505+00:00", "licenseOwnerId": "04120726-295a-4a21-8599-decd6bb8957b", "licenseReviewerId": "e2dda362-1a36-4cb5-bbe2-af30ed6f64b4", "alertNo": 17, "actId": "8976ca6e-fe48-40ea-8528-7543a2cb315a" }
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>8976ca6e-fe48-40ea-8528-7543a2cb315a</actId> <alertNo>17</alertNo> <azureFilePath>sample string 9</azureFilePath> <complianceCategoryId>1ffc52d7-e526-40ba-a852-bd6fc8481a9b</complianceCategoryId> <countryId>b191c126-7c37-4ec5-ba1e-f6dc1be65ac0</countryId> <dateOfIssue>2025-06-24T12:35:31.6653505+00:00</dateOfIssue> <entityId>2f14fb06-0641-4cd2-b054-3aaba61ff028</entityId> <formNo>sample string 12</formNo> <groupEntityId>e14e524f-5f4d-438b-860f-a42d035d37d1</groupEntityId> <issuingAuthority>sample string 11</issuingAuthority> <lastDateRenewal>2025-06-24T12:35:31.6653505+00:00</lastDateRenewal> <licenseNo>sample string 13</licenseNo> <licenseOwnerId>04120726-295a-4a21-8599-decd6bb8957b</licenseOwnerId> <licenseReviewerId>e2dda362-1a36-4cb5-bbe2-af30ed6f64b4</licenseReviewerId> <licenseType>sample string 8</licenseType> <locationId>52e8dc88-a9c8-4aa8-907a-b103be4bbafb</locationId> <natureOfLicense>sample string 10</natureOfLicense> <regionId>1b1d0ded-556b-41e3-bee9-054ae9f6c19c</regionId> <stateId>1613a432-23d3-4690-be9b-4b964b8010c3</stateId> <validFrom>2025-06-24T12:35:31.6653505+00:00</validFrom> <validTo>2025-06-24T12:35:31.6653505+00:00</validTo> </AddNewLicense>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.