GET api/WXMini/QueryF_CheckoutCardFB?parlorcode={parlorcode}&cardcode={cardcode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| parlorcode | string |
Required |
|
| cardcode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ReMsgOfListOfDaoF_CheckoutCardFB| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| msg | string |
None. |
|
| data | Collection of DaoF_CheckoutCardFB |
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",
"PPrice": 1.0,
"PrintRemark": "sample string 4",
"DishMoney": 1.0
},
{
"DishName": "sample string 1",
"Status": "sample string 2",
"PQuantity": 1.0,
"Unit": "sample string 3",
"PPrice": 1.0,
"PrintRemark": "sample string 4",
"DishMoney": 1.0
}
]
}