获取出口订单列表
GET
/api/exportorderlist/batch_get
适用版本:支持U8V12.0 及更高版本
使用场景:出口管理应用
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://api.yonyouup.com/api/exportorderlist/batch_get?from_account&to_account&app_key=&token='
响应示例响应示例
{
"errcode": "string",
"errmsg": "string",
"cal": true,
"aportcode": "string",
"batchshipping": "string",
"bustype": "string",
"chinesesummoney": "string",
"code": "string",
"comvencode": "string",
"containersize": "string",
"cusaddress": "string",
"cuscode": "string",
"cusenaddr1": "string",
"cusenaddr2": "string",
"cusenaddr3": "string",
"cusenaddr4": "string",
"cusoaddress": "string",
"cusordercode": "string",
"cusperson": "string",
"define1": "string",
"define10": "string",
"define11": "string",
"define12": "string",
"define13": "string",
"define14": "string",
"define15": 0,
"define16": 0,
"define2": "string",
"define3": "string",
"define4": "string",
"define5": 0,
"define6": "string",
"define7": 0,
"define8": "string",
"define9": "string",
"depcode": "string",
"engaddress1": "string",
"engaddress2": "string",
"engaddress3": "string",
"engaddress4": "string",
"englishsummoney": "string",
"exch_name": "string",
"farecontroltype": "string",
"incotermcode": "string",
"incotermremark": "string",
"invgeneraldesc": "string",
"memos": "string",
"outaftercredit": "string",
"paycode": "string",
"personcode": "string",
"receiveaddress": "string",
"receiveaddress2": "string",
"receiveaddress3": "string",
"receiveaddress4": "string",
"receivecompany": "string",
"receiveperson": "string",
"sccode": "string",
"shipvencode": "string",
"sportcode": "string",
"sscode": "string",
"stcode": "string",
"svencode": "string",
"tmcode": "string",
"tportcode": "string",
"transport": "string",
"unitenglish": "string",
"unitname": "string",
"unittel": "string",
"date": "string",
"lastedshippingdate": "string",
"containerqty": 0,
"exchrate": 0,
"fobsummoney": 0,
"generalcommoney": 0,
"generalcomrate": 0,
"generalcomremark": "string",
"generaloverflowitem": "string",
"generaloverflowrange": 0,
"generaltaxrate": 0,
"natfobsummoney": 0,
"natgeneralcommoney": 0,
"natsummoney": 0,
"summoney": 0,
"dec": 0,
"prearriveday": 0,
"ffreightsum": 0,
"fnatfreightsum": 0,
"bfreighttofare": 0,
"finsurancesum": 0,
"fnatinsurancesum": 0,
"binsurancetofare": 0,
"cinsurancevencode": "string",
"bcommisiontype": 0,
"bcommisiontofare": 0,
"cgatheringplan": "string",
"depname": "string",
"personname": "string",
"scname": "string",
"shipvenname": "string",
"sportname": "string",
"cssname": "string",
"stname": "string",
"svenname": "string",
"tmname": "string",
"tportname": "string",
"cinsurancevenname": "string",
"idrawbackstyle": 0
}
请求参数
Query 参数
from_account
调用方id
to_account
提供方id
app_key
应用编码
token
全局访问唯一识别码
ds_sequence
可选
code_begin
起始出口订单号
code_end
结束出口订单号
aportcode
目的港编码
cuscode
客户编号
cusordercode
客户订单号
memos
备注关键字
personcode
业务员编号
receiveperson
收货人关键字
sccode
发运方式编码
shipvencode
船公司编码
sportcode
装运港编码
sscode
结算方式编码
stcode
销售类型编号
svencode
承运商编码
tmcode
贸易方式代码
tportcode
转运港编码
date_begin
起始单据日期
date_end
结束单据日期
cverifier
审批人关键字
depname
部门名称关键字
personname
业务员关键字
scname
发运方式关键字
shipvenname
船公司关键字
sportname
装运港关键字
cssname
结算方式关键字
stname
销售类型关键字
svenname
承运商关键字
tmname
贸易方式关键字
tportname
转运港关键字
返回响应
修改于 2021-11-15 13:06:29