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-03-24T22:25:44.079568+04:00",
"ToDate": "2026-03-24T22:25:44.079568+04:00",
"TransactionType": 1,
"Status": 1,
"DriverID": "ad732d52-9ed6-4716-a947-a2eb747de33d",
"ClientID": "aa4a224e-6692-4a0d-9155-e06e6687be9d"
}
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>aa4a224e-6692-4a0d-9155-e06e6687be9d</ClientID> <DriverID>ad732d52-9ed6-4716-a947-a2eb747de33d</DriverID> <FromDate>2026-03-24T22:25:44.079568+04:00</FromDate> <Status>Pending</Status> <ToDate>2026-03-24T22:25:44.079568+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": "1d4f955e-9f5e-4a0b-8b09-9b3578e8ce9b",
"ClientID": "35f4848a-ac08-436e-9e13-d1b274494cbe",
"TaskID": "c8f7096d-ea12-499e-86bf-8da8459c589f",
"RoutePointID": "0b3739ab-2ec7-44af-bcac-4bb9619f147e",
"DriverID": "112e7ce3-616e-447d-95cd-1f61467c7248",
"DriverName": "sample string 6",
"TeamID": "c236c87e-c99c-4015-9ff7-7cdc05cab34c",
"TeamName": "sample string 8",
"OrderNo": "sample string 9",
"Amount": 10.1,
"Description": "sample string 11",
"TransactionOn": "2026-03-24T22:25:44.079568+04:00",
"TranscationType": 1,
"WalletType": 1
},
{
"RiderWalletID": "1d4f955e-9f5e-4a0b-8b09-9b3578e8ce9b",
"ClientID": "35f4848a-ac08-436e-9e13-d1b274494cbe",
"TaskID": "c8f7096d-ea12-499e-86bf-8da8459c589f",
"RoutePointID": "0b3739ab-2ec7-44af-bcac-4bb9619f147e",
"DriverID": "112e7ce3-616e-447d-95cd-1f61467c7248",
"DriverName": "sample string 6",
"TeamID": "c236c87e-c99c-4015-9ff7-7cdc05cab34c",
"TeamName": "sample string 8",
"OrderNo": "sample string 9",
"Amount": 10.1,
"Description": "sample string 11",
"TransactionOn": "2026-03-24T22:25:44.079568+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>35f4848a-ac08-436e-9e13-d1b274494cbe</ClientID>
<Description>sample string 11</Description>
<DriverID>112e7ce3-616e-447d-95cd-1f61467c7248</DriverID>
<DriverName>sample string 6</DriverName>
<OrderNo>sample string 9</OrderNo>
<RiderWalletID>1d4f955e-9f5e-4a0b-8b09-9b3578e8ce9b</RiderWalletID>
<RoutePointID>0b3739ab-2ec7-44af-bcac-4bb9619f147e</RoutePointID>
<TaskID>c8f7096d-ea12-499e-86bf-8da8459c589f</TaskID>
<TeamID>c236c87e-c99c-4015-9ff7-7cdc05cab34c</TeamID>
<TeamName>sample string 8</TeamName>
<TransactionOn>2026-03-24T22:25:44.079568+04:00</TransactionOn>
<TranscationType>CashCollected</TranscationType>
<WalletType>Pending</WalletType>
</TaskRiderWalletViewModel>
<TaskRiderWalletViewModel>
<Amount>10.1</Amount>
<ClientID>35f4848a-ac08-436e-9e13-d1b274494cbe</ClientID>
<Description>sample string 11</Description>
<DriverID>112e7ce3-616e-447d-95cd-1f61467c7248</DriverID>
<DriverName>sample string 6</DriverName>
<OrderNo>sample string 9</OrderNo>
<RiderWalletID>1d4f955e-9f5e-4a0b-8b09-9b3578e8ce9b</RiderWalletID>
<RoutePointID>0b3739ab-2ec7-44af-bcac-4bb9619f147e</RoutePointID>
<TaskID>c8f7096d-ea12-499e-86bf-8da8459c589f</TaskID>
<TeamID>c236c87e-c99c-4015-9ff7-7cdc05cab34c</TeamID>
<TeamName>sample string 8</TeamName>
<TransactionOn>2026-03-24T22:25:44.079568+04:00</TransactionOn>
<TranscationType>CashCollected</TranscationType>
<WalletType>Pending</WalletType>
</TaskRiderWalletViewModel>
</ArrayOfTaskRiderWalletViewModel>