POST api/pes/GetPESRepairList
Request Information
URI Parameters
None.
Body Parameters
PESRepairListRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | PESRepairStatus |
None. |
|
| Office | string |
None. |
|
| OrderBy | string |
None. |
|
| Page | integer |
None. |
|
| ItemsPerPage | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Status": 1001,
"Office": "sample string 1",
"OrderBy": "sample string 2",
"Page": 3,
"ItemsPerPage": 4
}
application/xml, text/xml
Sample:
<PESRepairListRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel"> <ItemsPerPage>4</ItemsPerPage> <OrderBy>sample string 2</OrderBy> <Page>3</Page> <Office>sample string 1</Office> <Status>Committed</Status> </PESRepairListRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfPESRepairListResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | PESRepairListResult |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.