DELETE ActionApi/T_TrailInfor/DeleteT_TrailInfor/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
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. |
Response Formats
application/json, text/json
Sample:
{ "id": "e9092be7-f454-4666-b33b-04b3457842b0", "cCheckItem": "sample string 2", "iCheckType": 1, "iReportId": 1, "isFlag": 1, "cSkus": "sample string 3", "dtCreateTIme": "2022-08-16T08:55:19.1727486+08:00", "iStoreId": "1643a0e3-f0e1-4a76-963d-e906d54e2e1a", "iBrandId": 1, "iProductId": 1, "iTrailType": 1 }