GET api/AppPointDish/GetAllHCRemarks?parlorcode={parlorcode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| parlorcode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ReMsgOfListOfF_HCRemark| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| msg | string |
None. |
|
| data | Collection of F_HCRemark |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 1,
"msg": "sample string 2",
"data": [
{
"MenuID": "sample string 1",
"RemCode": "sample string 2",
"HcRemark": "sample string 3",
"HcRemarkZJF": "sample string 4",
"TypeCode": "sample string 5",
"ZFPrice": 1.0
},
{
"MenuID": "sample string 1",
"RemCode": "sample string 2",
"HcRemark": "sample string 3",
"HcRemarkZJF": "sample string 4",
"TypeCode": "sample string 5",
"ZFPrice": 1.0
}
]
}