POST api/OmniPay/RetrieveOmnipayPaylaterSummary
Request Information
URI Parameters
None.
Body Parameters
GetOmniPayPaylaterSummaryFilterName | Description | Type | Additional information |
---|---|---|---|
CustomerId | integer |
None. |
|
PhoneNumber | string |
None. |
|
StartDate | date |
None. |
|
EndDate | date |
None. |
|
PrevStartDate | date |
None. |
|
PrevEndDate | date |
None. |
|
CustomerRef | string |
None. |
|
BusinessId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "CustomerId": 1, "PhoneNumber": "sample string 2", "StartDate": "2025-04-28T14:49:37.9725818+00:00", "EndDate": "2025-04-28T14:49:37.9725818+00:00", "PrevStartDate": "2025-04-28T14:49:37.9725818+00:00", "PrevEndDate": "2025-04-28T14:49:37.9725818+00:00", "CustomerRef": "sample string 7", "BusinessId": 8 }
application/xml, text/xml
Sample:
<GetOmniPayPaylaterSummaryFilter 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> <StartDate>2025-04-28T14:49:37.9725818+00:00</StartDate> <EndDate>2025-04-28T14:49:37.9725818+00:00</EndDate> <PrevStartDate>2025-04-28T14:49:37.9725818+00:00</PrevStartDate> <PrevEndDate>2025-04-28T14:49:37.9725818+00:00</PrevEndDate> <CustomerRef>sample string 7</CustomerRef> <BusinessId>8</BusinessId> </GetOmniPayPaylaterSummaryFilter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
VCAPIResponseName | 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/04/28 14:49:37", "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>