POST api/OmniPay/GetPaylaterCVSTableCount
Request Information
URI Parameters
None.
Body Parameters
GetPaginatedPaylaterCVSTableFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| LGAId | integer |
None. |
|
| StateId | integer |
None. |
|
| LowerPLRange | integer |
None. |
|
| HigherPLRange | integer |
None. |
|
| BusinessName | string |
None. |
|
| PhoneNumber | string |
None. |
|
| Status | PaylaterCVSStatusEnum |
None. |
|
| UserId | integer |
None. |
|
| BusinessId | integer |
None. |
|
| PageNo | integer |
None. |
|
| PageRows | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"LGAId": 1,
"StateId": 2,
"LowerPLRange": 3,
"HigherPLRange": 4,
"BusinessName": "sample string 5",
"PhoneNumber": "sample string 6",
"Status": 0,
"UserId": 7,
"BusinessId": 8,
"PageNo": 9,
"PageRows": 10
}
application/xml, text/xml
Sample:
<GetPaginatedPaylaterCVSTableFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOPWAAPI.Model"> <PageNo>9</PageNo> <PageRows>10</PageRows> <BusinessId>8</BusinessId> <BusinessName>sample string 5</BusinessName> <HigherPLRange>4</HigherPLRange> <LGAId>1</LGAId> <LowerPLRange>3</LowerPLRange> <PhoneNumber>sample string 6</PhoneNumber> <StateId>2</StateId> <Status>All</Status> <UserId>7</UserId> </GetPaginatedPaylaterCVSTableFilter>
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:02:29",
"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>