POST api/ManageLicenseReviewer?licenseId={licenseId}&reviewerRemark={reviewerRemark}&reviewerStatus={reviewerStatus}
Here Updating the Remark and Status of License Reviewer's After updating Mail will triggered to particular responsed License Owner
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
licenseId |
Guid type of Licemse Id |
globally unique identifier |
Required |
reviewerRemark |
String type of License Reviewer Comments |
string |
Required |
reviewerStatus |
String type (Approved/ Rejeted) of License Reviewer Status |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Success
None.