POST ActionApi/T_TrailInfor/PutT_TrailInfor
批量更新试用装__NEW巡店模块重构
Request Information
URI Parameters
None.
Body Parameters
Collection of T_TrailInforName | Description | Type | Additional information |
---|---|---|---|
id |
串号 |
globally unique identifier |
None. |
cCheckItem |
检查项目 |
string |
None. |
iCheckType |
检查类型 |
integer |
None. |
iReportId |
报告id |
integer |
None. |
isFlag |
是否标记 |
integer |
None. |
cSkus |
sku列表 |
string |
None. |
dtCreateTIme |
建立日期 |
date |
None. |
iStoreId |
门店ID |
globally unique identifier |
None. |
iBrandId |
品牌ID |
integer |
None. |
iProductId |
商品id |
integer |
None. |
iTrailType |
试用装类型 |
integer |
None. |
Request Formats
application/json, text/json
Sample:
[ { "id": "2ce41a66-09f3-4c98-8b8a-d3463e95c403", "cCheckItem": "sample string 2", "iCheckType": 1, "iReportId": 1, "isFlag": 1, "cSkus": "sample string 3", "dtCreateTIme": "2022-08-19T01:09:53.7982997+08:00", "iStoreId": "40cb4b9a-15e0-477d-8002-f66cd7f5228a", "iBrandId": 1, "iProductId": 1, "iTrailType": 1 }, { "id": "2ce41a66-09f3-4c98-8b8a-d3463e95c403", "cCheckItem": "sample string 2", "iCheckType": 1, "iReportId": 1, "isFlag": 1, "cSkus": "sample string 3", "dtCreateTIme": "2022-08-19T01:09:53.7982997+08:00", "iStoreId": "40cb4b9a-15e0-477d-8002-f66cd7f5228a", "iBrandId": 1, "iProductId": 1, "iTrailType": 1 } ]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
批量更新试用装__NEW巡店模块重构
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.