GET api/UnPos/CodeCardPublic_Shop/Get/ById/{cardid}
查询公共码牌的门店清单,会过滤掉禁用的门店
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cardid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
查询公共码牌的门店清单,会过滤掉禁用的门店
CommonOperationResultWithTagOfV_UnPos_Shop_CodeCardPublic_ShopDataTable| 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.