POST api/ManageLicenseOwner?renew={renew}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
renew | boolean |
Required |
Body Parameters
RenewLicenseName | Description | Type | Additional information |
---|---|---|---|
licenseMasterId | globally unique identifier |
None. |
|
renewStatus | 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. |
|
alertNo | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "licenseMasterId": "ce49c017-b512-45d0-a662-bc5544464b49", "renewStatus": "sample string 2", "azureFilePath": "sample string 3", "natureOfLicense": "sample string 4", "issuingAuthority": "sample string 5", "formNo": "sample string 6", "licenseNo": "sample string 7", "dateOfIssue": "2025-03-14T06:49:32.2200672+00:00", "validFrom": "2025-03-14T06:49:32.2200672+00:00", "validTo": "2025-03-14T06:49:32.2200672+00:00", "lastDateRenewal": "2025-03-14T06:49:32.2200672+00:00", "alertNo": "sample string 10" }
application/xml, text/xml
Sample:
<RenewLicense xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <alertNo>sample string 10</alertNo> <azureFilePath>sample string 3</azureFilePath> <dateOfIssue>2025-03-14T06:49:32.2200672+00:00</dateOfIssue> <formNo>sample string 6</formNo> <issuingAuthority>sample string 5</issuingAuthority> <lastDateRenewal>2025-03-14T06:49:32.2200672+00:00</lastDateRenewal> <licenseMasterId>ce49c017-b512-45d0-a662-bc5544464b49</licenseMasterId> <licenseNo>sample string 7</licenseNo> <natureOfLicense>sample string 4</natureOfLicense> <renewStatus>sample string 2</renewStatus> <validFrom>2025-03-14T06:49:32.2200672+00:00</validFrom> <validTo>2025-03-14T06:49:32.2200672+00:00</validTo> </RenewLicense>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.