Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

接口地址

调试url:http://api.t.baoguan001.com/api/docking/receiptsingle

正式url:http://api.platform.codeflagai.com/api/docking/receiptsingle

请求方式post
入参(json)

字段

类型

描述

必填

备注

orderOutNo

String

业务流水号

Y

唯一标记

paramJson

json

回执json

Y

字段

类型

描述

必填

备注

channel

String

回执代码

 

参见《信号旗开放平台(XHQ)开发者文档v3.3

note

String

回执说明

 

 

noticeDate

String

通知时间

 

yyyy-MM-dd HH:mm:ss

customMaster

String

申报地海关

 

 

entryId

String

报关单编号

 

 

dDate
String
申报日期
 
yyyy-MM-dd
cusCiqNo
String
关检关联号
 列如:E20200000410351727
ieDate
String
进出口日期
 
yyyy-MM-dd
cusRetSeqNo
String回执号  

 

描述:红框部分为回执号

出参

字段

类型

描述

备注

code

int

200=成功

 

msg

String

接口返回信息

 

data

json

返回数据

 

描述

 

4.上传拼箱关系接口 (已废弃)

接口地址

调试url:http://api.t.baoguan001.com/api/docking/lcl

正式url:http://api.platform.codeflagai.com/api/docking/lcl

请求方式post
入参(json)

字段

类型

描述

必填

备注

outNo

String

拼箱号

Y

唯一标记

billNo

String

主提单号

N

 

shipName

String

船名

Y

 

voyage

String

航次

Y

 

iEPort

String

出境关别

Y

洋山:“2248”

外港:“2225”

distinatePort

String

指运港

N

 

containerId

String

集装箱号

Y

 

containerMd

String

集装箱规格

Y

 

packNo

String

件数

Y

 

grossWet

String

毛重

Y

 

clcList

json

拼箱订单列表

Y

 

clcList.orderOutNo

String

业务订单号

 

 

 

clcList.billNo

String

提运单号

 

 

出参

字段

类型

描述

备注

code

int

200=成功

 

msg

String

接口返回信息

 

data

json

返回数据

 

描述

 

...