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-09T16:43:02.6672566+04:00",
"ToDate": "2026-05-09T16:43:02.6672566+04:00",
"TransactionType": 1,
"Status": 1,
"DriverID": "1a890e54-a58b-4776-a7f5-3a6634419c08",
"ClientID": "c094c090-546a-40e8-8dcd-d234b9c2f2da"
}
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>c094c090-546a-40e8-8dcd-d234b9c2f2da</ClientID> <DriverID>1a890e54-a58b-4776-a7f5-3a6634419c08</DriverID> <FromDate>2026-05-09T16:43:02.6672566+04:00</FromDate> <Status>Pending</Status> <ToDate>2026-05-09T16:43:02.6672566+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": "e5568612-a733-4d72-b425-4daacc9c749a",
"ClientID": "e60f66e3-edcd-4885-bbb6-73bddcdcf889",
"TaskID": "df25fae2-c3c2-45bb-bea5-5345df9d8b13",
"RoutePointID": "df1bb24b-5933-4f94-9ca1-c0ed69a2ae43",
"DriverID": "02e4c9b5-56db-4755-ae4d-6a8f72cf1044",
"DriverName": "sample string 6",
"TeamID": "7e7cbf5b-01d6-4d5d-a258-5e8f66de7776",
"TeamName": "sample string 8",
"OrderNo": "sample string 9",
"Amount": 10.1,
"Description": "sample string 11",
"TransactionOn": "2026-05-09T16:43:02.6672566+04:00",
"TranscationType": 1,
"WalletType": 1
},
{
"RiderWalletID": "e5568612-a733-4d72-b425-4daacc9c749a",
"ClientID": "e60f66e3-edcd-4885-bbb6-73bddcdcf889",
"TaskID": "df25fae2-c3c2-45bb-bea5-5345df9d8b13",
"RoutePointID": "df1bb24b-5933-4f94-9ca1-c0ed69a2ae43",
"DriverID": "02e4c9b5-56db-4755-ae4d-6a8f72cf1044",
"DriverName": "sample string 6",
"TeamID": "7e7cbf5b-01d6-4d5d-a258-5e8f66de7776",
"TeamName": "sample string 8",
"OrderNo": "sample string 9",
"Amount": 10.1,
"Description": "sample string 11",
"TransactionOn": "2026-05-09T16:43:02.6672566+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>e60f66e3-edcd-4885-bbb6-73bddcdcf889</ClientID>
<Description>sample string 11</Description>
<DriverID>02e4c9b5-56db-4755-ae4d-6a8f72cf1044</DriverID>
<DriverName>sample string 6</DriverName>
<OrderNo>sample string 9</OrderNo>
<RiderWalletID>e5568612-a733-4d72-b425-4daacc9c749a</RiderWalletID>
<RoutePointID>df1bb24b-5933-4f94-9ca1-c0ed69a2ae43</RoutePointID>
<TaskID>df25fae2-c3c2-45bb-bea5-5345df9d8b13</TaskID>
<TeamID>7e7cbf5b-01d6-4d5d-a258-5e8f66de7776</TeamID>
<TeamName>sample string 8</TeamName>
<TransactionOn>2026-05-09T16:43:02.6672566+04:00</TransactionOn>
<TranscationType>CashCollected</TranscationType>
<WalletType>Pending</WalletType>
</TaskRiderWalletViewModel>
<TaskRiderWalletViewModel>
<Amount>10.1</Amount>
<ClientID>e60f66e3-edcd-4885-bbb6-73bddcdcf889</ClientID>
<Description>sample string 11</Description>
<DriverID>02e4c9b5-56db-4755-ae4d-6a8f72cf1044</DriverID>
<DriverName>sample string 6</DriverName>
<OrderNo>sample string 9</OrderNo>
<RiderWalletID>e5568612-a733-4d72-b425-4daacc9c749a</RiderWalletID>
<RoutePointID>df1bb24b-5933-4f94-9ca1-c0ed69a2ae43</RoutePointID>
<TaskID>df25fae2-c3c2-45bb-bea5-5345df9d8b13</TaskID>
<TeamID>7e7cbf5b-01d6-4d5d-a258-5e8f66de7776</TeamID>
<TeamName>sample string 8</TeamName>
<TransactionOn>2026-05-09T16:43:02.6672566+04:00</TransactionOn>
<TranscationType>CashCollected</TranscationType>
<WalletType>Pending</WalletType>
</TaskRiderWalletViewModel>
</ArrayOfTaskRiderWalletViewModel>