汇总版——奇门(保税仓)服务接口-V12(2016413)_第1页
汇总版——奇门(保税仓)服务接口-V12(2016413)_第2页
汇总版——奇门(保税仓)服务接口-V12(2016413)_第3页
汇总版——奇门(保税仓)服务接口-V12(2016413)_第4页
汇总版——奇门(保税仓)服务接口-V12(2016413)_第5页
已阅读5页,还剩18页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、奇门(保税仓)服务接口V1.1版本号版本号时间修改历史V1.02016/1/21新建文档V1.12016/3/28新增统一版统一版1.接口说明接口只支持淘系订单。2.统一报关接口:2.1接口介绍ERP调用的奇门API名称:taobao.qimen.service.customs.declare2.2入参规范<request> <actionType>NEW=新增,UPDATE=更新,DELETE=删除,必填</actionType><orderInfo> <customsCode>海关编码,string(50),GUANGZHOU=广

2、州,必填</customsCode> <merchantCustomsCode>商户海关备案编码,string(18) ,非必填</merchantCustomsCode> <merchantCustomsName>商户海关备案名称,string(100) ,必填</merchantCustomsName> <sourceOrderCode>淘宝的订单编码,string(60) ,必填</sourceOrderCode> <declareTime>申报时间,YYYY-MM-DD hh:mm:ss,s

3、tring(19) ,淘系非必填;非淘系必填</ declareTime ></orderTime></orderInfo></receiverInfo><items> <item> <orderLineNo>子订单号,int,必填</orderLineNo> <itemCode>平台商品编码,string(30) ,必填</itemCode> <itemName>平台商品名称,string(250) </itemName> <barCode&g

4、t;条形码,string(50),必填</barCode><originCountry>原产国国家编码,string(3),必填</originCountry> <unit>计量单位(需与商品备案时的单位一致),string(3),必填</unit> <remark>备注,string(250)</remark></item></items></request>2.3出参规范<?xml version="1.0" encoding="utf

5、-8"?><response> <flag>success|failure</flag> <code>响应码</code> <message>响应信息</message></response>3.报关结果查询接口:3.1接口介绍ERP调用的奇门API名称:taobao.qimen.service.declarationresult.query3.2入参规范<request> <customsCode>海关编码,string(50), GUANGZHOU=广州,

6、必填</customsCode> <merchantCustomsCode>商户海关备案编码,string(50) ,必填</merchantCustomsCode> <merchantCustomsName>商户海关备案名称,string(50) </merchantCustomsName> <sourceOrderCode>淘宝订单编码,string(50) ,必填</sourceOrderCode></request>3.3出参规范<?xml version="1.0"

7、; encoding="utf-8"?><response> <flag>success|failure</flag> <code>响应码</code> <message>响应信息</message> <sourceOrderCode>平台订单编码,string(50) ,必填</sourceOrderCode> <result>申报结果,string(10),必填</result> <reason>失败原因,string(1

8、000) ,必填</reason></response>杭州版1.接口说明接口支持淘系、非淘系用支付宝支付的订单。淘系订单,报关部分关于订单的字段以淘宝平台为准。2.统一报关接口:2.1接口介绍ERP调用的奇门API名称:taobao.qimen.service.customs.declare2.2入参规范<request> <actionType>NEW=新增,UPDATE=更新,必填</actionType><orderInfo> <customsCode>海关编码,string(50),HANGZHOU=

