GET api/AppPointDish/GetAllF_DishGroups?parlorcode={parlorcode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| parlorcode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ReMsgOfListOfF_DishGroup| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| msg | string |
None. |
|
| data | Collection of F_DishGroup |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 1,
"msg": "sample string 2",
"data": [
{
"MenuID": "sample string 1",
"GroupCode": "sample string 2",
"DishCode": "sample string 3",
"DishName": "sample string 4",
"DQuantity": 5.0,
"Unit": "sample string 6"
},
{
"MenuID": "sample string 1",
"GroupCode": "sample string 2",
"DishCode": "sample string 3",
"DishName": "sample string 4",
"DQuantity": 5.0,
"Unit": "sample string 6"
}
]
}