GET api/UnPos/CodeCardTable/Get/ById?cardid={cardid}
查询店内桌台码牌信息
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cardid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
查询店内桌台码牌信息
CommonOperationResultWithTagOfV_UnPos_Shop_CodeCardTableDataTable| Name | Description | Type | Additional information |
|---|---|---|---|
| errcode | integer |
None. |
|
| errmsg | string |
None. |
|
| tag | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"errcode": 1,
"errmsg": "sample string 2",
"tag": null
}
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.