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