GET api/WXMini/GetTableDishInfo?parlorcode={parlorcode}&tablecode={tablecode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| parlorcode | string |
Required |
|
| tablecode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ReMsgOfListOfDaoTableDishInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| msg | string |
None. |
|
| data | Collection of DaoTableDishInfo |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 1,
"msg": "sample string 2",
"data": [
{
"DishName": "sample string 1",
"Status": "sample string 2",
"PQuantity": 1.0,
"Unit": "sample string 3",
"DMoney": 1.0,
"Remark": "sample string 4"
},
{
"DishName": "sample string 1",
"Status": "sample string 2",
"PQuantity": 1.0,
"Unit": "sample string 3",
"DMoney": 1.0,
"Remark": "sample string 4"
}
]
}