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": "ae4a0394-33e9-4a11-8667-5945f4e5d74b", "entityId": "069c6806-547f-4e7a-b69c-dd247908eb4f", "countryId": "1f54922a-7d29-4cc0-9787-b5bec98903b8", "regionId": "63a406f7-c0b9-4593-b546-b9b0fc5ac165", "stateId": "f8b29228-1d90-4d39-af05-392de0027b85", "locationId": "01dabe34-bd2d-45bf-b12d-4dc7ee1ece02", "complianceCategoryId": "e899f9cf-befa-4f18-b3f9-5de70bb194ff", "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-15T14:45:36.8552456+00:00", "validFrom": "2025-03-15T14:45:36.8552456+00:00", "validTo": "2025-03-15T14:45:36.8552456+00:00", "lastDateRenewal": "2025-03-15T14:45:36.8552456+00:00", "licenseOwnerId": "54642f84-25b0-4ffa-8c2c-6af287fa469a", "licenseReviewerId": "64f9fc1a-0531-42d2-9579-bd81b0b4f5e9", "alertNo": 17, "actId": "e28a688c-1e4a-4623-9f5e-a66d9852bdd0" }
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>e28a688c-1e4a-4623-9f5e-a66d9852bdd0</actId> <alertNo>17</alertNo> <azureFilePath>sample string 9</azureFilePath> <complianceCategoryId>e899f9cf-befa-4f18-b3f9-5de70bb194ff</complianceCategoryId> <countryId>1f54922a-7d29-4cc0-9787-b5bec98903b8</countryId> <dateOfIssue>2025-03-15T14:45:36.8552456+00:00</dateOfIssue> <entityId>069c6806-547f-4e7a-b69c-dd247908eb4f</entityId> <formNo>sample string 12</formNo> <groupEntityId>ae4a0394-33e9-4a11-8667-5945f4e5d74b</groupEntityId> <issuingAuthority>sample string 11</issuingAuthority> <lastDateRenewal>2025-03-15T14:45:36.8552456+00:00</lastDateRenewal> <licenseNo>sample string 13</licenseNo> <licenseOwnerId>54642f84-25b0-4ffa-8c2c-6af287fa469a</licenseOwnerId> <licenseReviewerId>64f9fc1a-0531-42d2-9579-bd81b0b4f5e9</licenseReviewerId> <licenseType>sample string 8</licenseType> <locationId>01dabe34-bd2d-45bf-b12d-4dc7ee1ece02</locationId> <natureOfLicense>sample string 10</natureOfLicense> <regionId>63a406f7-c0b9-4593-b546-b9b0fc5ac165</regionId> <stateId>f8b29228-1d90-4d39-af05-392de0027b85</stateId> <validFrom>2025-03-15T14:45:36.8552456+00:00</validFrom> <validTo>2025-03-15T14:45:36.8552456+00:00</validTo> </AddNewLicense>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.