- 通用接口
- API Token获取
- 海运数据接口
- 陆运数据接口
- EIR(电子设备交接单)
- 场站数据
- 车辆GPS
- 关务数据接口
- 报关状态
- 舱单数据
- 美国目的港数据接口
- 美国码头数据
- 美国清关状态
- OCR识别
- 空运数据接口
- 快递数据接口
船舶靠泊计划
GET
http://apis.my56home.com/api/v1/terminaloptime
口岸代码 | 口岸名称 |
---|---|
CNXMN | 厦门港 |
CNSHA | 上海港 |
CNNGB | 宁波港 |
CNTAO | 青岛港 |
CNSHK | 蛇口港 |
CNYTN | 盐田港 |
CNDCW | 大铲湾 |
CNDLC | 大连港 |
CNTXG | 天津港 |
CNNSA | 南沙港 |
请求参数
Query 参数
companyid
string
企业编号
示例值:
1000
vslname
string
船名
示例值:
GERDA MAERSK
voy
string
航次
portcd
string
口岸代码
token
string
必需
示例值:
d450e2c1-0699-4521-a73a-4f053b04f0ba
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://apis.my56home.com/api/v1/terminaloptime?companyid=1000&vslname=GERDA MAERSK&voy=&portcd=&token=d450e2c1-0699-4521-a73a-4f053b04f0ba'
返回响应
🟢200成功
application/json
Body
status
integer
状态码
message
string
错误信息
>= 256 字符<= 256 字符
lstterminalop
array [object {27}]
船舶计划信息
keyid
string
主键
>= 36 字符<= 36 字符
vslcd
string
船名代码
>= 18 字符<= 18 字符
vslname
string
船名
>= 64 字符<= 64 字符
vslnamecn
string
中文船名
>= 64 字符<= 64 字符
voyin
string
进口航次
>= 18 字符<= 18 字符
voyout
string
出口航次
>= 18 字符<= 18 字符
servicecd
string
航线代码
>= 18 字符<= 18 字符
servicename
string
航线名称
>= 64 字符<= 64 字符
carriercd
string
船东代码
>= 18 字符<= 18 字符
carrier
string
船东名称
>= 64 字符<= 64 字符
terminalcd
string
码头代码
>= 18 字符<= 18 字符
terminal
string
码头名称
>= 64 字符<= 64 字符
eta
string <date-time>
预抵靠泊时间
ata
string <date-time>
靠泊时间
atd
string <date-time>
离港时间
etd
string <date-time>
预计离港时间
cyopentime
string <date-time>
码头开仓时间
fumigationtime
string <date-time>
熏蒸截箱时间
cyclosetime
string <date-time>
码头截箱时间
customcutofftime
string <date-time>
海关截单时间
cycutofftime
string <date-time>
码头截单时间
carriagecutofftime
string <date-time>
船东截单时间
cutofftime
string <date-time>
截申报时间
remarks
string
备注
>= 256 字符<= 256 字符
createtime
string <date-time>
创建时间
updatetime
string <date-time>
更新时间
berthno
string
泊位号
>= 18 字符<= 18 字符
示例
{
"status": 0,
"message": null,
"lstterminalop": [
{
"keyid": "b9369f5f-b3a1-4888-92df-ad5811b13cae",
"vslcd": null,
"vslname": "GERDA MAERSK",
"vslnamecn": null,
"voyin": "042WI",
"voyout": "047E",
"servicecd": null,
"servicename": null,
"carriercd": "0MSKL",
"carrier": "马士基",
"terminalcd": "SHAGDMT",
"terminal": "上海冠东(洋三)",
"eta": "2020-12-03 23:30:00",
"ata": "2020-12-04 00:30:00",
"atd": "2020-12-04 21:00:00",
"etd": "2020-12-04 21:00:00",
"cyopentime": "2020-11-28 15:00:00",
"fumigationtime": null,
"cyclosetime": "2020-12-02 00:00:00",
"customcutofftime": null,
"cycutofftime": null,
"carriagecutofftime": null,
"cutofftime": null,
"remarks": null,
"createtime": "2020-11-27 13:05:55",
"updatetime": "2020-12-07 08:21:08",
"berthno": null,
"lastport": null,
"vesseltype": null,
"arrivalposition": null,
"agent": "联合船代"
}
]
}
修改于 2023-12-11 03:55:05