门店申购单保存供应商
简要描述:
- 保存门店申购单供应商
请求URL: https://xx.com:9054/Ware_Crayon_BillPlan/SaveShopsPurseBillSupplier http://xx.com:8054/Ware_Crayon_BillPlan/SaveShopsPurseBillSupplier
请求方式:
- Post
参数:
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
AppToken | 否 | string | 可为空主要用来做验证使用的 |
GroupId | 是 | string | 集团码编码 |
ShopsId | 是 | string | 门店编码 |
Account | 是 | string | 编号 |
xml | 是 | string | JSON格式字符串,参考如下 |
xml格式关键字段说明:
字段 | 说明 | 备注 |
---|---|---|
GoodsCode | 货品编号 | 必填 |
SupplierCode | 供应商编号 | 必填 |
SeqNum | 序号 | 编号 |
返回示例
{
"error": 0,
"Comment":"error=1 错误说明"
"Value":"操作成功"
}
返回参数说明
参数名 | 类型 | 说明 |
---|
说明: error=0 Value=说明 error=1 Comment=错误原因
- 更多返回错误代码请看首页的错误代码描述