POST api/pes/GetSerialNumberListAdmin
Request Information
URI Parameters
None.
Body Parameters
PESSerialNumberListRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| SerialNumberStatus | PESSerialNumberStatus |
None. |
|
| OrderBy | string |
None. |
|
| Page | integer |
None. |
|
| ItemsPerPage | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"SerialNumberStatus": 1000,
"OrderBy": "sample string 1",
"Page": 2,
"ItemsPerPage": 3
}
application/xml, text/xml
Sample:
<PESSerialNumberListRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel"> <ItemsPerPage>3</ItemsPerPage> <OrderBy>sample string 1</OrderBy> <Page>2</Page> <SerialNumberStatus>All</SerialNumberStatus> </PESSerialNumberListRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfPESSerialNumerListResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | PESSerialNumerListResult |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.