9、杭州,必填</customsCode> <merchantCustomsCode>商户海关备案编码,string(50) ,必填</merchantCustomsCode> <merchantCustomsName>商户海关备案名称,string(50) ,必填</merchantCustomsName> <payType>和海关结税的支付类型。01=银行卡支付,02=余额支付,03=其他,必填</payType> <sourcePlatformCodeCus>来源平台海关备案号,string(50

10、),条件必填(非淘系订单必填)</sourcePlatformCodeCus> <sourcePlatformNameCus>来源平台海关备案名称,string(50),条件必填(非淘系订单必填)</sourcePlatformNameCus> <sourceOrderCode>来源订单编码,string(50) ,必填</sourceOrderCode> <sourceOrderCodeAlipay>来源订单编码(如:支付宝加过前缀的订单号,如T2700P+订单号,如不需要加前缀的,填原始订单编码。),string(50

11、) ,必填</sourceOrderCodeAlipay> <orderTime>下单时间,YYYY-MM-DD hh:mm:ss,string(19) ,必填</orderTime> <currencyCus>币制(110=港币,142=人民币,502=美元),string(50),必填</currencyCus> <orderAmount>订单总金额=货值+运费+税款总额+其他费用-优惠总金额,double(18,2) ,必填</orderAmount> <goodsValue>货值,doubl

12、e(18,2) ,必填</goodsValue> <freight>运费,double(18,2) ,必填</freight> <taxAmount>进口行邮税税额,double(18,2) ,必填</taxAmount><taxAmount>税款总额,double(18,2) ,必填</taxAmount> <!包括关税、消费税、增值税-><insuranceFee>保价费, double(18,2), 必填</insuranceFee> <otherCost>

13、其他费用</otherCost> <discountAmount>优惠总金额,double(18,2)</discountAmount></orderInfo><buyerInfo> <!-买家信息-> <id>买家ID, string (50) ,必填(淘系订单会已平台为准)</id> <nick>买家nick, string (200) ,必填(淘系订单会已平台为准)</nick> <name>姓名, string (50) ,必填</name>

14、<mobile>移动电话, string (50) ,必填</mobile><email>注册邮箱, string (140) </email> <idType>收件人证件类型,string (50),必填,01=身份证(试点期间只能是身份证),02=护照,03=其他</idType> <idNumber>收件人证件号码,string (50),必填</idNumber></buyerInfo><sellerInfo> <!-卖家信息-> <id>卖家

15、 ID, string (50) ,必填(淘系订单会已平台为准)</id> <nick>卖家nick, string (200) ,必填(淘系订单会已平台为准)</nick> </sellerInfo><senderInfo> <!发件人信息-> <countryCode>发件人国别,string (50) ,必填</countryCode> <name>姓名, string (50) ,必填</name></senderInfo><receiverInfo

16、 > <!-收件人信息-> <name>姓名, string (50) ,必填</name> <mobile>移动电话, string (50) ,必填</mobile> <province>省份, string (50) ,必填</province> <city>城市, string (50) ,必填</city> <area>区域, string (50) ,必填</area> <town>村镇, string (50) ,必填</to

17、wn> <detailAddress>详细地址, string (200) ,必填</detailAddress> </receiverInfo><items> <item> <orderLineNo>商品行号(总行数不超过50),int,必填</orderLineNo> <itemCodeCus>备案商品(关),string(50),必填</itemCodeCus> <originCountry>原产国国家编码,string(50),必填</originCoun

18、try> <itemNameCus>备案商品名称,string(50),必填</itemNameCus><codeTs>商品HS编码,string(50),必填</codeTs> <taxCode>行邮税号,string(50) ,必填</taxCode> <price>该商品单价,double(18,2) ,必填</price> <quantity>数量,int,必填</quantity> <unit>计量单位(需与商品备案时的单位一致),string(5

19、0),必填</unit> <itemAmount>该商品成交额,double(18,2) ,必填</itemAmount> </item> </items><paymentInfo> <paymentType>支付类型,ALIPAY=支付宝,WECHATPAY=微信支付,UNIONPAY=银联,OTHER=其他,string(50) ,必填</paymentType> <paymentNo>支付流水号,string(50) ,必填</paymentNo> <payTim

