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-28T04:24:41.9273074+04:00",
"ToDate": "2026-08-28T04:24:41.9273074+04:00",
"TransactionType": 1,
"Status": 1,
"DriverID": "6ff08ecb-c6f2-4d47-b37f-345098c5b576",
"ClientID": "e09a40dc-9f06-4117-95b8-8a21fec5466f"
}
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>e09a40dc-9f06-4117-95b8-8a21fec5466f</ClientID> <DriverID>6ff08ecb-c6f2-4d47-b37f-345098c5b576</DriverID> <FromDate>2026-08-28T04:24:41.9273074+04:00</FromDate> <Status>Pending</Status> <ToDate>2026-08-28T04:24:41.9273074+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": "d29060ce-ba51-4669-9764-fd55c89dfdd9",
"ClientID": "89524405-04b5-4fd2-ad31-2a3a0e9ea7cb",
"TaskID": "95fc72aa-3330-48a4-8c60-4e0601eb344d",
"RoutePointID": "51df1de4-c6c6-4c32-957c-9ea02bc512b4",
"DriverID": "f520c177-c7d0-46f3-b718-1c1f49de6b4d",
"DriverName": "sample string 6",
"TeamID": "0795efdb-f9c8-4399-8907-e05841ee70ff",
"TeamName": "sample string 8",
"OrderNo": "sample string 9",
"Amount": 10.1,
"Description": "sample string 11",
"TransactionOn": "2026-08-28T04:24:41.9273074+04:00",
"TranscationType": 1,
"WalletType": 1
},
{
"RiderWalletID": "d29060ce-ba51-4669-9764-fd55c89dfdd9",
"ClientID": "89524405-04b5-4fd2-ad31-2a3a0e9ea7cb",
"TaskID": "95fc72aa-3330-48a4-8c60-4e0601eb344d",
"RoutePointID": "51df1de4-c6c6-4c32-957c-9ea02bc512b4",
"DriverID": "f520c177-c7d0-46f3-b718-1c1f49de6b4d",
"DriverName": "sample string 6",
"TeamID": "0795efdb-f9c8-4399-8907-e05841ee70ff",
"TeamName": "sample string 8",
"OrderNo": "sample string 9",
"Amount": 10.1,
"Description": "sample string 11",
"TransactionOn": "2026-08-28T04:24:41.9273074+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>89524405-04b5-4fd2-ad31-2a3a0e9ea7cb</ClientID>
<Description>sample string 11</Description>
<DriverID>f520c177-c7d0-46f3-b718-1c1f49de6b4d</DriverID>
<DriverName>sample string 6</DriverName>
<OrderNo>sample string 9</OrderNo>
<RiderWalletID>d29060ce-ba51-4669-9764-fd55c89dfdd9</RiderWalletID>
<RoutePointID>51df1de4-c6c6-4c32-957c-9ea02bc512b4</RoutePointID>
<TaskID>95fc72aa-3330-48a4-8c60-4e0601eb344d</TaskID>
<TeamID>0795efdb-f9c8-4399-8907-e05841ee70ff</TeamID>
<TeamName>sample string 8</TeamName>
<TransactionOn>2026-08-28T04:24:41.9273074+04:00</TransactionOn>
<TranscationType>CashCollected</TranscationType>
<WalletType>Pending</WalletType>
</TaskRiderWalletViewModel>
<TaskRiderWalletViewModel>
<Amount>10.1</Amount>
<ClientID>89524405-04b5-4fd2-ad31-2a3a0e9ea7cb</ClientID>
<Description>sample string 11</Description>
<DriverID>f520c177-c7d0-46f3-b718-1c1f49de6b4d</DriverID>
<DriverName>sample string 6</DriverName>
<OrderNo>sample string 9</OrderNo>
<RiderWalletID>d29060ce-ba51-4669-9764-fd55c89dfdd9</RiderWalletID>
<RoutePointID>51df1de4-c6c6-4c32-957c-9ea02bc512b4</RoutePointID>
<TaskID>95fc72aa-3330-48a4-8c60-4e0601eb344d</TaskID>
<TeamID>0795efdb-f9c8-4399-8907-e05841ee70ff</TeamID>
<TeamName>sample string 8</TeamName>
<TransactionOn>2026-08-28T04:24:41.9273074+04:00</TransactionOn>
<TranscationType>CashCollected</TranscationType>
<WalletType>Pending</WalletType>
</TaskRiderWalletViewModel>
</ArrayOfTaskRiderWalletViewModel>