POST api/OmniPay/RetrieveOmnipayLoansLists
Request Information
URI Parameters
None.
Body Parameters
GetOmnipayLoansFilter| Name | Description | Type | Additional information | 
|---|---|---|---|
| CustomerId | integer | None. | |
| PhoneNumber | string | None. | |
| CustomerRef | string | None. | |
| ChargeBucket | string | None. | |
| PageNo | integer | None. | |
| RecordsPerPage | integer | None. | |
| StartDate | date | None. | |
| EndDate | date | None. | |
| IsPaid | OmnipayLoansPaidEnums | None. | |
| BusinessId | integer | None. | 
Request Formats
application/json, text/json
            Sample:
        
{
  "CustomerId": 1,
  "PhoneNumber": "sample string 2",
  "CustomerRef": "sample string 3",
  "ChargeBucket": "sample string 4",
  "PageNo": 1,
  "RecordsPerPage": 1,
  "StartDate": "2025-10-31T15:42:04.3123381+00:00",
  "EndDate": "2025-10-31T15:42:04.3123381+00:00",
  "IsPaid": 0,
  "BusinessId": 5
}
        application/xml, text/xml
            Sample:
        <GetOmnipayLoansFilter xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <CustomerId>1</CustomerId> <PhoneNumber>sample string 2</PhoneNumber> <CustomerRef>sample string 3</CustomerRef> <ChargeBucket>sample string 4</ChargeBucket> <PageNo>1</PageNo> <RecordsPerPage>1</RecordsPerPage> <StartDate>2025-10-31T15:42:04.3123381+00:00</StartDate> <EndDate>2025-10-31T15:42:04.3123381+00:00</EndDate> <IsPaid>UnPaid</IsPaid> <BusinessId>5</BusinessId> </GetOmnipayLoansFilter>
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:42:04",
  "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>