POST api/Islah/UpdateIslahRequestStatus

Request Information

URI Parameters

None.

Body Parameters

SaveIslahRequestStatusViewModel
NameDescriptionTypeAdditional 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": "086bc114-d937-485f-95b7-56fc4b728186",
  "UserId": "6d849bb2-a47f-482a-9ff8-6f1411bdbf66",
  "MurabiId": "87b2d86d-1c28-474e-b0b6-d002236cb542",
  "ApprovalStatus": 1,
  "ApprovalRemarks": "sample string 1",
  "ActionById": "86ddf38e-4613-4ae7-bd5d-629bffc456bf"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.