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-03-26T03:21:57.5327809+04:00",
"ToDate": "2026-03-26T03:21:57.5327809+04:00",
"TransactionType": 1,
"Status": 1,
"DriverID": "8513d5b2-470a-43ea-b3b9-3d2eeeadbbba",
"ClientID": "78a1fb6c-d9fe-4fa5-a5a7-744e599c2291"
}
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>78a1fb6c-d9fe-4fa5-a5a7-744e599c2291</ClientID> <DriverID>8513d5b2-470a-43ea-b3b9-3d2eeeadbbba</DriverID> <FromDate>2026-03-26T03:21:57.5327809+04:00</FromDate> <Status>Pending</Status> <ToDate>2026-03-26T03:21:57.5327809+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": "64ae0ab1-48fd-4f2b-a345-59403f69c5ad",
"ClientID": "59987e93-8e41-4b75-8dd4-c26e6031543b",
"TaskID": "8b919adf-3e06-46ca-a5dc-2299702a6fc4",
"RoutePointID": "e61fd142-6274-477d-a4d3-e0cb1438967f",
"DriverID": "734eb3eb-ee05-45fc-8928-6c999cd7bf87",
"DriverName": "sample string 6",
"TeamID": "a8af2af2-289e-4a3f-afa4-cda847ba6370",
"TeamName": "sample string 8",
"OrderNo": "sample string 9",
"Amount": 10.1,
"Description": "sample string 11",
"TransactionOn": "2026-03-26T03:21:57.5327809+04:00",
"TranscationType": 1,
"WalletType": 1
},
{
"RiderWalletID": "64ae0ab1-48fd-4f2b-a345-59403f69c5ad",
"ClientID": "59987e93-8e41-4b75-8dd4-c26e6031543b",
"TaskID": "8b919adf-3e06-46ca-a5dc-2299702a6fc4",
"RoutePointID": "e61fd142-6274-477d-a4d3-e0cb1438967f",
"DriverID": "734eb3eb-ee05-45fc-8928-6c999cd7bf87",
"DriverName": "sample string 6",
"TeamID": "a8af2af2-289e-4a3f-afa4-cda847ba6370",
"TeamName": "sample string 8",
"OrderNo": "sample string 9",
"Amount": 10.1,
"Description": "sample string 11",
"TransactionOn": "2026-03-26T03:21:57.5327809+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>59987e93-8e41-4b75-8dd4-c26e6031543b</ClientID>
<Description>sample string 11</Description>
<DriverID>734eb3eb-ee05-45fc-8928-6c999cd7bf87</DriverID>
<DriverName>sample string 6</DriverName>
<OrderNo>sample string 9</OrderNo>
<RiderWalletID>64ae0ab1-48fd-4f2b-a345-59403f69c5ad</RiderWalletID>
<RoutePointID>e61fd142-6274-477d-a4d3-e0cb1438967f</RoutePointID>
<TaskID>8b919adf-3e06-46ca-a5dc-2299702a6fc4</TaskID>
<TeamID>a8af2af2-289e-4a3f-afa4-cda847ba6370</TeamID>
<TeamName>sample string 8</TeamName>
<TransactionOn>2026-03-26T03:21:57.5327809+04:00</TransactionOn>
<TranscationType>CashCollected</TranscationType>
<WalletType>Pending</WalletType>
</TaskRiderWalletViewModel>
<TaskRiderWalletViewModel>
<Amount>10.1</Amount>
<ClientID>59987e93-8e41-4b75-8dd4-c26e6031543b</ClientID>
<Description>sample string 11</Description>
<DriverID>734eb3eb-ee05-45fc-8928-6c999cd7bf87</DriverID>
<DriverName>sample string 6</DriverName>
<OrderNo>sample string 9</OrderNo>
<RiderWalletID>64ae0ab1-48fd-4f2b-a345-59403f69c5ad</RiderWalletID>
<RoutePointID>e61fd142-6274-477d-a4d3-e0cb1438967f</RoutePointID>
<TaskID>8b919adf-3e06-46ca-a5dc-2299702a6fc4</TaskID>
<TeamID>a8af2af2-289e-4a3f-afa4-cda847ba6370</TeamID>
<TeamName>sample string 8</TeamName>
<TransactionOn>2026-03-26T03:21:57.5327809+04:00</TransactionOn>
<TranscationType>CashCollected</TranscationType>
<WalletType>Pending</WalletType>
</TaskRiderWalletViewModel>
</ArrayOfTaskRiderWalletViewModel>