批量获取供应商存货价格表信息
GET
/api/veninvprice/batch_get
适用版本:支持U8V12.0 及更高版本
使用场景:订购应用
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://api.yonyouup.com/api/veninvprice/batch_get?from_account&to_account&app_key=&token='
响应示例响应示例
{
"errcode": "string",
"errmsg": "string",
"cvencode": "string",
"cvenname": "string",
"cvenabbname": "string",
"cinvcode": "string",
"cinvname": "string",
"cinvstd": "string",
"cinvccode": "string",
"cinvcname": "string",
"denabledate": "string",
"ddisabledate": "string",
"cexch_name": "string",
"bpromotion": 0,
"cmemo": "string",
"isupplytype": 0,
"btaxcost": 0,
"ctermcode": "string",
"ilowerlimit": 0,
"iupperlimit": 0,
"iunitprice": 0,
"itaxrate": 0,
"itaxunitprice": 0,
"cfree1": "string",
"cfree2": "string",
"cfree3": "string",
"cfree4": "string",
"cfree5": "string",
"cfree6": "string",
"cfree7": "string",
"cfree8": "string",
"cfree9": "string",
"cfree10": "string"
}
请求参数
Query 参数
from_account
调用方id
to_account
提供方id
app_key
应用编码
token
全局访问唯一识别码
ds_sequence
可选
cvencode
供应商编码
cvenname
供应商名称关键字
cvenabbname
供应商简称关键字
cinvname
存货名称关键字
cinvstd
规格型号
cinvccode
存货分类编码
cinvcname
存货分类
cinvcode_begin
起始存货编码
cinvcode_end
结束存货编码
denabledate_begin
起始生效日期
denabledate_end
结束生效日期
ddisabledate
失效日期
cexch_name
币种
bpromotion
是否促销价
cmemo
备注关键字
isupplytype
供应类型
btaxcost
可选
ctermcode
贸易术语代码
ilowerlimit
数量下限
iupperlimit
数量上限
itaxrate
税率
cfree1
自由项1
cfree2
自由项2
cfree3
自由项3
cfree4
自由项4
cfree5
自由项5
cfree6
自由项6
cfree7
自由项7
cfree8
自由项8
cfree9
自由项9
cfree10
自由项10
返回响应
修改于 2021-11-15 13:06:27