GET api/Pos/Busi/ExtraProduct/Config/Query/ById?campaignid={campaignid}
获取单个配置行数据
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
campaignid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
获取单个配置行数据
CommonOperationResultWithTagOfT_Pos_Sell_ProductAdd_ConfigDataTableName | 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.