POST api/OmniPay/GetPaginatedPaylaterCVSTable
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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <PageNo>9</PageNo> <PageRows>10</PageRows> <LGAId>1</LGAId> <StateId>2</StateId> <LowerPLRange>3</LowerPLRange> <HigherPLRange>4</HigherPLRange> <BusinessName>sample string 5</BusinessName> <PhoneNumber>sample string 6</PhoneNumber> <Status>All</Status> <UserId>7</UserId> <BusinessId>8</BusinessId> </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/10/31 15:41:15",
  "StatusCode": 1,
  "ErrorMessage": "sample string 2",
  "Result": {}
}
        application/xml, text/xml
            Sample:
<VCAPIResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <StatusCode>1</StatusCode> <ErrorMessage>sample string 2</ErrorMessage> <Result /> </VCAPIResponse>