POST Api/DriverWallet/GetTransaction
Request Information
URI Parameters
None.
Body Parameters
WalletTranscationParameterName | Description | Type | Additional information |
---|---|---|---|
FromDate | date |
None. |
|
ToDate | date |
None. |
|
TransactionType | RiderWalletTransactionType |
None. |
|
Status | WalletTransactionStatus |
None. |
|
DriverID | globally unique identifier |
None. |
|
ClientID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "FromDate": "2025-09-16T19:22:15.4601859+04:00", "ToDate": "2025-09-16T19:22:15.4601859+04:00", "TransactionType": 1, "Status": 1, "DriverID": "b0ac1a12-7d8e-4561-a6a7-f16d096c9f99", "ClientID": "6b439ed8-477f-4f9d-a78c-a4aee5c0de31" }
application/xml, text/xml
Sample:
<WalletTranscationParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fleetroot.Entity"> <ClientID>6b439ed8-477f-4f9d-a78c-a4aee5c0de31</ClientID> <DriverID>b0ac1a12-7d8e-4561-a6a7-f16d096c9f99</DriverID> <FromDate>2025-09-16T19:22:15.4601859+04:00</FromDate> <Status>Pending</Status> <ToDate>2025-09-16T19:22:15.4601859+04:00</ToDate> <TransactionType>CashCollected</TransactionType> </WalletTranscationParameter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of TaskRiderWalletViewModelName | Description | Type | Additional information |
---|---|---|---|
RiderWalletID | globally unique identifier |
None. |
|
ClientID | globally unique identifier |
None. |
|
TaskID | globally unique identifier |
None. |
|
RoutePointID | globally unique identifier |
None. |
|
DriverID | globally unique identifier |
None. |
|
DriverName | string |
None. |
|
TeamID | globally unique identifier |
None. |
|
TeamName | string |
None. |
|
OrderNo | string |
None. |
|
Amount | decimal number |
None. |
|
Description | string |
None. |
|
TransactionOn | date |
None. |
|
TranscationType | RiderWalletTransactionType |
None. |
|
WalletType | WalletTransactionStatus |
None. |
Response Formats
application/json, text/json
Sample:
[ { "RiderWalletID": "334f1c21-db79-4e98-9e79-c799256cca04", "ClientID": "0f1e79b9-af02-4354-9d36-ee430ad489b8", "TaskID": "4fc75293-3530-42d4-87b2-e84f7299e278", "RoutePointID": "98752453-4e22-4361-995c-c12e1825fefc", "DriverID": "1ed515a2-41c5-4e95-b6bf-e247ab002a83", "DriverName": "sample string 6", "TeamID": "7613c234-4552-4987-ab48-08f79abfdb45", "TeamName": "sample string 8", "OrderNo": "sample string 9", "Amount": 10.1, "Description": "sample string 11", "TransactionOn": "2025-09-16T19:22:15.4758079+04:00", "TranscationType": 1, "WalletType": 1 }, { "RiderWalletID": "334f1c21-db79-4e98-9e79-c799256cca04", "ClientID": "0f1e79b9-af02-4354-9d36-ee430ad489b8", "TaskID": "4fc75293-3530-42d4-87b2-e84f7299e278", "RoutePointID": "98752453-4e22-4361-995c-c12e1825fefc", "DriverID": "1ed515a2-41c5-4e95-b6bf-e247ab002a83", "DriverName": "sample string 6", "TeamID": "7613c234-4552-4987-ab48-08f79abfdb45", "TeamName": "sample string 8", "OrderNo": "sample string 9", "Amount": 10.1, "Description": "sample string 11", "TransactionOn": "2025-09-16T19:22:15.4758079+04:00", "TranscationType": 1, "WalletType": 1 } ]
application/xml, text/xml
Sample:
<ArrayOfTaskRiderWalletViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FleetrootDriver.Service.Models"> <TaskRiderWalletViewModel> <Amount>10.1</Amount> <ClientID>0f1e79b9-af02-4354-9d36-ee430ad489b8</ClientID> <Description>sample string 11</Description> <DriverID>1ed515a2-41c5-4e95-b6bf-e247ab002a83</DriverID> <DriverName>sample string 6</DriverName> <OrderNo>sample string 9</OrderNo> <RiderWalletID>334f1c21-db79-4e98-9e79-c799256cca04</RiderWalletID> <RoutePointID>98752453-4e22-4361-995c-c12e1825fefc</RoutePointID> <TaskID>4fc75293-3530-42d4-87b2-e84f7299e278</TaskID> <TeamID>7613c234-4552-4987-ab48-08f79abfdb45</TeamID> <TeamName>sample string 8</TeamName> <TransactionOn>2025-09-16T19:22:15.4758079+04:00</TransactionOn> <TranscationType>CashCollected</TranscationType> <WalletType>Pending</WalletType> </TaskRiderWalletViewModel> <TaskRiderWalletViewModel> <Amount>10.1</Amount> <ClientID>0f1e79b9-af02-4354-9d36-ee430ad489b8</ClientID> <Description>sample string 11</Description> <DriverID>1ed515a2-41c5-4e95-b6bf-e247ab002a83</DriverID> <DriverName>sample string 6</DriverName> <OrderNo>sample string 9</OrderNo> <RiderWalletID>334f1c21-db79-4e98-9e79-c799256cca04</RiderWalletID> <RoutePointID>98752453-4e22-4361-995c-c12e1825fefc</RoutePointID> <TaskID>4fc75293-3530-42d4-87b2-e84f7299e278</TaskID> <TeamID>7613c234-4552-4987-ab48-08f79abfdb45</TeamID> <TeamName>sample string 8</TeamName> <TransactionOn>2025-09-16T19:22:15.4758079+04:00</TransactionOn> <TranscationType>CashCollected</TranscationType> <WalletType>Pending</WalletType> </TaskRiderWalletViewModel> </ArrayOfTaskRiderWalletViewModel>