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-09-16T05:10:32.800625+04:00",
"ToDate": "2026-09-16T05:10:32.800625+04:00",
"TransactionType": 1,
"Status": 1,
"DriverID": "34bab13f-d8f1-43d0-a99c-f0f51659b67b",
"ClientID": "1238c1e2-ae14-4d2e-88eb-440c1c3603ad"
}
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>1238c1e2-ae14-4d2e-88eb-440c1c3603ad</ClientID> <DriverID>34bab13f-d8f1-43d0-a99c-f0f51659b67b</DriverID> <FromDate>2026-09-16T05:10:32.800625+04:00</FromDate> <Status>Pending</Status> <ToDate>2026-09-16T05:10:32.800625+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": "4989d726-17a3-4668-95ef-8adb6365701f",
"ClientID": "f14a2c35-4c8f-4f1b-997f-8ed54576aaf8",
"TaskID": "250a7a84-29ee-47ed-9e0f-b8a9bb00adef",
"RoutePointID": "f858dd06-0f3c-46fe-bd5b-b3faccca5042",
"DriverID": "dbd845b9-e4f3-4b48-bc8a-d5e5d0f8370d",
"DriverName": "sample string 6",
"TeamID": "5ae6a3b5-3440-42ca-b28b-fb9ab39c5de5",
"TeamName": "sample string 8",
"OrderNo": "sample string 9",
"Amount": 10.1,
"Description": "sample string 11",
"TransactionOn": "2026-09-16T05:10:32.800625+04:00",
"TranscationType": 1,
"WalletType": 1
},
{
"RiderWalletID": "4989d726-17a3-4668-95ef-8adb6365701f",
"ClientID": "f14a2c35-4c8f-4f1b-997f-8ed54576aaf8",
"TaskID": "250a7a84-29ee-47ed-9e0f-b8a9bb00adef",
"RoutePointID": "f858dd06-0f3c-46fe-bd5b-b3faccca5042",
"DriverID": "dbd845b9-e4f3-4b48-bc8a-d5e5d0f8370d",
"DriverName": "sample string 6",
"TeamID": "5ae6a3b5-3440-42ca-b28b-fb9ab39c5de5",
"TeamName": "sample string 8",
"OrderNo": "sample string 9",
"Amount": 10.1,
"Description": "sample string 11",
"TransactionOn": "2026-09-16T05:10:32.800625+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>f14a2c35-4c8f-4f1b-997f-8ed54576aaf8</ClientID>
<Description>sample string 11</Description>
<DriverID>dbd845b9-e4f3-4b48-bc8a-d5e5d0f8370d</DriverID>
<DriverName>sample string 6</DriverName>
<OrderNo>sample string 9</OrderNo>
<RiderWalletID>4989d726-17a3-4668-95ef-8adb6365701f</RiderWalletID>
<RoutePointID>f858dd06-0f3c-46fe-bd5b-b3faccca5042</RoutePointID>
<TaskID>250a7a84-29ee-47ed-9e0f-b8a9bb00adef</TaskID>
<TeamID>5ae6a3b5-3440-42ca-b28b-fb9ab39c5de5</TeamID>
<TeamName>sample string 8</TeamName>
<TransactionOn>2026-09-16T05:10:32.800625+04:00</TransactionOn>
<TranscationType>CashCollected</TranscationType>
<WalletType>Pending</WalletType>
</TaskRiderWalletViewModel>
<TaskRiderWalletViewModel>
<Amount>10.1</Amount>
<ClientID>f14a2c35-4c8f-4f1b-997f-8ed54576aaf8</ClientID>
<Description>sample string 11</Description>
<DriverID>dbd845b9-e4f3-4b48-bc8a-d5e5d0f8370d</DriverID>
<DriverName>sample string 6</DriverName>
<OrderNo>sample string 9</OrderNo>
<RiderWalletID>4989d726-17a3-4668-95ef-8adb6365701f</RiderWalletID>
<RoutePointID>f858dd06-0f3c-46fe-bd5b-b3faccca5042</RoutePointID>
<TaskID>250a7a84-29ee-47ed-9e0f-b8a9bb00adef</TaskID>
<TeamID>5ae6a3b5-3440-42ca-b28b-fb9ab39c5de5</TeamID>
<TeamName>sample string 8</TeamName>
<TransactionOn>2026-09-16T05:10:32.800625+04:00</TransactionOn>
<TranscationType>CashCollected</TranscationType>
<WalletType>Pending</WalletType>
</TaskRiderWalletViewModel>
</ArrayOfTaskRiderWalletViewModel>