POST api/Islah/UpdateIslahRequestStatus
Request Information
URI Parameters
None.
Body Parameters
SaveIslahRequestStatusViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RequestId | globally unique identifier |
None. |
|
| UserId | globally unique identifier |
None. |
|
| MurabiId | globally unique identifier |
None. |
|
| ApprovalStatus | integer |
None. |
|
| ApprovalRemarks | string |
None. |
|
| ActionById | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"RequestId": "41f92044-6d9d-437b-ba05-1bd4d92cb0ab",
"UserId": "615bdbb1-19bf-42e9-9f0c-9cccc5c8c35a",
"MurabiId": "d54f4118-8704-4f05-976d-7d88ba4f813c",
"ApprovalStatus": 1,
"ApprovalRemarks": "sample string 1",
"ActionById": "2ec21c0c-ab75-4889-a4ee-d1c46bc0034b"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.