DELETE ActionApi/T_DisplayInfor/DeleteT_DisplayInfor/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
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. |
Response 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:21:09.7133159+08:00", "cDisplayItem": "sample string 5", "iStoreId": "3adf7c8a-53b9-4749-993c-734a29b3261b", "iBrandId": 1, "id": "ec6a5c2b-76c3-4193-bd44-d35e0db457f4", "iReportID": 1, "iDisplayItem": 1, "iDisplayType": 1, "iProductType": 1, "iExtraoldType": 1, "iCompetitorType": 1 }