20、e>支付时间,YYYY-MM-DD hh:mm:ss,string(19) ,必填</payTime></paymentInfo> <logisticsInfo> <expressCode>运单号,string(50)</expressCode> <logisticsCode>快递公司企业备案编码,string(50) ,必填</logisticsCode> <logisticsName>快递公司企业备案名称,string(50) ,必填</logisticsName> </

21、logisticsInfo> <userProcotol>本人承诺所购买商品系个人合理自用,现委托商家代理申报、代缴税款等通关事宜,本人保证遵守海关法和国家相关法律法规,保证所提供的身份信息和收货信息真实完整,无侵犯他人权益的行为,以上委托关系系如实填写,本人愿意接受海关、检验检疫机构及其他监管部门的监管,并承担相应法律责任。,必填</userProcotol></request>2.3出参规范<?xml version="1.0" encoding="utf-8"?><response>

22、 <flag>success|failure</flag> <code>响应码</code> <message>响应信息</message></response>3.报关结果查询接口:3.1接口介绍ERP调用的奇门API名称:taobao.qimen.service.declarationresult.query3.2入参规范<request> <customsCode>海关编码,string(50),HANGZHOU=杭州,GUANGZHOU=广州,ZHENGZHOU=郑州(E贸易),

23、NINGBO=宁波,CHONGQING=重庆,SHENZHEN=深圳,SHANGHAI=上海,HENAN=河南(新郑综合保税区),必填</customsCode> <subCustoms>关区代码,string(50),条件必填(部分海关需要,如宁波的北仑保税区,空港保税区等)</subCustoms> <merchantCustomsCode>商户海关备案编码,string(50) ,必填</merchantCustomsCode> <merchantCustomsName>商户海关备案名称,string(50) <

24、;/merchantCustomsName> <sourceOrderCode>来源订单编码,string(50) ,必填</sourceOrderCode></request>3.3出参规范<?xml version="1.0" encoding="utf-8"?><response> <flag>success|failure</flag> <code>响应码</code> <message>响应信息</message&

25、gt; <result>申报结果,string(50),必填</result> <operateTime>处理时间,string(19),YYYY-MM-DD hh:mm:ss</operateTime></response>4.申报关闭接口:4.1接口介绍ERP调用的奇门API名称:taobao.qimen.service.declaration.close4.2入参规范<request> <customsCode>海关编码,string(50),HANGZHOU=杭州,GUANGZHOU=广州,ZHENGZ

26、HOU=郑州(E贸易),NINGBO=宁波,CHONGQING=重庆,SHENZHEN=深圳,SHANGHAI=上海,HENAN=河南(新郑综合保税区),必填</customsCode> <subCustoms>关区代码,string(50),条件必填(部分海关需要,如宁波的北仑保税区,空港保税区等)</subCustoms> <merchantCustomsCode>商户海关备案编码,string(50) ,必填</merchantCustomsCode> <merchantCustomsName>商户海关备案名称,st

27、ring(50) ,必填</merchantCustomsName> <sourceOrderCode>来源订单编码,string(50) ,必填</sourceOrderCode> <expressCode>运单号,string(50) ,必填</expressCode> <reason>关闭原因,string(50) ,必填</reason></request>4.3出参规范<?xml version="1.0" encoding="utf-8"?&

28、gt;<response> <flag>success|failure</flag> <code>响应码</code> <message>响应信息</message></response>宁波版1.接口说明接口支持淘系、非淘系用支付宝支付的订单。淘系订单,报关部分关于订单的字段以淘宝平台为准。宁波海关:所有的店铺需要让店铺所在平台配置授权。(如淘宝平台在海关授权某全球购店铺)。2.统一报关接口:2.1接口介绍ERP调用的奇门API名称:taobao.qimen.service.customs.dec

