POST api/OmniPay/GetOmnipayShipmentTransactions
Request Information
URI Parameters
None.
Body Parameters
GetOmniPayShipmentTransactionFilter| Name | Description | Type | Additional information | 
|---|---|---|---|
| RequesterId | integer | None. | |
| WalletId | string | None. | |
| Search | string | None. | |
| StartDate | date | None. | |
| EndDate | date | None. | |
| PageNo | integer | None. | |
| RecordsPerPage | integer | None. | |
| TransactionType | string | None. | |
| BusinessId | integer | None. | |
| WalletType | OmniPayWalletTypes | None. | 
Request Formats
application/json, text/json
            Sample:
        
{
  "WalletType": 1,
  "RequesterId": 1,
  "WalletId": "sample string 2",
  "Search": "sample string 3",
  "StartDate": "2025-10-31T15:39:59.0456184+00:00",
  "EndDate": "2025-10-31T15:39:59.0456184+00:00",
  "PageNo": 1,
  "RecordsPerPage": 1,
  "TransactionType": "sample string 4",
  "BusinessId": 5
}
        application/xml, text/xml
            Sample:
        <GetOmniPayShipmentTransactionFilter xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <WalletType>Company</WalletType> <RequesterId>1</RequesterId> <WalletId>sample string 2</WalletId> <Search>sample string 3</Search> <StartDate>2025-10-31T15:39:59.0456184+00:00</StartDate> <EndDate>2025-10-31T15:39:59.0456184+00:00</EndDate> <PageNo>1</PageNo> <RecordsPerPage>1</RecordsPerPage> <TransactionType>sample string 4</TransactionType> <BusinessId>5</BusinessId> </GetOmniPayShipmentTransactionFilter>
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:39:59",
  "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>