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-08-05T06:33:34.8670068+04:00",
"ToDate": "2026-08-05T06:33:34.8670068+04:00",
"TransactionType": 1,
"Status": 1,
"DriverID": "1b821997-af49-49b0-affa-94b7098807ca",
"ClientID": "f609a3e1-1720-4054-a254-e449c427ee4c"
}
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>f609a3e1-1720-4054-a254-e449c427ee4c</ClientID> <DriverID>1b821997-af49-49b0-affa-94b7098807ca</DriverID> <FromDate>2026-08-05T06:33:34.8670068+04:00</FromDate> <Status>Pending</Status> <ToDate>2026-08-05T06:33:34.8670068+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": "76749a2d-5e6e-4418-8d96-e38d3a322555",
"ClientID": "06369fd2-6cef-4889-b5ad-da1a2f597c98",
"TaskID": "866ac011-08f7-41af-a57a-7f5aad3c2af6",
"RoutePointID": "fe50e546-7f64-4fff-ab6a-239dc688022a",
"DriverID": "8dee1f8d-0e0f-4e63-8bc8-7a8e24bc19fb",
"DriverName": "sample string 6",
"TeamID": "38dd8632-89e7-4080-b3cf-efdfea075803",
"TeamName": "sample string 8",
"OrderNo": "sample string 9",
"Amount": 10.1,
"Description": "sample string 11",
"TransactionOn": "2026-08-05T06:33:34.8670068+04:00",
"TranscationType": 1,
"WalletType": 1
},
{
"RiderWalletID": "76749a2d-5e6e-4418-8d96-e38d3a322555",
"ClientID": "06369fd2-6cef-4889-b5ad-da1a2f597c98",
"TaskID": "866ac011-08f7-41af-a57a-7f5aad3c2af6",
"RoutePointID": "fe50e546-7f64-4fff-ab6a-239dc688022a",
"DriverID": "8dee1f8d-0e0f-4e63-8bc8-7a8e24bc19fb",
"DriverName": "sample string 6",
"TeamID": "38dd8632-89e7-4080-b3cf-efdfea075803",
"TeamName": "sample string 8",
"OrderNo": "sample string 9",
"Amount": 10.1,
"Description": "sample string 11",
"TransactionOn": "2026-08-05T06:33:34.8670068+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>06369fd2-6cef-4889-b5ad-da1a2f597c98</ClientID>
<Description>sample string 11</Description>
<DriverID>8dee1f8d-0e0f-4e63-8bc8-7a8e24bc19fb</DriverID>
<DriverName>sample string 6</DriverName>
<OrderNo>sample string 9</OrderNo>
<RiderWalletID>76749a2d-5e6e-4418-8d96-e38d3a322555</RiderWalletID>
<RoutePointID>fe50e546-7f64-4fff-ab6a-239dc688022a</RoutePointID>
<TaskID>866ac011-08f7-41af-a57a-7f5aad3c2af6</TaskID>
<TeamID>38dd8632-89e7-4080-b3cf-efdfea075803</TeamID>
<TeamName>sample string 8</TeamName>
<TransactionOn>2026-08-05T06:33:34.8670068+04:00</TransactionOn>
<TranscationType>CashCollected</TranscationType>
<WalletType>Pending</WalletType>
</TaskRiderWalletViewModel>
<TaskRiderWalletViewModel>
<Amount>10.1</Amount>
<ClientID>06369fd2-6cef-4889-b5ad-da1a2f597c98</ClientID>
<Description>sample string 11</Description>
<DriverID>8dee1f8d-0e0f-4e63-8bc8-7a8e24bc19fb</DriverID>
<DriverName>sample string 6</DriverName>
<OrderNo>sample string 9</OrderNo>
<RiderWalletID>76749a2d-5e6e-4418-8d96-e38d3a322555</RiderWalletID>
<RoutePointID>fe50e546-7f64-4fff-ab6a-239dc688022a</RoutePointID>
<TaskID>866ac011-08f7-41af-a57a-7f5aad3c2af6</TaskID>
<TeamID>38dd8632-89e7-4080-b3cf-efdfea075803</TeamID>
<TeamName>sample string 8</TeamName>
<TransactionOn>2026-08-05T06:33:34.8670068+04:00</TransactionOn>
<TranscationType>CashCollected</TranscationType>
<WalletType>Pending</WalletType>
</TaskRiderWalletViewModel>
</ArrayOfTaskRiderWalletViewModel>