POST Api/DriverWallet/GetTransaction
Request Information
URI Parameters
None.
Body Parameters
WalletTranscationParameter| Name | 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": "2026-05-10T12:07:11.2410198+04:00",
"ToDate": "2026-05-10T12:07:11.2410198+04:00",
"TransactionType": 1,
"Status": 1,
"DriverID": "d0b9a42c-6d0a-479e-ae8d-d8c9ee2fd2ff",
"ClientID": "00448a25-dab8-47ce-8de6-e7c372b5850d"
}
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>00448a25-dab8-47ce-8de6-e7c372b5850d</ClientID> <DriverID>d0b9a42c-6d0a-479e-ae8d-d8c9ee2fd2ff</DriverID> <FromDate>2026-05-10T12:07:11.2410198+04:00</FromDate> <Status>Pending</Status> <ToDate>2026-05-10T12:07:11.2410198+04:00</ToDate> <TransactionType>CashCollected</TransactionType> </WalletTranscationParameter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of TaskRiderWalletViewModel| Name | 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": "a6f3f148-80d3-46d9-b33b-422e3c743199",
"ClientID": "4d9b6901-3882-4081-9f66-af7c4bc344cc",
"TaskID": "d86a119c-dffe-46b1-8d50-98c0e571d58c",
"RoutePointID": "a07b2572-a078-4455-90e9-dc974e08dbdb",
"DriverID": "763c1b4e-8a33-4bb0-945f-73c1e1174d26",
"DriverName": "sample string 6",
"TeamID": "be6b403e-f401-487a-b27a-29fb1ea4b75a",
"TeamName": "sample string 8",
"OrderNo": "sample string 9",
"Amount": 10.1,
"Description": "sample string 11",
"TransactionOn": "2026-05-10T12:07:11.2410198+04:00",
"TranscationType": 1,
"WalletType": 1
},
{
"RiderWalletID": "a6f3f148-80d3-46d9-b33b-422e3c743199",
"ClientID": "4d9b6901-3882-4081-9f66-af7c4bc344cc",
"TaskID": "d86a119c-dffe-46b1-8d50-98c0e571d58c",
"RoutePointID": "a07b2572-a078-4455-90e9-dc974e08dbdb",
"DriverID": "763c1b4e-8a33-4bb0-945f-73c1e1174d26",
"DriverName": "sample string 6",
"TeamID": "be6b403e-f401-487a-b27a-29fb1ea4b75a",
"TeamName": "sample string 8",
"OrderNo": "sample string 9",
"Amount": 10.1,
"Description": "sample string 11",
"TransactionOn": "2026-05-10T12:07:11.2410198+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>4d9b6901-3882-4081-9f66-af7c4bc344cc</ClientID>
<Description>sample string 11</Description>
<DriverID>763c1b4e-8a33-4bb0-945f-73c1e1174d26</DriverID>
<DriverName>sample string 6</DriverName>
<OrderNo>sample string 9</OrderNo>
<RiderWalletID>a6f3f148-80d3-46d9-b33b-422e3c743199</RiderWalletID>
<RoutePointID>a07b2572-a078-4455-90e9-dc974e08dbdb</RoutePointID>
<TaskID>d86a119c-dffe-46b1-8d50-98c0e571d58c</TaskID>
<TeamID>be6b403e-f401-487a-b27a-29fb1ea4b75a</TeamID>
<TeamName>sample string 8</TeamName>
<TransactionOn>2026-05-10T12:07:11.2410198+04:00</TransactionOn>
<TranscationType>CashCollected</TranscationType>
<WalletType>Pending</WalletType>
</TaskRiderWalletViewModel>
<TaskRiderWalletViewModel>
<Amount>10.1</Amount>
<ClientID>4d9b6901-3882-4081-9f66-af7c4bc344cc</ClientID>
<Description>sample string 11</Description>
<DriverID>763c1b4e-8a33-4bb0-945f-73c1e1174d26</DriverID>
<DriverName>sample string 6</DriverName>
<OrderNo>sample string 9</OrderNo>
<RiderWalletID>a6f3f148-80d3-46d9-b33b-422e3c743199</RiderWalletID>
<RoutePointID>a07b2572-a078-4455-90e9-dc974e08dbdb</RoutePointID>
<TaskID>d86a119c-dffe-46b1-8d50-98c0e571d58c</TaskID>
<TeamID>be6b403e-f401-487a-b27a-29fb1ea4b75a</TeamID>
<TeamName>sample string 8</TeamName>
<TransactionOn>2026-05-10T12:07:11.2410198+04:00</TransactionOn>
<TranscationType>CashCollected</TranscationType>
<WalletType>Pending</WalletType>
</TaskRiderWalletViewModel>
</ArrayOfTaskRiderWalletViewModel>