POST ActionApi/T_DisplayInfor/PutT_DisplayInfor

批量更新陈列信息___NEW巡店模块重构

Request Information

URI Parameters

None.

Body Parameters

Collection of T_DisplayInfor
NameDescriptionTypeAdditional 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": "2023-03-23T15:20:26.6137138+08:00",
    "cDisplayItem": "sample string 5",
    "iStoreId": "96614663-ab4c-4666-9a6d-c1cceaf0d0c9",
    "iBrandId": 1,
    "id": "2cd79d24-d04b-43d5-a71b-e0433b40fa0a",
    "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": "2023-03-23T15:20:26.6137138+08:00",
    "cDisplayItem": "sample string 5",
    "iStoreId": "96614663-ab4c-4666-9a6d-c1cceaf0d0c9",
    "iBrandId": 1,
    "id": "2cd79d24-d04b-43d5-a71b-e0433b40fa0a",
    "iReportID": 1,
    "iDisplayItem": 1,
    "iDisplayType": 1,
    "iProductType": 1,
    "iExtraoldType": 1,
    "iCompetitorType": 1
  }
]

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'List`1'.

Response Information

Resource Description

批量更新陈列信息___NEW巡店模块重构

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.