POST ActionApi/T_DisplayInfor/PutT_DisplayInfor
批量更新陈列信息___NEW巡店模块重构
Request Information
URI Parameters
None.
Body Parameters
Collection of T_DisplayInforName | Description | Type | Additional information |
---|---|---|---|
cDisplayType |
陈列类型 |
string |
None. |
cProductType |
产品类型 |
string |
None. |
cExtraoldType |
特陈类型 |
string |
None. |
cCompetitor |
竞品类型 |
string |
None. |
iFlag |
是否标志 |
integer |
None. |
dtCreateTime |
建立日期 |
date |
None. |
cDisplayItem |
检查项目 |
string |
None. |
iStoreId |
门店id |
globally unique identifier |
None. |
iBrandId |
品牌id |
integer |
None. |
id |
串号 |
globally unique identifier |
None. |
iReportID |
报告id |
integer |
None. |
iDisplayItem |
检查项ID |
integer |
None. |
iDisplayType |
陈列类型 |
integer |
None. |
iProductType |
产品类型 |
integer |
None. |
iExtraoldType |
扩展类型 |
integer |
None. |
iCompetitorType |
竞品类型 |
integer |
None. |
Request Formats
application/json, text/json
Sample:
[ { "cDisplayType": "sample string 1", "cProductType": "sample string 2", "cExtraoldType": "sample string 3", "cCompetitor": "sample string 4", "iFlag": 1, "dtCreateTime": "2022-08-16T08:30:24.5843076+08:00", "cDisplayItem": "sample string 5", "iStoreId": "df1f7c43-8284-49fe-8c18-0109f728cf67", "iBrandId": 1, "id": "c0527052-40b9-4fa6-a7ef-9253454b89a4", "iReportID": 1, "iDisplayItem": 1, "iDisplayType": 1, "iProductType": 1, "iExtraoldType": 1, "iCompetitorType": 1 }, { "cDisplayType": "sample string 1", "cProductType": "sample string 2", "cExtraoldType": "sample string 3", "cCompetitor": "sample string 4", "iFlag": 1, "dtCreateTime": "2022-08-16T08:30:24.5843076+08:00", "cDisplayItem": "sample string 5", "iStoreId": "df1f7c43-8284-49fe-8c18-0109f728cf67", "iBrandId": 1, "id": "c0527052-40b9-4fa6-a7ef-9253454b89a4", "iReportID": 1, "iDisplayItem": 1, "iDisplayType": 1, "iProductType": 1, "iExtraoldType": 1, "iCompetitorType": 1 } ]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
批量更新陈列信息___NEW巡店模块重构
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.