POST ActionApi/T_ReportStock/PutT_ReportStock

批量更新货品__NEW巡店模块重构

Request Information

URI Parameters

None.

Body Parameters

Collection of T_ReportStock
NameDescriptionTypeAdditional information
id

串号

integer

None.

iReportId

报告ID

integer

None.

iBrandId

品牌id

integer

None.

cBrandName

所属品牌

string

None.

iProductId

商品id

integer

None.

cProductName

商品名称

string

None.

isHave

是否缺货

decimal number

None.

dtCreateTime

建立日期

date

None.

iSkuType

货品类型id

integer

None.

cSkuType

货品类型

string

None.

isError

是否异常

integer

None.

isBlack

是否黑点

integer

None.

isOld

是否效期

integer

None.

iInportSKU

进货频率

integer

None.

iStoreId

门店ID

globally unique identifier

None.

UUID

串联单号

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "iReportId": 1,
    "iBrandId": 1,
    "cBrandName": "sample string 2",
    "iProductId": 1,
    "cProductName": "sample string 3",
    "isHave": 1.0,
    "dtCreateTime": "2023-03-23T16:59:06.1322643+08:00",
    "iSkuType": 1,
    "cSkuType": "sample string 4",
    "isError": 1,
    "isBlack": 1,
    "isOld": 1,
    "iInportSKU": 1,
    "iStoreId": "ffe28278-ca7d-4f27-82a5-cce7c8edaabb",
    "UUID": "14b02c2a-fff2-486c-81e8-5eff851cf71a"
  },
  {
    "id": 1,
    "iReportId": 1,
    "iBrandId": 1,
    "cBrandName": "sample string 2",
    "iProductId": 1,
    "cProductName": "sample string 3",
    "isHave": 1.0,
    "dtCreateTime": "2023-03-23T16:59:06.1322643+08:00",
    "iSkuType": 1,
    "cSkuType": "sample string 4",
    "isError": 1,
    "isBlack": 1,
    "isOld": 1,
    "iInportSKU": 1,
    "iStoreId": "ffe28278-ca7d-4f27-82a5-cce7c8edaabb",
    "UUID": "14b02c2a-fff2-486c-81e8-5eff851cf71a"
  }
]

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.