删除货品类别
简要描述:
- --删除货品类别
请求URL: https://xx.com:9054/WH_Ware_Goods/deleteGoodsType http://xx.com:8054/WH_Ware_Goods/deleteGoodsType
请求方式:
- Get;Post
参数: 用户验证参数不作特别标注
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
shopsid | 是 | string | 门店编码 |
groupid | 是 | string | 集团码 |
code | 是 | string | 类型编码(查单个时传) |
返回示例
{"error":1,"Comment":"操作失败:已使用货品类型不支持删除","Value":null}
返回参数说明
参数名 | 类型 | 说明 |
---|
说明: error=0 成功 error=1 Comment=错误原因
- 更多返回错误代码请看首页的错误代码描述