POST api/OmniPay/GetPaginatedOmnipayPushOrdersCount
Request Information
URI Parameters
None.
Body Parameters
PushOrdersFilters| Name | Description | Type | Additional information |
|---|---|---|---|
| LgaId | integer |
None. |
|
| StateId | integer |
None. |
|
| Status | PushOrderStatus |
None. |
|
| DriverId | integer |
None. |
|
| ReportsTo | integer |
None. |
|
| OrgType | integer |
None. |
|
| Search | string |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| PageNo | integer |
None. |
|
| PageRows | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"LgaId": 1,
"StateId": 2,
"Status": 0,
"DriverId": 3,
"ReportsTo": 4,
"OrgType": 5,
"Search": "sample string 6",
"StartDate": "2025-11-03T16:03:30.5504723+00:00",
"EndDate": "2025-11-03T16:03:30.5504723+00:00",
"PageNo": 7,
"PageRows": 8
}
application/xml, text/xml
Sample:
<PushOrdersFilters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOPWAAPI.Model"> <PageNo>7</PageNo> <PageRows>8</PageRows> <DriverId>3</DriverId> <EndDate>2025-11-03T16:03:30.5504723+00:00</EndDate> <LgaId>1</LgaId> <OrgType>5</OrgType> <ReportsTo>4</ReportsTo> <Search>sample string 6</Search> <StartDate>2025-11-03T16:03:30.5504723+00:00</StartDate> <StateId>2</StateId> <Status>All</Status> </PushOrdersFilters>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
VCAPIResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | string |
None. |
|
| dateTime | string |
None. |
|
| StatusCode | integer |
None. |
|
| ErrorMessage | string |
None. |
|
| Result | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Version": "1.0.0",
"dateTime": "2025/11/03 16:03:30",
"StatusCode": 1,
"ErrorMessage": "sample string 2",
"Result": {}
}
application/xml, text/xml
Sample:
<VCAPIResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOPWAAPI.Model"> <ErrorMessage>sample string 2</ErrorMessage> <Result /> <StatusCode>1</StatusCode> </VCAPIResponse>