POST Api/DriverWallet/GetTransaction
Request Information
URI Parameters
None.
Body Parameters
WalletTranscationParameterName | 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-08-08T15:34:02.0497995+04:00", "ToDate": "2025-08-08T15:34:02.0497995+04:00", "TransactionType": 1, "Status": 1, "DriverID": "c6ff973d-4b32-43f6-87c3-2c6849940b8f", "ClientID": "b4353998-b04b-43a3-a062-b5979b316b37" }
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>b4353998-b04b-43a3-a062-b5979b316b37</ClientID> <DriverID>c6ff973d-4b32-43f6-87c3-2c6849940b8f</DriverID> <FromDate>2025-08-08T15:34:02.0497995+04:00</FromDate> <Status>Pending</Status> <ToDate>2025-08-08T15:34:02.0497995+04:00</ToDate> <TransactionType>CashCollected</TransactionType> </WalletTranscationParameter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of TaskRiderWalletViewModelName | 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": "7c640eed-da5a-4d14-b7d7-20fe639fe0be", "ClientID": "4828cbf6-6e6c-455f-b0c8-cc2b69f09ec5", "TaskID": "aad17b43-a39a-464b-8518-27af6586fce5", "RoutePointID": "a2a7cf6e-389c-4ce8-8da4-a6367133cbaa", "DriverID": "708a66b3-d0b9-4244-a0fe-8108f8eead22", "DriverName": "sample string 6", "TeamID": "14282b7b-1a7a-4b8a-8422-2022824f3ede", "TeamName": "sample string 8", "OrderNo": "sample string 9", "Amount": 10.1, "Description": "sample string 11", "TransactionOn": "2025-08-08T15:34:02.0497995+04:00", "TranscationType": 1, "WalletType": 1 }, { "RiderWalletID": "7c640eed-da5a-4d14-b7d7-20fe639fe0be", "ClientID": "4828cbf6-6e6c-455f-b0c8-cc2b69f09ec5", "TaskID": "aad17b43-a39a-464b-8518-27af6586fce5", "RoutePointID": "a2a7cf6e-389c-4ce8-8da4-a6367133cbaa", "DriverID": "708a66b3-d0b9-4244-a0fe-8108f8eead22", "DriverName": "sample string 6", "TeamID": "14282b7b-1a7a-4b8a-8422-2022824f3ede", "TeamName": "sample string 8", "OrderNo": "sample string 9", "Amount": 10.1, "Description": "sample string 11", "TransactionOn": "2025-08-08T15:34:02.0497995+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>4828cbf6-6e6c-455f-b0c8-cc2b69f09ec5</ClientID> <Description>sample string 11</Description> <DriverID>708a66b3-d0b9-4244-a0fe-8108f8eead22</DriverID> <DriverName>sample string 6</DriverName> <OrderNo>sample string 9</OrderNo> <RiderWalletID>7c640eed-da5a-4d14-b7d7-20fe639fe0be</RiderWalletID> <RoutePointID>a2a7cf6e-389c-4ce8-8da4-a6367133cbaa</RoutePointID> <TaskID>aad17b43-a39a-464b-8518-27af6586fce5</TaskID> <TeamID>14282b7b-1a7a-4b8a-8422-2022824f3ede</TeamID> <TeamName>sample string 8</TeamName> <TransactionOn>2025-08-08T15:34:02.0497995+04:00</TransactionOn> <TranscationType>CashCollected</TranscationType> <WalletType>Pending</WalletType> </TaskRiderWalletViewModel> <TaskRiderWalletViewModel> <Amount>10.1</Amount> <ClientID>4828cbf6-6e6c-455f-b0c8-cc2b69f09ec5</ClientID> <Description>sample string 11</Description> <DriverID>708a66b3-d0b9-4244-a0fe-8108f8eead22</DriverID> <DriverName>sample string 6</DriverName> <OrderNo>sample string 9</OrderNo> <RiderWalletID>7c640eed-da5a-4d14-b7d7-20fe639fe0be</RiderWalletID> <RoutePointID>a2a7cf6e-389c-4ce8-8da4-a6367133cbaa</RoutePointID> <TaskID>aad17b43-a39a-464b-8518-27af6586fce5</TaskID> <TeamID>14282b7b-1a7a-4b8a-8422-2022824f3ede</TeamID> <TeamName>sample string 8</TeamName> <TransactionOn>2025-08-08T15:34:02.0497995+04:00</TransactionOn> <TranscationType>CashCollected</TranscationType> <WalletType>Pending</WalletType> </TaskRiderWalletViewModel> </ArrayOfTaskRiderWalletViewModel>