POST api/OmniPay/GetOmnipayShipmentTransactions
Request Information
URI Parameters
None.
Body Parameters
GetOmniPayShipmentTransactionFilterName | 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. |
|
WalletType | OmniPayWalletTypes |
None. |
Request Formats
application/json, text/json
Sample:
{ "WalletType": 1, "RequesterId": 1, "WalletId": "sample string 2", "Search": "sample string 3", "StartDate": "2025-04-04T07:23:45.3287873+01:00", "EndDate": "2025-04-04T07:23:45.3287873+01:00", "PageNo": 1, "RecordsPerPage": 1, "TransactionType": "sample string 4" }
application/xml, text/xml
Sample:
<GetOmniPayShipmentTransactionFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOPWAAPI.Model"> <EndDate>2025-04-04T07:23:45.3287873+01:00</EndDate> <PageNo>1</PageNo> <RecordsPerPage>1</RecordsPerPage> <RequesterId>1</RequesterId> <Search>sample string 3</Search> <StartDate>2025-04-04T07:23:45.3287873+01:00</StartDate> <TransactionType>sample string 4</TransactionType> <WalletId>sample string 2</WalletId> <WalletType>Company</WalletType> </GetOmniPayShipmentTransactionFilter>
application/x-www-form-urlencoded
Sample:
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/04 07:23:45", "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>