GET api/AppPointDish/GetAllF_DishType?parlorcode={parlorcode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| parlorcode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ReMsgOfListOfF_DishType| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| msg | string |
None. |
|
| data | Collection of F_DishType |
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",
"SubExist": "sample string 4",
"Reserver2": "sample string 5",
"typeshowmark": "sample string 6",
"DtypeGroupCode": "sample string 7",
"ZDYTypeCode": 1,
"PDAxzMark": 1,
"PDAtype": "sample string 8",
"DOrder": 1
},
{
"MenuID": "sample string 1",
"TypeCode": "sample string 2",
"TypeName": "sample string 3",
"SubExist": "sample string 4",
"Reserver2": "sample string 5",
"typeshowmark": "sample string 6",
"DtypeGroupCode": "sample string 7",
"ZDYTypeCode": 1,
"PDAxzMark": 1,
"PDAtype": "sample string 8",
"DOrder": 1
}
]
}