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": "2025-12-25T18:51:52.4710069+04:00",
"ToDate": "2025-12-25T18:51:52.4710069+04:00",
"TransactionType": 1,
"Status": 1,
"DriverID": "48996538-b3fc-434f-8dfc-99e3289e44ad",
"ClientID": "bc554110-4197-4e08-8621-f14a904a19cf"
}
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>bc554110-4197-4e08-8621-f14a904a19cf</ClientID> <DriverID>48996538-b3fc-434f-8dfc-99e3289e44ad</DriverID> <FromDate>2025-12-25T18:51:52.4710069+04:00</FromDate> <Status>Pending</Status> <ToDate>2025-12-25T18:51:52.4710069+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": "8992fca4-5dca-4985-94d4-e6df857a8010",
"ClientID": "09e3e9d8-5868-4022-8e3c-6c4239329d2c",
"TaskID": "45175119-3b0a-4cf6-b8a8-046178e44d67",
"RoutePointID": "8853fc01-cd9b-4e92-8d00-82effe217262",
"DriverID": "04b1b686-df23-46c2-8a94-aa1a139e60b9",
"DriverName": "sample string 6",
"TeamID": "9f0232e1-ab04-40e8-afdf-0a7f7f9f8244",
"TeamName": "sample string 8",
"OrderNo": "sample string 9",
"Amount": 10.1,
"Description": "sample string 11",
"TransactionOn": "2025-12-25T18:51:52.4710069+04:00",
"TranscationType": 1,
"WalletType": 1
},
{
"RiderWalletID": "8992fca4-5dca-4985-94d4-e6df857a8010",
"ClientID": "09e3e9d8-5868-4022-8e3c-6c4239329d2c",
"TaskID": "45175119-3b0a-4cf6-b8a8-046178e44d67",
"RoutePointID": "8853fc01-cd9b-4e92-8d00-82effe217262",
"DriverID": "04b1b686-df23-46c2-8a94-aa1a139e60b9",
"DriverName": "sample string 6",
"TeamID": "9f0232e1-ab04-40e8-afdf-0a7f7f9f8244",
"TeamName": "sample string 8",
"OrderNo": "sample string 9",
"Amount": 10.1,
"Description": "sample string 11",
"TransactionOn": "2025-12-25T18:51:52.4710069+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>09e3e9d8-5868-4022-8e3c-6c4239329d2c</ClientID>
<Description>sample string 11</Description>
<DriverID>04b1b686-df23-46c2-8a94-aa1a139e60b9</DriverID>
<DriverName>sample string 6</DriverName>
<OrderNo>sample string 9</OrderNo>
<RiderWalletID>8992fca4-5dca-4985-94d4-e6df857a8010</RiderWalletID>
<RoutePointID>8853fc01-cd9b-4e92-8d00-82effe217262</RoutePointID>
<TaskID>45175119-3b0a-4cf6-b8a8-046178e44d67</TaskID>
<TeamID>9f0232e1-ab04-40e8-afdf-0a7f7f9f8244</TeamID>
<TeamName>sample string 8</TeamName>
<TransactionOn>2025-12-25T18:51:52.4710069+04:00</TransactionOn>
<TranscationType>CashCollected</TranscationType>
<WalletType>Pending</WalletType>
</TaskRiderWalletViewModel>
<TaskRiderWalletViewModel>
<Amount>10.1</Amount>
<ClientID>09e3e9d8-5868-4022-8e3c-6c4239329d2c</ClientID>
<Description>sample string 11</Description>
<DriverID>04b1b686-df23-46c2-8a94-aa1a139e60b9</DriverID>
<DriverName>sample string 6</DriverName>
<OrderNo>sample string 9</OrderNo>
<RiderWalletID>8992fca4-5dca-4985-94d4-e6df857a8010</RiderWalletID>
<RoutePointID>8853fc01-cd9b-4e92-8d00-82effe217262</RoutePointID>
<TaskID>45175119-3b0a-4cf6-b8a8-046178e44d67</TaskID>
<TeamID>9f0232e1-ab04-40e8-afdf-0a7f7f9f8244</TeamID>
<TeamName>sample string 8</TeamName>
<TransactionOn>2025-12-25T18:51:52.4710069+04:00</TransactionOn>
<TranscationType>CashCollected</TranscationType>
<WalletType>Pending</WalletType>
</TaskRiderWalletViewModel>
</ArrayOfTaskRiderWalletViewModel>