29、lare2.2入参规范<request> <actionType>NEW=新增,UPDATE=更新,必填</actionType> <declarationCode>申报单号,string(50),当actionType=UPDATE时,必填</declarationCode><orderInfo> <customsCode>海关编码,string(50), NINGBO=宁波,必填</customsCode> <subCustoms>关区代码(北仑保税区:3105 空港保税物

30、流中心:3115 栎社机场3109 梅山保税区:3117),string(50),必填</subCustoms> <merchantCustomsCode>商户海关备案编码,string(50) ,必填</merchantCustomsCode> <merchantCustomsName>商户海关备案名称,string(50) ,必填</merchantCustomsName> <shopCode>店铺代码,必填</shopCode> <sourcePlatformCode>来源

31、平台, 0001=淘宝,0002=天猫,0003=天猫国际,0004=善融商务,0005=1号店,0006=苏宁易购,0007=顺畅天下保税超市,0008=洋码头,0009=顺丰嘿客,0010=京东,0011=聚美优品,0012=唯品会,0013=口袋通,string(50),必填</sourcePlatformCode> <sourceOrderCode>来源订单编码,string(50) ,必填</sourceOrderCode> <orderTime>下单时间,YYYY-MM-DD hh:mm:ss,string(19) ,必填(淘系订单会

32、已平台为准)</orderTime> <orderAmount>订单总金额=货值+运费+进口行邮税+其他费用+消费税+增值税-优惠总金额,double(19,3) ,必填</orderAmount> <goodsValue>货值(商品裸价*数量),double(19,3) ,必填</goodsValue> <freight>运费,double(19,3) ,必填</freight> <taxAmount>进口行邮税税额,double(19,3) ,必填</taxAmount> <o

33、therCost>其他费用</otherCost> <discountAmount>优惠总金额,double(19,3)</discountAmount><tariffAmount>关税额,double(19,3) ,必填</tariffAmount><addedValueTaxAmount>增值税,double(19,3) ,必填</addedValueTaxAmount><consumptionDutyAmount>消费税,double(19,3) ,必填</consumptionD

34、utyAmount><grossWeight>毛重,double(19,3),必填</grossWeight> <insuranceFee>保价费,double(19,3) </insuranceFee></orderInfo><buyerInfo> <!-买家信息-> <id>买家ID, string (50) ,必填(淘系订单会已平台为准)</id> <nick>买家nick, string (200) ,必填(淘系订单会已平台为准)</nick> &l

35、t;/buyerInfo><sellerInfo> <!-卖家信息-> <id>卖家 ID, string (50) ,必填(淘系订单会已平台为准)</id> <nick>卖家nick, string (200) ,必填(淘系订单会已平台为准)</nick> </sellerInfo><receiverInfo > <!-收件人信息-> <name>姓名, string (50) ,必填</name> <mobile>移动电话, string (

36、50) ,必填</mobile> <province>省份, string (50) ,必填</province> <city>城市, string (50) ,必填</city> <area>区域, string (50) ,必填</area> <town>村镇, string (50) ,必填</town> <detailAddress>详细地址, string (200) ,必填</detailAddress> </receiverInfo>&l

37、t;items> <item> <itemCodeCus>备案商品(关),string(50),必填</itemCodeCus> <itemName>电商平台商品名称,string(50),必填</itemName> <price>该商品单价,double(19,3) ,必填</price> <quantity>数量,int,必填</quantity> <unit>计量单位(需与商品备案时的单位一致),string(50),必填</unit> <ite

38、mAmount>该商品成交额(为单价*数量),double(19,3) ,必填</itemAmount> </item> </items><paymentInfo> <paymentType>支付类型,ALIPAY=支付宝,WECHATPAY=微信支付,UNIONPAY=银联,OTHER=其他,string(50) ,必填</paymentType> <paymentNo>支付流水号,string(50) ,必填</paymentNo> <payTime>支付时间,YYYY-MM-

39、DD hh:mm:ss,string(19) ,必填</payTime></paymentInfo> <logisticsInfo> <expressCode>运单号,string(50)</expressCode> <logisticsName>快递公司名称,string(50) ,必填</logisticsName> </logisticsInfo></request>2.3出参规范<?xml version="1.0" encoding="utf

