孔雀翎月末向博大系统同步各门店现有库存数量,博大系统根据各门店库存数量计算相应的供应商账款
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
password | String | 必须 | yxt | 分配的密码 | |
wms_id | String | 必须 | 4 | 孔雀翎WMS标识 | |
api | String | 必须 | qimen.alibaba.health.ys.cep.wms.supplier.accounts | 调用接口 | |
username | String | 必须 | 123456 | 用户名 | |
data | Data [] | 必须 |
|
供应商账款明细 | |
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
success | String | true | 调用是否成功 |
err_code | String | 400 | 错误代码 |
err_message | String | 参数错误 | 错误描述 |
{"password":"yxt","data":[{"dept_code":"01010241","lot_no":"20210811","batch_no":"ZDBD651165_258","source_batch_no":"ZDBD651165_258","month":1,"year":2022,"goods_code":"17056854","supply_code":"1001","goods_qty":2,"tax_price":100,"history_stock_id":1}],"wms_id":"4","api":"qimen.alibaba.health.ys.cep.wms.supplier.accounts","username":"123456"}
{ "success":"true", "err_code":"400", "err_message":"参数错误" }
{"success":"false","err_code":"sign-check-failure","err_message":"Illegal request"}
错误码 | 错误描述 | 解决方案 |
---|