DELETE ActionApi/T_ReportStock/DeleteT_ReportStock/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
T_ReportStockName | Description | Type | Additional 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. |
Response 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-23T15:29:34.5570783+08:00", "iSkuType": 1, "cSkuType": "sample string 4", "isError": 1, "isBlack": 1, "isOld": 1, "iInportSKU": 1, "iStoreId": "5b36e7f6-3df0-4084-91f2-57a8e679dc8f", "UUID": "8a3b0e53-c841-42b8-98e9-59a94ed8672a" }