40、-8"?><response> <flag>success|failure</flag> <code>响应码</code> <message>响应信息</message> <declarationCode>申报单号,string(50) ,必填</declarationCode></response>3.报关结果查询接口:3.1接口介绍ERP调用的奇门API名称:taobao.qimen.service.declarationresult.query3.2入参

41、规范<request> <customsCode>海关编码,string(50), NINGBO=宁波,必填</customsCode> <subCustoms>关区代码,string(50),关区代码(北仑保税区:3105 空港保税物流中心:3115 栎社机场3109 梅山保税区:3117)</subCustoms> <merchantCustomsCode>商户海关备案编码,string(50) ,必填</merchantCustomsCode> <merchantCus

42、tomsName>商户海关备案名称,string(50) </merchantCustomsName> <declarationCode>申报单号,string(50) ,必填</declarationCode></request>3.3出参规范<?xml version="1.0" encoding="utf-8"?><response> <flag>success|failure</flag> <code>响应码</code>

43、 <message>响应信息</message> <sourceOrderCode>来源订单编码,string(50) ,必填</sourceOrderCode> <expressCode>运单号,string(50) ,必填</expressCode> <result>申报结果,string(50),必填</result></response>4.申报关闭接口:4.1接口介绍ERP调用的奇门API名称:taobao.qimen.service.declaration.close4.2入

44、参规范<request> <customsCode>海关编码,string(50), NINGBO=宁波,必填</customsCode> <subCustoms>关区代码,string(50),关区代码(北仑保税区:3105 空港保税物流中心:3115 栎社机场3109 梅山保税区:3117)</subCustoms> <merchantCustomsCode>商户海关备案编码,string(50) ,必填</merchantCustomsCode> <merchantCu

45、stomsName>商户海关备案名称,string(50) ,必填</merchantCustomsName> <declarationCode>申报单号,string(50) ,必填</declarationCode></request>4.3出参规范<?xml version="1.0" encoding="utf-8"?><response> <flag>success|failure</flag> <code>响应码</code

46、> <message>响应信息</message></response>郑州版1.接口说明接口支持淘系、非淘系用支付宝支付的订单。淘系订单,报关部分关于订单的字段以淘宝平台为准。2.统一报关接口:2.1接口介绍ERP调用的奇门API名称:taobao.qimen.service.customs.declare2.2入参规范<request> <actionType>NEW=新增,UPDATE=更新,必填</actionType><orderInfo> <customsCode>海关编码,str

47、ing(50), ZHENGZHOU=郑州,必填</customsCode> <merchantCustomsCodeCiq>商户海关备案编码(检),string(50) ,条件必填(非淘系订单必填)</merchantCustomsCodeCiq> <merchantCustomsCodeCus>商户海关备案编码(关),string(50) ,条件必填(非淘系订单必填)</merchantCustomsCodeCus> <merchantCustomsNameCiq>商户海关备案名称(检),string(50) ,条件必

48、填(非淘系订单必填)</merchantCustomsNameCiq> <merchantCustomsNameCus>商户海关备案名称(关),string(50) ,条件必填(非淘系订单必填)</merchantCustomsNameCus> <sourcePlatformCodeCiq>来源平台海关备案号(检),string(50),条件必填(非淘系订单必填)</sourcePlatformCodeCiq> <sourcePlatformCodeCus>来源平台海关备案号(关),string(50),条件必填(非淘系订

49、单必填)</sourcePlatformCodeCus> <sourcePlatformNameCiq>来源平台海关备案名称(检),string(50),条件必填(非淘系订单必填)</sourcePlatformNameCiq> <sourcePlatformNameCus>来源平台海关备案名称(关),string(50),条件必填(非淘系订单必填)</sourcePlatformNameCus> <sourcePlatformCode>来源平台, 0001=淘宝,0002=天猫,0003=天猫国际,0004=善融商务,0

