GET api/Comman/GetCloseReport?staff_id={staff_id}&vendorid={vendorid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| staff_id | integer |
Required |
|
| vendorid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetPOSCloseReport_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| staff_id | integer |
None. |
|
| type | string |
None. |
|
| total | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"staff_id": 1,
"type": "sample string 1",
"total": 1.0
},
{
"$ref": "1"
}
]