GET api/AppPointDish/GetCurTableStoreList?parlorcode={parlorcode}&tablecode={tablecode}&pointdatetime={pointdatetime}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
parlorcode | string |
Required |
|
tablecode | string |
Required |
|
pointdatetime | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ReMsgOfListOfF_StoreListRecordName | Description | Type | Additional information |
---|---|---|---|
code | integer |
None. |
|
msg | string |
None. |
|
data | Collection of F_StoreListRecord |
None. |
Response Formats
application/json, text/json
Sample:
{ "code": 1, "msg": "sample string 2", "data": [ { "Id": 1, "ApplyCode": "sample string 2", "StoreCode": "sample string 3", "GuestTel": "sample string 4", "GuestName": "sample string 5", "OpType": "sample string 6", "ParlorCode": "sample string 7", "TableCode": "sample string 8", "TableName": "sample string 9", "MenuID": "sample string 10", "DishCode": "sample string 11", "DishName": "sample string 12", "Unit": "sample string 13", "LeftQuantity": 1.0, "OpQuantity": 1.0, "OperaterId": "sample string 14", "Operater": "sample string 15", "OperationDate": "sample string 16", "SaveDays": 1, "LimintDate": "sample string 17", "PrintMark": "sample string 18", "Seat": "sample string 19", "Waiterid": "sample string 20", "WaiterName": "sample string 21" }, { "Id": 1, "ApplyCode": "sample string 2", "StoreCode": "sample string 3", "GuestTel": "sample string 4", "GuestName": "sample string 5", "OpType": "sample string 6", "ParlorCode": "sample string 7", "TableCode": "sample string 8", "TableName": "sample string 9", "MenuID": "sample string 10", "DishCode": "sample string 11", "DishName": "sample string 12", "Unit": "sample string 13", "LeftQuantity": 1.0, "OpQuantity": 1.0, "OperaterId": "sample string 14", "Operater": "sample string 15", "OperationDate": "sample string 16", "SaveDays": 1, "LimintDate": "sample string 17", "PrintMark": "sample string 18", "Seat": "sample string 19", "Waiterid": "sample string 20", "WaiterName": "sample string 21" } ] }