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-06-06T18:33:33.2803834+04:00",
"ToDate": "2026-06-06T18:33:33.2803834+04:00",
"TransactionType": 1,
"Status": 1,
"DriverID": "a6947f88-56c9-4e5c-94d7-8f23dc165300",
"ClientID": "025af267-5467-487c-a5dc-7c4d91d418c3"
}
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>025af267-5467-487c-a5dc-7c4d91d418c3</ClientID> <DriverID>a6947f88-56c9-4e5c-94d7-8f23dc165300</DriverID> <FromDate>2026-06-06T18:33:33.2803834+04:00</FromDate> <Status>Pending</Status> <ToDate>2026-06-06T18:33:33.2803834+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": "ff00f07e-8081-4363-b1e2-d5268721ad0b",
"ClientID": "8cc5d5a1-b00d-4696-8a7d-4aca3361bbd8",
"TaskID": "3173380a-c9cd-43cc-af04-6c210698885f",
"RoutePointID": "70580f16-a67f-46b3-920f-f582e13df7a4",
"DriverID": "1a4e3d60-5b03-48f3-adbe-17a99874042c",
"DriverName": "sample string 6",
"TeamID": "49274c25-3052-485f-86c9-c2e58263b9bb",
"TeamName": "sample string 8",
"OrderNo": "sample string 9",
"Amount": 10.1,
"Description": "sample string 11",
"TransactionOn": "2026-06-06T18:33:33.2803834+04:00",
"TranscationType": 1,
"WalletType": 1
},
{
"RiderWalletID": "ff00f07e-8081-4363-b1e2-d5268721ad0b",
"ClientID": "8cc5d5a1-b00d-4696-8a7d-4aca3361bbd8",
"TaskID": "3173380a-c9cd-43cc-af04-6c210698885f",
"RoutePointID": "70580f16-a67f-46b3-920f-f582e13df7a4",
"DriverID": "1a4e3d60-5b03-48f3-adbe-17a99874042c",
"DriverName": "sample string 6",
"TeamID": "49274c25-3052-485f-86c9-c2e58263b9bb",
"TeamName": "sample string 8",
"OrderNo": "sample string 9",
"Amount": 10.1,
"Description": "sample string 11",
"TransactionOn": "2026-06-06T18:33:33.2803834+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>8cc5d5a1-b00d-4696-8a7d-4aca3361bbd8</ClientID>
<Description>sample string 11</Description>
<DriverID>1a4e3d60-5b03-48f3-adbe-17a99874042c</DriverID>
<DriverName>sample string 6</DriverName>
<OrderNo>sample string 9</OrderNo>
<RiderWalletID>ff00f07e-8081-4363-b1e2-d5268721ad0b</RiderWalletID>
<RoutePointID>70580f16-a67f-46b3-920f-f582e13df7a4</RoutePointID>
<TaskID>3173380a-c9cd-43cc-af04-6c210698885f</TaskID>
<TeamID>49274c25-3052-485f-86c9-c2e58263b9bb</TeamID>
<TeamName>sample string 8</TeamName>
<TransactionOn>2026-06-06T18:33:33.2803834+04:00</TransactionOn>
<TranscationType>CashCollected</TranscationType>
<WalletType>Pending</WalletType>
</TaskRiderWalletViewModel>
<TaskRiderWalletViewModel>
<Amount>10.1</Amount>
<ClientID>8cc5d5a1-b00d-4696-8a7d-4aca3361bbd8</ClientID>
<Description>sample string 11</Description>
<DriverID>1a4e3d60-5b03-48f3-adbe-17a99874042c</DriverID>
<DriverName>sample string 6</DriverName>
<OrderNo>sample string 9</OrderNo>
<RiderWalletID>ff00f07e-8081-4363-b1e2-d5268721ad0b</RiderWalletID>
<RoutePointID>70580f16-a67f-46b3-920f-f582e13df7a4</RoutePointID>
<TaskID>3173380a-c9cd-43cc-af04-6c210698885f</TaskID>
<TeamID>49274c25-3052-485f-86c9-c2e58263b9bb</TeamID>
<TeamName>sample string 8</TeamName>
<TransactionOn>2026-06-06T18:33:33.2803834+04:00</TransactionOn>
<TranscationType>CashCollected</TranscationType>
<WalletType>Pending</WalletType>
</TaskRiderWalletViewModel>
</ArrayOfTaskRiderWalletViewModel>