POST api/Benefit/GetAllRequest

Request Information

URI Parameters

None.

Body Parameters

GetAllRequestModel
NameDescriptionTypeAdditional information
role

integer

None.

req_id

string

None.

req_status

integer

None.

next_approver

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "role": 1,
  "req_id": "sample string 2",
  "req_status": 3,
  "next_approver": 4
}

application/xml, text/xml

Sample:
<GetAllRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PEALife.Model">
  <next_approver>4</next_approver>
  <req_id>sample string 2</req_id>
  <req_status>3</req_status>
  <role>1</role>
</GetAllRequestModel>

multipart/form-data

Sample:
<GetAllRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PEALife.Model"><next_approver>4</next_approver><req_id>sample string 2</req_id><req_status>3</req_status><role>1</role></GetAllRequestModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, multipart/form-data

Sample:

Sample not available.