LogisoftLogisoft Logo

Get Sailing schedule rotation

API Version: v1.0

Overview

The Get Sailing schedule Rotation API allows you to get up-to-date schedules with full rotation of voyage for vessels for a specific line.

Sample Request

HTTP

GET https://app.logisoft.io/api/voyage/rotation

Responses

StatusMeaningDescription
200OKSuccessful operation

Parameters

NameRequiredTypeDescription
ScheduleCategoryfalsestringTrade routes e.g. USA, Europe, etc.
PolContinentfalseEnumThe continent where the Pols are located.
PolfalsestringThe name of the port of loading
PodfalsestringThe name of the port of discharge
VesselfalsestringThe vessel's name
VoyagefalsestringThe voyage number
ArrivalMinfalseDateTimeMinimum arrival date/time to the ports of discharge
ArrivalMaxfalseDateTimeMaximum arrival date/time to the ports of discharge
DepartureMinfalseDateTimeMinimum departure date/time from the ports of loading
DepartureMaxfalseDateTimeMaximum departure date/time from the ports of loading
LinefalsestringThe name of the Shipping Line
PodRegionfalseEnumThe region where the Pods are located
SailingRoutefalsestringSailing route code

Sample Response

Status code: 200

JSON

{ "ports": [ { "name": "Zárate", "country": "Argentina", "continent": 7 }, { "name": "Savannah", "country": "United States of America", "continent": 6 }, { "name": "Wilmington, DE", "country": "United States of America", "continent": 6 }, ], "voyages": [ { "voyage": "GCG0819", "vessel": "Grande Congo", "maxUnitHeight": null, "maxUnitWidth": null, "maxUnitWeight": null, "visits": [ { "port": "Jacksonville", "terminal": "GRM-USJAX", "arrival": "2019-11-21T00:10:00", "departure": "2019-11-21T00:10:00", "cutOff": null, "canLoad": true, "canDischarge": false }, { "port": "Savannah", "terminal": "GRM-USSAV", "arrival": "2019-11-21T17:12:24", "departure": "2019-11-22T07:07:36", "cutOff": null, "canLoad": true, "canDischarge": true }, { "port": "Baltimore", "terminal": "GRM-USBAL", "arrival": "2019-11-24T05:55:36", "departure": "2019-11-25T05:12:24", "cutOff": null, "canLoad": true, "canDischarge": true } ] }, { "voyage": "MRE0119", "vessel": "MERMAID ACE", "maxUnitHeight": null, "maxUnitWidth": null, "maxUnitWeight": null, "visits": [ { "port": "Baltimore", "terminal": "GRM-USBAL", "arrival": "2019-11-28T12:10:00", "departure": "2019-11-28T12:10:00", "cutOff": null, "canLoad": true, "canDischarge": false }, { "port": "Wilmington, DE", "terminal": "GRM-USDEL", "arrival": "2019-11-29T03:17:12", "departure": "2019-11-29T21:02:48", "cutOff": null, "canLoad": true, "canDischarge": true } ] } ] }

Properties

Response:

NameTypeDescription
PortsSchedulePort[]The SchedulePort list
VoyagesScheduleVoyage[]The ScheduleVoyage list

SchedulePort:

NameTypeDescription
NamestringShipping Line name
CountrystringCountry name
ContinentContinentContinent name

ScheduleVoyage:

NameTypeDescription
VoyagestringThe voyage number
VesselstringVessel name
MaxUnitHeightdecimalMaximum unit height
MaxUnitWidthdecimalMaximum unit width
MaxUnitWeightdecimalMaximum unit weight
VisitsScheduleVisit[]The ScheduleVisit list

ScheduleVisit:

NameTypeDescription
PortIdintThe Id of the port
PortstringThe port’s name
TerminalstringThe terminal’s name
ArrivalDateTimeThe arrival date/time to ports of discharge
DepartureDateTimeThe departure date/time from ports of loading
CutOffDateTimeThe last date that the cargo can be delivered to the port in order to be loaded on board of the vessel
CanLoadboolwhether the vessel is able to load
CanDischargeboolWhether the vessel is able to discharge

© 2024 INTRA Logisoft Labs Ltd. All rights reserved.

Products

Get Help