GET api/AppPointDish/GetAllF_DishTypeShow?parlorcode={parlorcode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| parlorcode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ReMsgOfListOff_dishtypeshow| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| msg | string |
None. |
|
| data | Collection of f_dishtypeshow |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 1,
"msg": "sample string 2",
"data": [
{
"menuid": "sample string 1",
"typecode": "sample string 2",
"typename": "sample string 3",
"typevalue": "sample string 4"
},
{
"menuid": "sample string 1",
"typecode": "sample string 2",
"typename": "sample string 3",
"typevalue": "sample string 4"
}
]
}