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": "b842b4b0-a0e2-48c1-a796-35bfe5e94ad9",
"UserId": "19bc5e4c-7e54-4a5b-af68-15c8d75a9708",
"MurabiId": "dca4194d-9ecb-4ed3-a004-484d3763a074",
"ApprovalStatus": 1,
"ApprovalRemarks": "sample string 1",
"ActionById": "95e9b2ad-c97d-4bfd-915d-e1760868122f"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.