GET api/Data/GetPOSCloseReport?staff_id={staff_id}&vendorid={vendorid}&fromdate={fromdate}&todate={todate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| staff_id | integer |
Required |
|
| vendorid | integer |
Required |
|
| fromdate | date |
None. |
|
| todate | date |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of getposcloserpt_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| cashier | string |
None. |
|
| CARD | decimal number |
None. |
|
| CARDW | decimal number |
None. |
|
| CASH | decimal number |
None. |
|
| CASHW | decimal number |
None. |
|
| WALLET | decimal number |
None. |
|
| ONACCOUNT | decimal number |
None. |
|
| FREE | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"cashier": "sample string 1",
"CARD": 1.0,
"CARDW": 1.0,
"CASH": 1.0,
"CASHW": 1.0,
"WALLET": 1.0,
"ONACCOUNT": 1.0,
"FREE": 1.0
},
{
"$ref": "1"
}
]