GET api/Comman/GetDailyTransactions?staff_id={staff_id}&vendorid={vendorid}&routeid={routeid}&fromdate={fromdate}&todate={todate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| staff_id | integer |
Required |
|
| vendorid | integer |
Required |
|
| routeid | integer |
None. |
|
| fromdate | date |
None. |
|
| todate | date |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of getdailytrans_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| customer | string |
None. |
|
| dept | string |
None. |
|
| gmap_address | string |
None. |
|
| dod | date |
None. |
|
| route | string |
None. |
|
| Cash | decimal number |
None. |
|
| credit | decimal number |
None. |
|
| Charge | decimal number |
None. |
|
| Exchange | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"customer": "sample string 1",
"dept": "sample string 2",
"gmap_address": "sample string 3",
"dod": "2025-12-31T01:39:52.2986591+00:00",
"route": "sample string 4",
"Cash": 5.0,
"credit": 6.0,
"Charge": 7.0,
"Exchange": 8.0
},
{
"$ref": "1"
}
]