50、005=1号店,0006=苏宁易购,0007=顺畅天下保税超市,0008=洋码头,0009=顺丰嘿客,0010=京东,0011=聚美优品,0012=唯品会,0013=口袋通,string(50),必填</sourcePlatformCode> <sourceOrderCode>来源订单编码,string(50) ,必填</sourceOrderCode> <orderTime>下单时间,YYYY-MM-DD hh:mm:ss,string(19) ,必填(淘系订单会以平台为准)</orderTime> <orderAmount&

51、gt;订单总金额=货值+运费+进口行邮税+其他费用-优惠总金额,double(18,2) ,必填</orderAmount> <goodsValue>货值,double(18,2) ,必填</goodsValue> <freight>运费,double(18,2) ,必填</freight> <taxAmount>进口行邮税税额,double(18,2) ,必填</taxAmount> <otherCost>其他费用</otherCost> <discountAmount>优

52、惠总金额,double(18,2)</discountAmount></orderInfo><senderInfo> <!-发货人信息-> <name>发货人姓名, string (50) ,必填</name> <detailAddress>发货人详细地址, string (200) ,必填</detailAddress> <mobile>发货人电话, string (50) ,必填</mobile> <countryCodeCiq>发货人所在国(检),strin

53、g (50),必填,国检系统的发货人所在国编码</countryCodeCiq> <countryCodeCus>发货人所在国(关),string (50),必填,海关系统的发货人所在国编</countryCodeCus></senderInfo><receiverInfo> <!-收件人信息-> <name>收件人姓名, string (50) ,必填</name> <mobile>收件人移动电话, string (50) ,必填</mobile> <province

54、>收件人省份, string (50) ,必填</province> <city>收件人城市, string (50) ,必填</city> <area>收件人区县, string (50) ,必填</area> <detailAddress>收件人详细地址, string (200) ,必填</detailAddress> <countryCodeCiq>收件人所在国(检),string (50),必填,国检系统的收获人所在国编码</countryCodeCiq> <cou

55、ntryCodeCus>收件人所在国(关),string (50),必填,海关系统的收获人所在国编码</countryCodeCus> <idType>收件人证件类型,string (50),必填,1-身份证 2-军官证 3-护照 4-其他</idType> <idNumber>收件人证件号码,string (50),必填</idNumber></receiverInfo><stockFlag> 1-集货 2-备货,必填</stockFlag><batchNumbers>批次号,s

56、tring (50) ,必填</batchNumbers><tradeCountryCodeCiq>贸易国别(检),string (50),必填, 发货人国家的国检编码</tradeCountryCodeCiq><tradeCountryCodeCus>贸易国别(关),string (50),必填, 发货人国家的海关编码</tradeCountryCodeCus><agentCodeCiq>代理企业(检),string (50),必填</agentCodeCiq><agentCodeCus>代理企业

57、(关),string (50),必填</agentCodeCus><agentNameCiq>代理企业名称(检),string (100),必填</agentNameCiq><agentNameCus>代理企业名称(关),string (50),必填</agentNameCus><packageTypeCiq>包装种类(检),string (50),必填</packageTypeCiq><packageTypeCus>包装种类(关),string (50),必填</packageTypeCus

58、><remark>备注,string(200)</remark><items> <item> <itemCode>商品货号,string(50),必填</itemCode> <itemName>商品上架品名</itemName> <currencyCiq>币制(检),string(50),必填</currencyCiq> <currencyCus>币制(关),string(50),必填</currencyCus> <itemAmount&g

59、t;该商品成交额(为单价*数量),double(18,2) ,必填</itemAmount> <quantity>数量,int,必填</quantity> <price>成交单价,double(18,2)</price> <unitCiq>计量单位(检),string(50),必填</unitCiq> <unitCus>计量单位(关),string(50),必填</unitCus> <countryCodeCiq>原产国(检),string(50),必填</countr

