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": "57dec9e4-0cb8-4123-afd1-f617e524382d", "entityId": "5737c3e2-752c-43a7-892b-0fbbd319816e", "countryId": "0bbf0da6-158b-4f7d-be82-11f150bbdab5", "regionId": "31185f10-fe26-46a8-9a20-93e86025d5b6", "stateId": "f760b012-6668-40a0-98c0-322dadbef04b", "locationId": "8b58755e-b0b6-4af4-acd8-23e2204e7949", "complianceCategoryId": "59e5baba-1976-4729-8bb1-9bc911a98051", "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-14T16:41:17.8535378+00:00", "validFrom": "2025-03-14T16:41:17.8535378+00:00", "validTo": "2025-03-14T16:41:17.8535378+00:00", "lastDateRenewal": "2025-03-14T16:41:17.8535378+00:00", "licenseOwnerId": "d2bf224d-77c5-4753-b191-902c5d12a51f", "licenseReviewerId": "a67cabd5-6cb2-403b-b9bf-1b31a5922877", "alertNo": 17, "actId": "0ae09207-f849-4439-afde-1c076de9b07d" }
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>0ae09207-f849-4439-afde-1c076de9b07d</actId> <alertNo>17</alertNo> <azureFilePath>sample string 9</azureFilePath> <complianceCategoryId>59e5baba-1976-4729-8bb1-9bc911a98051</complianceCategoryId> <countryId>0bbf0da6-158b-4f7d-be82-11f150bbdab5</countryId> <dateOfIssue>2025-03-14T16:41:17.8535378+00:00</dateOfIssue> <entityId>5737c3e2-752c-43a7-892b-0fbbd319816e</entityId> <formNo>sample string 12</formNo> <groupEntityId>57dec9e4-0cb8-4123-afd1-f617e524382d</groupEntityId> <issuingAuthority>sample string 11</issuingAuthority> <lastDateRenewal>2025-03-14T16:41:17.8535378+00:00</lastDateRenewal> <licenseNo>sample string 13</licenseNo> <licenseOwnerId>d2bf224d-77c5-4753-b191-902c5d12a51f</licenseOwnerId> <licenseReviewerId>a67cabd5-6cb2-403b-b9bf-1b31a5922877</licenseReviewerId> <licenseType>sample string 8</licenseType> <locationId>8b58755e-b0b6-4af4-acd8-23e2204e7949</locationId> <natureOfLicense>sample string 10</natureOfLicense> <regionId>31185f10-fe26-46a8-9a20-93e86025d5b6</regionId> <stateId>f760b012-6668-40a0-98c0-322dadbef04b</stateId> <validFrom>2025-03-14T16:41:17.8535378+00:00</validFrom> <validTo>2025-03-14T16:41:17.8535378+00:00</validTo> </AddNewLicense>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.