GET api/WXMini/GetAllTableInfo?parlorcode={parlorcode}&strtypecode={strtypecode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| parlorcode | string |
Required |
|
| strtypecode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ReMsgOfListOfDaoTableInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| msg | string |
None. |
|
| data | Collection of DaoTableInfo |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 1,
"msg": "sample string 2",
"data": [
{
"ParlorCode": "sample string 1",
"TypeName": "sample string 2",
"TableCode": "sample string 3",
"TableName": "sample string 4",
"TotalMoney": 1.0,
"DestineCode": "sample string 5",
"DesPID": "sample string 6",
"DesPerson": "sample string 7",
"DesTel": "sample string 8",
"OTime": "sample string 9",
"GuestName": "sample string 10",
"DeptName": "sample string 11",
"roomstate": "sample string 12",
"CleanState": "sample string 13"
},
{
"ParlorCode": "sample string 1",
"TypeName": "sample string 2",
"TableCode": "sample string 3",
"TableName": "sample string 4",
"TotalMoney": 1.0,
"DestineCode": "sample string 5",
"DesPID": "sample string 6",
"DesPerson": "sample string 7",
"DesTel": "sample string 8",
"OTime": "sample string 9",
"GuestName": "sample string 10",
"DeptName": "sample string 11",
"roomstate": "sample string 12",
"CleanState": "sample string 13"
}
]
}