60、yCodeCiq> <countryCodeCus>原产国(关),string(50),必填</countryCodeCus> <wasteMaterials>废旧物品,string(50),必填,1-正常 2-废品 5-旧品 9-其他</wasteMaterials> </item></items><paymentInfo> <paymentNo>支付流水号,string(50) ,必填</paymentNo> </paymentInfo> <logistics

61、Info> <expressCode>总运单号,string (50),必填</expressCode> <logisticsCodeCiq>海关备案的物流企业代码(检),string(50),必填</logisticsCodeCiq> <logisticsCodeCus>海关备案的物流企业代码(关),string(50),必填</logisticsCodeCus> <logisticsNameCiq>海关备案的物流企业名称(检),string(50),必填</logisticsNameCiq>

62、; <logisticsNameCus>海关备案的物流企业名称(关),string(50),必填</logisticsNameCus> <weight>毛重, double (19, 5),必填</weight> <transportationWay>运输方式(检),string(20),必填 </transportationWay> <shipCode>运输工具(检),string(20),必填 </shipCode> </logisticsInfo></request>2

63、.3出参规范<?xml version="1.0" encoding="utf-8"?><response> <flag>success|failure</flag> <code>响应码</code> <message>响应信息</message> </response>广州版1.接口说明接口支持淘系、非淘系用支付宝支付的订单。淘系订单,报关部分关于订单的字段以淘宝平台为准。2.统一报关接口:2.1接口介绍ERP调用的奇门API名称:taobao.

64、qimen.service.customs.declare2.2入参规范<request> <actionType>NEW=新增,UPDATE=更新,必填</actionType><orderInfo> <customsCode>海关编码,string(50),GUANGZHOU=广州,必填</customsCode> <merchantCustomsCode>商户海关备案编码,string(18) ,必填</merchantCustomsCode> <merchantCustomsName&

65、gt;商户海关备案名称,string(100) ,必填</merchantCustomsName> <sourcePlatformCodeCus>来源平台海关备案号,string(18),淘系非必填;非淘系必填</sourcePlatformCodeCus> <sourcePlatformNameCus>来源平台海关备案名称,string(100),淘系非必填;非淘系必填</sourcePlatformNameCus><appUid>电子口岸持卡人IC卡或IKEY编号,string(20),淘系非必填;非淘系必填</

66、 appUid><appName>电子口岸持卡人姓名,string(60),淘系非必填;非淘系必填</ appName><suid>企业系统生成36位唯一序号(英文字母大写),淘系非必填;非淘系必填</ suid> <sourceOrderCode>来源订单编码,string(60) ,必填</sourceOrderCode> <declareTime>申报时间,YYYYMMDDhhmmss,string(19) ,淘系非必填;非淘系必填</ declareTime ></orderTi

67、me> <goodsValue>货值,double(19,5) ,淘系非必填;非淘系必填</goodsValue> <freight>运杂费,double(19,5) ,淘系非必填;非淘系必填,无则填0</freight> <taxAmount>税额(按照货款金额计算的税款),double(19,5) ,淘系非必填;非淘系必填,无则填0</taxAmount> <discountAmount>优惠总金额,double(19,5),淘系非必填;非淘系必填,无则填0</discountAmount>

68、; <acturalPaidAmount>实际支付金额(货款+运费+税款-优惠金额,与支付保持一致(精确到元) double(19,5),淘系非必填;非淘系必填</acturalPaidAmount > <currencyCus>币制(110=港币,142=人民币,502=美元),string(3),淘系非必填;非淘系必填</currencyCus></orderInfo><buyerInfo> <!-买家信息-> <nick>买家nick(注册号), string (60) ,淘系非必填;非淘系必填</nick> <name>买家真实姓名, string (60) ,淘系非必填;非淘系必填</name> <idType>证件类型,string (1), 1-身份证 2-军官证 3-护照 4-其他,淘系非必填;非淘

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论