加载单据明细
简要描述:
- 加载仓库单据
请求URL: https://xx.com:9054/WHS_Orders/CallBillItem http://xx.com:8054/WHS_Orders/CallBillItem
请求方式:
- Post
参数:
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
AppToken | 否 | string | 可为空主要用来做验证使用的 |
GroupId | 是 | string | 集团码编码 |
sBillType | 是 | string | =0001 |
Account | 是 | string | 账号 |
返回示例
{
"error": 0,
"Comment":“”
"Value":
[
{
GoodsCode:货品编号
GoodsName:货品名称
Unit:单位
Standard:规格
Price:单价
MoneyAmount:金额=数量*单价
CountAmount:数量
SeqNum:序列号
}
]
}
返回参数说明
参数名 | 类型 | 说明 |
---|
说明: error=0 Value=单据明细 Comment=“” error=1 Comment=错误原因
- 更多返回错误代码请看首页的错误代码描述