Trackingeyes数据接口
  1. 操作时间
Trackingeyes数据接口
  • 通用接口
    • 获取token
      POST
    • 获取云当港口支持代码
      GET
  • 海运数据接口
    • 海运跟踪
      • 海运状态码
      • 海运支持清单
      • 批量运单订阅接口
      • 推送运单动态接口
      • 下载运单详情接口
    • 港区数据
      • 港区支持清单
      • 港区数据订阅接口
      • 港区数据推送接口
      • 港区数据下载接口
    • 集装箱轨迹
      • 集装箱轨迹接口
    • 船舶AIS
      • 单船搜索接口
      • 船舶定位接口
      • 船舶历史挂港接口
      • 船舶轨迹接口
    • 船舶计划
      • 口岸支持清单
      • 船舶计划查询接口
    • 船东电商运价
      • 运价支持清单
      • 运价查询接口
  • 船期表接口
    • 港到港船期
      • 船期支持清单
      • 港到港船期查询接口
      • 船期分页推送接口
    • 航线规划路径
      • 航线规划路径接口
    • 航次挂靠路径
      • 航次挂靠路径支持清单
      • 航次挂靠路径查询接口
  • 空运数据接口
    • 空运状态码
    • 空运支持清单
    • 空运跟踪
      • 批量运单订阅接口
      • 推送运单动态接口
      • 批量运单下载接口
  • 陆运数据接口
    • EIR(电子设备交接单)
      • EIR支持清单
      • EIR获取接口
    • 场站数据
      • 场站支持清单
      • 场站数据订阅接口
      • 场站数据推送接口
    • 车辆GPS
      • 车辆定位接口
      • 车辆轨迹接口
  • 关务数据接口
    • 报关状态
      • 报关状态代码表
      • 报关状态订阅接口
      • 报关状态推送接口
      • 下载报关状态接口
    • 舱单数据
      • 舱单数据订阅接口
      • 舱单数据推送接口
  • 快递数据接口
    • 国家、地区ISO Alpha-3代码表
    • 主状态代码表
    • 子状态代码表
    • 承运商代码表
    • 承运商集团表
    • 特殊承运人代码表
    • 快递数据订阅接口
      POST
    • 快递数据推送接口
      POST
    • 快递数据下载接口
      GET
  • 其他接口
    • 通用港杂费
      • 港杂费代码清单
      • 通用港杂费查询接口
    • 操作时间
      • 操作时间查询接口
        POST
  1. 操作时间

操作时间查询接口

POST
/api/localCharge/queryOptime

请求参数

Query 参数
companyCode
string 
必需
企业编号(需向云当网申请)
token
string 
必需
获取token接口返回的数据
orgCode
string 
组织代码
可选
Body 参数application/json
polCd
string 
始发港五字码
必需
⽀持以,为分割符的多港⼝输入
podCd
string 
⽬的港五字码
必需
carrierCd
string 
船公司代码
必需
vessel
string 
船名
必需
voyage
string 
航次
必需
示例
{
    "polCd": "string",
    "podCd": "string",
    "carrierCd": "string",
    "vessel": "string",
    "voyage": "string"
}

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.trackingeyes.com/api/localCharge/queryOptime?companyCode&token&orgCode' \
--header 'Content-Type: application/json' \
--data-raw '{
    "polCd": "string",
    "podCd": "string",
    "carrierCd": "string",
    "vessel": "string",
    "voyage": "string"
}'

返回响应

🟢200成功
application/json
Body
code
integer 
状态码
必需
200=成功,其他=失败
codeDesc
string 
类型
必需
success、error
message
string 
错误信息
必需
result
object 
结果集
可选
polCd
string 
始发港五字码
可选
podCd
string 
⽬的港五字码
可选
carrierCd
string 
船公司英文名
可选
vessel
string 
船名
可选
voyage
string 
航次
可选
etd
string 
预计抵港时间
可选
pol_eta
string 
预计到港时间
可选
bookingCutoff
string 
截订舱
可选
cyOpen
string 
进港时间
可选
cyClose
string 
截港时间
可选
cutOff
string 
截申报
可选
customCutoff
string 
截放行
可选
siCutoff
string 
截提单
可选
vgmCutoff
string 
截VGM
可选
estimatedBookingCutoff
string 
预计截订舱
可选
estimatedCyOpen
string 
预计进港时间
可选
estimatedCyClose
string 
预计截港时间
可选
estimatedCutoff
string 
预计截申报
可选
estimatedCustomCutoff
string 
预计截放行
可选
estimatedSiCutoff
string 
预计截提单
可选
estimatedVgmCutoff
string 
预计截VGM
可选
示例
{
    "code": 200,
    "type": "success",
    "message": "",
    "result": {
        "polCd": "CNDCW",
        "podCd": "IDSUB",
        "carrierCd": "MSC",
        "vessel": "MSC ALABAMA III",
        "voyage": "HW512A",
        "etd": "2025-04-08 00:00:00",
        "pol_eta": "2025-04-07 00:00:00",
        "bookingCutoff": "",
        "cyOpen": "",
        "cyClose": "",
        "cutoff": "",
        "customCutoff": "",
        "siCutoff": "",
        "vgmCutoff": "",
        "estimatedBookingCutoff": "",
        "estimatedCyOpen": "2025-04-01 00:00:00",
        "estimatedCyClose": "2025-04-06 12:00:00",
        "estimatedCutoff": "",
        "estimatedCustomCutoff": "2025-04-06 17:00:00",
        "estimatedSiCutoff": "2025-04-03 17:30:00",
        "estimatedVgmCutoff": "2025-04-03 17:30:00"
    },
    "time": "2025-04-27 18:04:17",
    "msgty": "S",
    "status": "0"
}
上一页
通用港杂费查询接口
Built with