DELETE api/T_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-24T20:11:15.7738704+08:00", "iSkuType": 1, "cSkuType": "sample string 4", "isError": 1, "isBlack": 1, "isOld": 1, "iInportSKU": 1, "iStoreId": "f622b6c2-14da-4080-9ceb-753272ed606c", "UUID": "1d08b0b3-8b98-4e70-a95b-4bdcf619ff33" }