GET api/WXMini/GetAllTable?parlorcode={parlorcode}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
parlorcode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ReMsgOfListOfF_TablesInfoName | Description | Type | Additional information |
---|---|---|---|
code | integer |
None. |
|
msg | string |
None. |
|
data | Collection of F_TablesInfo |
None. |
Response Formats
application/json, text/json
Sample:
{ "code": 1, "msg": "sample string 2", "data": [ { "TableCode": "sample string 1", "TableName": "sample string 2" }, { "TableCode": "sample string 1", "TableName": "sample string 2" } ] }