POST api/gettracking
This method returns tracking feeds and milestones for a queried Carrier Bill of Ladings and its corresponding Containers.
Request Information
URI Parameters
None.
Body Parameters
request
GetTrackingRequestName | Description | Type | Additional information |
---|---|---|---|
scac |
Conditional Used for MSC Booking Numbers |
string |
None. |
cbl |
MVOCC Carrier Bill of Lading Number Format: SCAC plus Manifest Number/Booking Number |
string |
None. |
cnt |
Optional Container Number Format: 11 Alpha Numeric Characters If the value is null, the response will return all Containers manifested under the MVOCC Carrier Bill of Lading Number. |
string |
None. |
eventType |
Optional Values: all, actual, anticipated Default: actual |
string |
None. |
apikey |
Unique Value assigned by an administrator during account setup. |
string |
None. |
username |
Username Assigned by an administrator during account setup |
string |
None. |
password |
Password Assigned by an administrator during account setup |
string |
None. |
ctoken |
Optional Client Token |
string |
None. |
Request Formats
application/xml
<GetTrackingRequest> <apikey>8881BA2F-5FE2-4CF1-D99E-5963J9192806</apikey> <ctoken>10456b45-07c9-4e8c-8aa1-77a0fea02799</ctoken> <password>dpassword</password> <username>demoapi</username> <cbl>ONEYAARD05774700</cbl> <cnt /> <eventType>actual</eventType> <scac /> </GetTrackingRequest>
application/json, text/json
{ "scac": null, "cbl": "ONEYAARD05774700", "cnt": null, "eventType": "actual", "apikey": "8881BA2F-5FE2-4CF1-D99E-5963J9192806", "username": "demoapi", "password": "dpassword", "ctoken": "10456b45-07c9-4e8c-8aa1-77a0fea02799" }
application/x-www-form-urlencoded
apikey=8881BA2F-5FE2-4CF1-D99E-5963J9192806&cbl=ONEYAARD05774700&ctoken=10456b45-07c9-4e8c-8aa1-77a0fea02799&eventType=actual&password=dpassword&username=demoapi
text/xml
<GetTrackingRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ExternalRestService.Models"> <apikey>sample string 5</apikey> <ctoken>sample string 8</ctoken> <password>sample string 7</password> <username>sample string 6</username> <cbl>sample string 2</cbl> <cnt>sample string 3</cnt> <eventType>sample string 4</eventType> <scac>sample string 1</scac> </GetTrackingRequest>
Response Information
Resource Description
response
GetTrackingResponseName | Description | Type | Additional information |
---|---|---|---|
msgkey |
Optional but required for Functional Acknowledegment Usage Message Routing Key |
string |
None. |
msgid |
Optional but required for Functional Acknowledegment Usage Unique Message ID |
string |
None. |
cbl |
MVOCC Carrier Bill of Lading Number from the GetTracking request method. Format: SCAC plus Manifest Number/Booking Number |
string |
None. |
cnt |
Container Number from the GetTracking request method. Format: 11 Alpha Numeric Characters |
string |
None. |
result |
Tracking Results for the CBL (Carrier Bill of Lading) and/or CNT (Container) |
TrackingResultDto |
None. |
cref |
Array of Client References Format: Alpha Numeric Characters |
Collection of string |
None. |
ack |
A flag indicating success or failure of the web service response back to the client. Default is success. |
AcknowledgeType |
None. |
exceptions |
Message back to client. Mostly used when a web service failure occurs. |
Collection of ResponseExceptionDto |
None. |
ctoken |
Optional Client Token |
string |
None. |
Response Formats
application/xml
<GetTrackingResponse> <ack>1</ack> <ctoken>10456b45-07c9-4e8c-8aa1-77a0fea02799</ctoken> <exceptions /> <cbl>ONEYAARD05774700</cbl> <cnt /> <cref /> <msgid /> <msgkey /> <result> <BILLTYPE>2</BILLTYPE> <BKG /> <CARRIER> <CommonName>ONE</CommonName> <Name>One Ocean Network Express</Name> <SCAC>ONEY</SCAC> <Type>1</Type> </CARRIER> <CBL>ONEYAARD05774700</CBL> <CONTAINERS> <OceanContainerDto> <CNT>DRYU6042747</CNT> <CNTTYPE> <AlternativeNamesText /> <CapacityInCubicFeet>2715</CapacityInCubicFeet> <Description>40' x 9'6" Dry High Cube</Description> <HeightInFeet>9.5</HeightInFeet> <LengthInFeet>40</LengthInFeet> <LongName>40 FT HIGH CUBE DRY</LongName> <ShortName>40' HC DRY</ShortName> <Tag>40HC</Tag> <WidthInFeet>8</WidthInFeet> </CNTTYPE> <DEL> <City>Chicago</City> <CountryCode>US</CountryCode> <GeoWayPoints>4152N 08737W</GeoWayPoints> <LocationText>Chicago</LocationText> <MSTZ>Central Standard Time</MSTZ> <OLSENTZ>America/Chicago</OLSENTZ> <Province>IL</Province> <UnLocode>USCHI</UnLocode> </DEL> <EVENTS> <TrackingEventDto> <Description>EMPTY TO SHIPPER</Description> <EventCode>E1</EventCode> <EventDate>2023-08-30T10:00:00</EventDate> <EventLocation> <City>Fredericia</City> <CountryCode>DK</CountryCode> <GeoWayPoints>5535N 00945E</GeoWayPoints> <LocationText>Fredericia</LocationText> <MSTZ>Central European Standard Time</MSTZ> <OLSENTZ>Europe/Copenhagen</OLSENTZ> <Province /> <UnLocode>DKFRC</UnLocode> </EventLocation> <Facility /> <FacilityCode /> <IANATZ>Europe/Copenhagen</IANATZ> <IMO /> <IsEstimate>false</IsEstimate> <MMSI /> <Mode /> <RailCar /> <Reference>19055611</Reference> <Sequence>1</Sequence> <TimeZone>Central European Standard Time</TimeZone> <VesselName /> <VoyageNumber /> <disposition /> <order>-1</order> </TrackingEventDto> <TrackingEventDto> <Description>GATE IN TO OUTBOUND</Description> <EventCode>G1</EventCode> <EventDate>2023-08-31T07:43:00</EventDate> <EventLocation> <City>Hamburg</City> <CountryCode>DE</CountryCode> <GeoWayPoints>5331N 00956E</GeoWayPoints> <LocationText>Hamburg</LocationText> <MSTZ>W. Europe Standard Time</MSTZ> <OLSENTZ>Europe/Berlin</OLSENTZ> <Province>HH</Province> <UnLocode>DEHAM</UnLocode> </EventLocation> <Facility /> <FacilityCode /> <IANATZ>Europe/Berlin</IANATZ> <IMO /> <IsEstimate>false</IsEstimate> <MMSI /> <Mode /> <RailCar /> <Reference>19055612</Reference> <Sequence>2</Sequence> <TimeZone>W. Europe Standard Time</TimeZone> <VesselName /> <VoyageNumber /> <disposition /> <order>-1</order> </TrackingEventDto> <TrackingEventDto> <Description>LOADED ON BOARD</Description> <EventCode>LB</EventCode> <EventDate>2023-09-02T11:52:00</EventDate> <EventLocation> <City>Hamburg</City> <CountryCode>DE</CountryCode> <GeoWayPoints>5331N 00956E</GeoWayPoints> <LocationText>Hamburg</LocationText> <MSTZ>W. Europe Standard Time</MSTZ> <OLSENTZ>Europe/Berlin</OLSENTZ> <Province>HH</Province> <UnLocode>DEHAM</UnLocode> </EventLocation> <Facility /> <FacilityCode /> <IANATZ>Europe/Berlin</IANATZ> <IMO>9447914</IMO> <IsEstimate>false</IsEstimate> <MMSI>636092782</MMSI> <Mode>Vessel</Mode> <RailCar /> <Reference>19055613</Reference> <Sequence>3</Sequence> <TimeZone>W. Europe Standard Time</TimeZone> <VesselName>TORRENTE</VesselName> <VoyageNumber>0017W</VoyageNumber> <disposition /> <order>-1</order> </TrackingEventDto> <TrackingEventDto> <Description>DEPARTED POL</Description> <EventCode>DP</EventCode> <EventDate>2023-09-02T22:35:00</EventDate> <EventLocation> <City>Hamburg</City> <CountryCode>DE</CountryCode> <GeoWayPoints>5331N 00956E</GeoWayPoints> <LocationText>Hamburg</LocationText> <MSTZ>W. Europe Standard Time</MSTZ> <OLSENTZ>Europe/Berlin</OLSENTZ> <Province>HH</Province> <UnLocode>DEHAM</UnLocode> </EventLocation> <Facility /> <FacilityCode /> <IANATZ>Europe/Berlin</IANATZ> <IMO>9447914</IMO> <IsEstimate>false</IsEstimate> <MMSI>636092782</MMSI> <Mode>Vessel</Mode> <RailCar /> <Reference>19055614</Reference> <Sequence>4</Sequence> <TimeZone>W. Europe Standard Time</TimeZone> <VesselName>TORRENTE</VesselName> <VoyageNumber>0017W</VoyageNumber> <disposition /> <order>-1</order> </TrackingEventDto> <TrackingEventDto> <Description>ARRIVAL AT PORT OF DISCHARGE</Description> <EventCode>AD</EventCode> <EventDate>2023-09-12T08:20:00</EventDate> <EventLocation> <City>New York</City> <CountryCode>US</CountryCode> <GeoWayPoints>4042N 07400W</GeoWayPoints> <LocationText>New York</LocationText> <MSTZ>Eastern Standard Time</MSTZ> <OLSENTZ>America/New_York</OLSENTZ> <Province>NY</Province> <UnLocode>USNYC</UnLocode> </EventLocation> <Facility>MAHER</Facility> <FacilityCode>MAHER</FacilityCode> <IANATZ>America/New_York</IANATZ> <IMO>9447914</IMO> <IsEstimate>false</IsEstimate> <MMSI>636092782</MMSI> <Mode>Vessel</Mode> <RailCar /> <Reference>19065870</Reference> <Sequence>5</Sequence> <TimeZone>Eastern Standard Time</TimeZone> <VesselName>TORRENTE</VesselName> <VoyageNumber>0017W</VoyageNumber> <disposition /> <order>-1</order> </TrackingEventDto> <TrackingEventDto> <Description>BERTHING AT POD</Description> <EventCode>PB</EventCode> <EventDate>2023-09-12T11:38:00</EventDate> <EventLocation> <City>New York</City> <CountryCode>US</CountryCode> <GeoWayPoints>4042N 07400W</GeoWayPoints> <LocationText>New York</LocationText> <MSTZ>Eastern Standard Time</MSTZ> <OLSENTZ>America/New_York</OLSENTZ> <Province>NY</Province> <UnLocode>USNYC</UnLocode> </EventLocation> <Facility>MAHER</Facility> <FacilityCode>MAHER</FacilityCode> <IANATZ>America/New_York</IANATZ> <IMO>9447914</IMO> <IsEstimate>false</IsEstimate> <MMSI>636092782</MMSI> <Mode>Vessel</Mode> <RailCar /> <Reference>19069940</Reference> <Sequence>6</Sequence> <TimeZone>Eastern Standard Time</TimeZone> <VesselName>TORRENTE</VesselName> <VoyageNumber>0017W</VoyageNumber> <disposition /> <order>-1</order> </TrackingEventDto> <TrackingEventDto> <Description>DISCHARGED</Description> <EventCode>D1</EventCode> <EventDate>2023-09-12T13:34:00</EventDate> <EventLocation> <City>New York</City> <CountryCode>US</CountryCode> <GeoWayPoints>4042N 07400W</GeoWayPoints> <LocationText>New York</LocationText> <MSTZ>Eastern Standard Time</MSTZ> <OLSENTZ>America/New_York</OLSENTZ> <Province>NY</Province> <UnLocode>USNYC</UnLocode> </EventLocation> <Facility>MAHER</Facility> <FacilityCode>MAHER</FacilityCode> <IANATZ>America/New_York</IANATZ> <IMO>9447914</IMO> <IsEstimate>false</IsEstimate> <MMSI>636092782</MMSI> <Mode>Vessel</Mode> <RailCar /> <Reference>19069941</Reference> <Sequence>7</Sequence> <TimeZone>Eastern Standard Time</TimeZone> <VesselName>TORRENTE</VesselName> <VoyageNumber>0017W</VoyageNumber> <disposition /> <order>-1</order> </TrackingEventDto> <TrackingEventDto> <Description>GATE OUT DELIVERY FULL</Description> <EventCode>G2</EventCode> <EventDate>2023-09-12T14:49:00</EventDate> <EventLocation> <City>New York</City> <CountryCode>US</CountryCode> <GeoWayPoints>4042N 07400W</GeoWayPoints> <LocationText>New York</LocationText> <MSTZ>Eastern Standard Time</MSTZ> <OLSENTZ>America/New_York</OLSENTZ> <Province>NY</Province> <UnLocode>USNYC</UnLocode> </EventLocation> <Facility>MAHER</Facility> <FacilityCode>MAHER</FacilityCode> <IANATZ>America/New_York</IANATZ> <IMO /> <IsEstimate>false</IsEstimate> <MMSI /> <Mode /> <RailCar /> <Reference>19069942</Reference> <Sequence>8</Sequence> <TimeZone>Eastern Standard Time</TimeZone> <VesselName /> <VoyageNumber /> <disposition /> <order>-1</order> </TrackingEventDto> <TrackingEventDto> <Description>GATE IN TO OUTBOUND</Description> <EventCode>G1</EventCode> <EventDate>2023-09-12T14:49:00</EventDate> <EventLocation> <City>Elizabeth</City> <CountryCode>US</CountryCode> <GeoWayPoints>4039N 07411W</GeoWayPoints> <LocationText>Elizabeth</LocationText> <MSTZ>Eastern Standard Time</MSTZ> <OLSENTZ>America/New_York</OLSENTZ> <Province>NJ</Province> <UnLocode>USEZA</UnLocode> </EventLocation> <Facility>ELIZABETH MARINE TRM</Facility> <FacilityCode>ELIZMARTRM</FacilityCode> <IANATZ>America/New_York</IANATZ> <IMO /> <IsEstimate>false</IsEstimate> <MMSI /> <Mode /> <RailCar /> <Reference>19069943</Reference> <Sequence>9</Sequence> <TimeZone>Eastern Standard Time</TimeZone> <VesselName /> <VoyageNumber /> <disposition /> <order>-1</order> </TrackingEventDto> <TrackingEventDto> <Description>RAIL LOADED AT ORIGIN RAMP</Description> <EventCode>R1</EventCode> <EventDate>2023-09-13T16:27:00</EventDate> <EventLocation> <City>Elizabeth</City> <CountryCode>US</CountryCode> <GeoWayPoints>4039N 07411W</GeoWayPoints> <LocationText>Elizabeth</LocationText> <MSTZ>Eastern Standard Time</MSTZ> <OLSENTZ>America/New_York</OLSENTZ> <Province>NJ</Province> <UnLocode>USEZA</UnLocode> </EventLocation> <Facility>ELIZABETH MARINE TRM</Facility> <FacilityCode>ELIZMARTRM</FacilityCode> <IANATZ>America/New_York</IANATZ> <IMO /> <IsEstimate>false</IsEstimate> <MMSI /> <Mode>Rail</Mode> <RailCar /> <Reference>19090897</Reference> <Sequence>10</Sequence> <TimeZone>Eastern Standard Time</TimeZone> <VesselName /> <VoyageNumber /> <disposition /> <order>-1</order> </TrackingEventDto> <TrackingEventDto> <Description>RAIL DEPARTED POD</Description> <EventCode>R2</EventCode> <EventDate>2023-09-13T22:48:00</EventDate> <EventLocation> <City>Elizabeth</City> <CountryCode>US</CountryCode> <GeoWayPoints>4039N 07411W</GeoWayPoints> <LocationText>Elizabeth</LocationText> <MSTZ>Eastern Standard Time</MSTZ> <OLSENTZ>America/New_York</OLSENTZ> <Province>NJ</Province> <UnLocode>USEZA</UnLocode> </EventLocation> <Facility>ELIZABETH MARINE TRM</Facility> <FacilityCode>ELIZMARTRM</FacilityCode> <IANATZ>America/New_York</IANATZ> <IMO /> <IsEstimate>false</IsEstimate> <MMSI /> <Mode>Rail</Mode> <RailCar /> <Reference>19090898</Reference> <Sequence>11</Sequence> <TimeZone>Eastern Standard Time</TimeZone> <VesselName /> <VoyageNumber /> <disposition /> <order>-1</order> </TrackingEventDto> <TrackingEventDto> <Description>RAIL ARRIVED AT DES RAMP</Description> <EventCode>R3</EventCode> <EventDate>2023-09-15T05:51:00</EventDate> <EventLocation> <City>Chicago</City> <CountryCode>US</CountryCode> <GeoWayPoints>4152N 08737W</GeoWayPoints> <LocationText>Chicago</LocationText> <MSTZ>Central Standard Time</MSTZ> <OLSENTZ>America/Chicago</OLSENTZ> <Province>IL</Province> <UnLocode>USCHI</UnLocode> </EventLocation> <Facility>CSXT 59TH STREET</Facility> <FacilityCode>CSXT59</FacilityCode> <IANATZ>America/Chicago</IANATZ> <IMO /> <IsEstimate>false</IsEstimate> <MMSI /> <Mode>Rail</Mode> <RailCar /> <Reference>19102787</Reference> <Sequence>12</Sequence> <TimeZone>Central Standard Time</TimeZone> <VesselName /> <VoyageNumber /> <disposition /> <order>-1</order> </TrackingEventDto> <TrackingEventDto> <Description>RAIL UNLOADED AT DES RAMP</Description> <EventCode>R4</EventCode> <EventDate>2023-09-16T02:31:00</EventDate> <EventLocation> <City>Chicago</City> <CountryCode>US</CountryCode> <GeoWayPoints>4152N 08737W</GeoWayPoints> <LocationText>Chicago</LocationText> <MSTZ>Central Standard Time</MSTZ> <OLSENTZ>America/Chicago</OLSENTZ> <Province>IL</Province> <UnLocode>USCHI</UnLocode> </EventLocation> <Facility>CSXT 59TH STREET</Facility> <FacilityCode>CSXT59</FacilityCode> <IANATZ>America/Chicago</IANATZ> <IMO /> <IsEstimate>false</IsEstimate> <MMSI /> <Mode>Rail</Mode> <RailCar /> <Reference>19122478</Reference> <Sequence>13</Sequence> <TimeZone>Central Standard Time</TimeZone> <VesselName /> <VoyageNumber /> <disposition /> <order>-1</order> </TrackingEventDto> <TrackingEventDto> <Description>AVAILABLE FOR PICKUP</Description> <EventCode>Q6</EventCode> <EventDate>2023-09-16T02:31:01</EventDate> <EventLocation> <City>Chicago</City> <CountryCode>US</CountryCode> <GeoWayPoints>4152N 08737W</GeoWayPoints> <LocationText>Chicago</LocationText> <MSTZ>Central Standard Time</MSTZ> <OLSENTZ>America/Chicago</OLSENTZ> <Province>IL</Province> <UnLocode>USCHI</UnLocode> </EventLocation> <Facility>CSXT 59TH STREET</Facility> <FacilityCode>CSXT59</FacilityCode> <IANATZ>America/Chicago</IANATZ> <IMO /> <IsEstimate>false</IsEstimate> <MMSI /> <Mode /> <RailCar /> <Reference>19122479</Reference> <Sequence>14</Sequence> <TimeZone>Central Standard Time</TimeZone> <VesselName /> <VoyageNumber /> <disposition /> <order>-1</order> </TrackingEventDto> <TrackingEventDto> <Description>GATE OUT DELIVERY FULL</Description> <EventCode>G2</EventCode> <EventDate>2023-09-18T14:39:00</EventDate> <EventLocation> <City>Chicago</City> <CountryCode>US</CountryCode> <GeoWayPoints>4152N 08737W</GeoWayPoints> <LocationText>Chicago</LocationText> <MSTZ>Central Standard Time</MSTZ> <OLSENTZ>America/Chicago</OLSENTZ> <Province>IL</Province> <UnLocode>USCHI</UnLocode> </EventLocation> <Facility>CSXT 59TH STREET</Facility> <FacilityCode>CSXT59</FacilityCode> <IANATZ>America/Chicago</IANATZ> <IMO /> <IsEstimate>false</IsEstimate> <MMSI /> <Mode /> <RailCar /> <Reference>19122480</Reference> <Sequence>15</Sequence> <TimeZone>Central Standard Time</TimeZone> <VesselName /> <VoyageNumber /> <disposition /> <order>-1</order> </TrackingEventDto> <TrackingEventDto> <Description>RETURNED EMPTY</Description> <EventCode>E2</EventCode> <EventDate>2023-09-20T03:44:00</EventDate> <EventLocation> <City>Harvey</City> <CountryCode>US</CountryCode> <GeoWayPoints>4136N 08739W</GeoWayPoints> <LocationText>Harvey</LocationText> <MSTZ>Central Standard Time</MSTZ> <OLSENTZ>America/Chicago</OLSENTZ> <Province>IL</Province> <UnLocode>USHRY</UnLocode> </EventLocation> <Facility>CN HARVEY</Facility> <FacilityCode>CNRHARVEY</FacilityCode> <IANATZ>America/Chicago</IANATZ> <IMO /> <IsEstimate>false</IsEstimate> <MMSI /> <Mode /> <RailCar /> <Reference>19138656</Reference> <Sequence>16</Sequence> <TimeZone>Central Standard Time</TimeZone> <VesselName /> <VoyageNumber /> <disposition /> <order>-1</order> </TrackingEventDto> </EVENTS> <MILESTONES> <ATA>2023-09-12T08:20:00</ATA> <ATD>2023-09-02T22:35:00</ATD> <AVAILABLE>2023-09-16T02:31:01</AVAILABLE> <CUSTOMS>Sep-15-2023</CUSTOMS> <DEL>USCHI</DEL> <DELIVERED>2023-09-18T14:39:00</DELIVERED> <DERAMPED>2023-09-16T02:31:00</DERAMPED> <DISCHARGE>2023-09-16T02:31:00</DISCHARGE> <EMPTYRETURN>2023-09-20T03:44:00</EMPTYRETURN> <EMPTYRETURNFACILITY /> <EMPTYRETURNFACILITYCODE /> <ETA>2023-09-12T08:20:00</ETA> <ETAFINAL>2023-09-15T05:51:00</ETAFINAL> <ETD>2023-09-02T22:35:00</ETD> <FIRMS>J054</FIRMS> <FREIGHT>Sep-04-2023</FREIGHT> <IMO>9447914</IMO> <LFD>2023-09-18T23:59:00</LFD> <LFDDETENTION>2023-10-02T00:00:00</LFDDETENTION> <MILESTONEINDICATOR>EMPTY-RETURNED</MILESTONEINDICATOR> <MMSI>636092782</MMSI> <NOTES /> <OBL>Sep-04-2023</OBL> <PICKEDUP>2023-09-18T14:39:00</PICKEDUP> <POD>USNYC</POD> <PODDISCHARGE>2023-09-12T13:34:00</PODDISCHARGE> <POL>DEHAM</POL> <POR>DEHAM</POR> <SHIPMENTTERMS>RAMP</SHIPMENTTERMS> <TERMINAL>CSXT 59TH STREET</TERMINAL> <TERMINALCODE>CSXT59</TERMINALCODE> <UpdatedETA>2023-09-12T08:20:00</UpdatedETA> <UpdatedETAFINAL>2023-09-15T05:51:00</UpdatedETAFINAL> <UpdatedETD /> <VESSEL>TORRENTE</VESSEL> <VOYAGE>0017W</VOYAGE> </MILESTONES> <POD> <City>New York</City> <CountryCode>US</CountryCode> <GeoWayPoints>4042N 07400W</GeoWayPoints> <LocationText>New York</LocationText> <MSTZ>Eastern Standard Time</MSTZ> <OLSENTZ>America/New_York</OLSENTZ> <Province>NY</Province> <UnLocode>USNYC</UnLocode> </POD> <POL> <City>Hamburg</City> <CountryCode>DE</CountryCode> <GeoWayPoints>5331N 00956E</GeoWayPoints> <LocationText>Hamburg</LocationText> <MSTZ>W. Europe Standard Time</MSTZ> <OLSENTZ>Europe/Berlin</OLSENTZ> <Province>HH</Province> <UnLocode>DEHAM</UnLocode> </POL> <POR> <City>Hamburg</City> <CountryCode>DE</CountryCode> <GeoWayPoints>5331N 00956E</GeoWayPoints> <LocationText>Hamburg</LocationText> <MSTZ>W. Europe Standard Time</MSTZ> <OLSENTZ>Europe/Berlin</OLSENTZ> <Province>HH</Province> <UnLocode>DEHAM</UnLocode> </POR> <ROUTING /> </OceanContainerDto> <OceanContainerDto> <CNT>DRYU9973419</CNT> <CNTTYPE> <AlternativeNamesText /> <CapacityInCubicFeet>2715</CapacityInCubicFeet> <Description>40' x 9'6" Dry High Cube</Description> <HeightInFeet>9.5</HeightInFeet> <LengthInFeet>40</LengthInFeet> <LongName>40 FT HIGH CUBE DRY</LongName> <ShortName>40' HC DRY</ShortName> <Tag>40HC</Tag> <WidthInFeet>8</WidthInFeet> </CNTTYPE> <DEL> <City>Chicago</City> <CountryCode>US</CountryCode> <GeoWayPoints>4152N 08737W</GeoWayPoints> <LocationText>Chicago</LocationText> <MSTZ>Central Standard Time</MSTZ> <OLSENTZ>America/Chicago</OLSENTZ> <Province>IL</Province> <UnLocode>USCHI</UnLocode> </DEL> <EVENTS> <TrackingEventDto> <Description>EMPTY TO SHIPPER</Description> <EventCode>E1</EventCode> <EventDate>2023-08-30T06:49:00</EventDate> <EventLocation> <City>Fredericia</City> <CountryCode>DK</CountryCode> <GeoWayPoints>5535N 00945E</GeoWayPoints> <LocationText>Fredericia</LocationText> <MSTZ>Central European Standard Time</MSTZ> <OLSENTZ>Europe/Copenhagen</OLSENTZ> <Province /> <UnLocode>DKFRC</UnLocode> </EventLocation> <Facility /> <FacilityCode /> <IANATZ>Europe/Copenhagen</IANATZ> <IMO /> <IsEstimate>false</IsEstimate> <MMSI /> <Mode /> <RailCar /> <Reference>19055626</Reference> <Sequence>1</Sequence> <TimeZone>Central European Standard Time</TimeZone> <VesselName /> <VoyageNumber /> <disposition /> <order>-1</order> </TrackingEventDto> <TrackingEventDto> <Description>GATE IN TO OUTBOUND</Description> <EventCode>G1</EventCode> <EventDate>2023-08-31T06:20:00</EventDate> <EventLocation> <City>Hamburg</City> <CountryCode>DE</CountryCode> <GeoWayPoints>5331N 00956E</GeoWayPoints> <LocationText>Hamburg</LocationText> <MSTZ>W. Europe Standard Time</MSTZ> <OLSENTZ>Europe/Berlin</OLSENTZ> <Province>HH</Province> <UnLocode>DEHAM</UnLocode> </EventLocation> <Facility /> <FacilityCode /> <IANATZ>Europe/Berlin</IANATZ> <IMO /> <IsEstimate>false</IsEstimate> <MMSI /> <Mode /> <RailCar /> <Reference>19055627</Reference> <Sequence>2</Sequence> <TimeZone>W. Europe Standard Time</TimeZone> <VesselName /> <VoyageNumber /> <disposition /> <order>-1</order> </TrackingEventDto> <TrackingEventDto> <Description>LOADED ON BOARD</Description> <EventCode>LB</EventCode> <EventDate>2023-09-02T11:28:00</EventDate> <EventLocation> <City>Hamburg</City> <CountryCode>DE</CountryCode> <GeoWayPoints>5331N 00956E</GeoWayPoints> <LocationText>Hamburg</LocationText> <MSTZ>W. Europe Standard Time</MSTZ> <OLSENTZ>Europe/Berlin</OLSENTZ> <Province>HH</Province> <UnLocode>DEHAM</UnLocode> </EventLocation> <Facility /> <FacilityCode /> <IANATZ>Europe/Berlin</IANATZ> <IMO>9447914</IMO> <IsEstimate>false</IsEstimate> <MMSI>636092782</MMSI> <Mode>Vessel</Mode> <RailCar /> <Reference>19055628</Reference> <Sequence>3</Sequence> <TimeZone>W. Europe Standard Time</TimeZone> <VesselName>TORRENTE</VesselName> <VoyageNumber>0017W</VoyageNumber> <disposition /> <order>-1</order> </TrackingEventDto> <TrackingEventDto> <Description>DEPARTED POL</Description> <EventCode>DP</EventCode> <EventDate>2023-09-02T22:35:00</EventDate> <EventLocation> <City>Hamburg</City> <CountryCode>DE</CountryCode> <GeoWayPoints>5331N 00956E</GeoWayPoints> <LocationText>Hamburg</LocationText> <MSTZ>W. Europe Standard Time</MSTZ> <OLSENTZ>Europe/Berlin</OLSENTZ> <Province>HH</Province> <UnLocode>DEHAM</UnLocode> </EventLocation> <Facility /> <FacilityCode /> <IANATZ>Europe/Berlin</IANATZ> <IMO>9447914</IMO> <IsEstimate>false</IsEstimate> <MMSI>636092782</MMSI> <Mode>Vessel</Mode> <RailCar /> <Reference>19055629</Reference> <Sequence>4</Sequence> <TimeZone>W. Europe Standard Time</TimeZone> <VesselName>TORRENTE</VesselName> <VoyageNumber>0017W</VoyageNumber> <disposition /> <order>-1</order> </TrackingEventDto> <TrackingEventDto> <Description>ARRIVAL AT PORT OF DISCHARGE</Description> <EventCode>AD</EventCode> <EventDate>2023-09-12T08:20:00</EventDate> <EventLocation> <City>New York</City> <CountryCode>US</CountryCode> <GeoWayPoints>4042N 07400W</GeoWayPoints> <LocationText>New York</LocationText> <MSTZ>Eastern Standard Time</MSTZ> <OLSENTZ>America/New_York</OLSENTZ> <Province>NY</Province> <UnLocode>USNYC</UnLocode> </EventLocation> <Facility>MAHER</Facility> <FacilityCode>MAHER</FacilityCode> <IANATZ>America/New_York</IANATZ> <IMO>9447914</IMO> <IsEstimate>false</IsEstimate> <MMSI>636092782</MMSI> <Mode>Vessel</Mode> <RailCar /> <Reference>19065871</Reference> <Sequence>5</Sequence> <TimeZone>Eastern Standard Time</TimeZone> <VesselName>TORRENTE</VesselName> <VoyageNumber>0017W</VoyageNumber> <disposition /> <order>-1</order> </TrackingEventDto> <TrackingEventDto> <Description>BERTHING AT POD</Description> <EventCode>PB</EventCode> <EventDate>2023-09-12T11:38:00</EventDate> <EventLocation> <City>New York</City> <CountryCode>US</CountryCode> <GeoWayPoints>4042N 07400W</GeoWayPoints> <LocationText>New York</LocationText> <MSTZ>Eastern Standard Time</MSTZ> <OLSENTZ>America/New_York</OLSENTZ> <Province>NY</Province> <UnLocode>USNYC</UnLocode> </EventLocation> <Facility>MAHER</Facility> <FacilityCode>MAHER</FacilityCode> <IANATZ>America/New_York</IANATZ> <IMO>9447914</IMO> <IsEstimate>false</IsEstimate> <MMSI>636092782</MMSI> <Mode>Vessel</Mode> <RailCar /> <Reference>19069950</Reference> <Sequence>6</Sequence> <TimeZone>Eastern Standard Time</TimeZone> <VesselName>TORRENTE</VesselName> <VoyageNumber>0017W</VoyageNumber> <disposition /> <order>-1</order> </TrackingEventDto> <TrackingEventDto> <Description>DISCHARGED</Description> <EventCode>D1</EventCode> <EventDate>2023-09-12T14:23:00</EventDate> <EventLocation> <City>New York</City> <CountryCode>US</CountryCode> <GeoWayPoints>4042N 07400W</GeoWayPoints> <LocationText>New York</LocationText> <MSTZ>Eastern Standard Time</MSTZ> <OLSENTZ>America/New_York</OLSENTZ> <Province>NY</Province> <UnLocode>USNYC</UnLocode> </EventLocation> <Facility>MAHER</Facility> <FacilityCode>MAHER</FacilityCode> <IANATZ>America/New_York</IANATZ> <IMO>9447914</IMO> <IsEstimate>false</IsEstimate> <MMSI>636092782</MMSI> <Mode>Vessel</Mode> <RailCar /> <Reference>19069951</Reference> <Sequence>7</Sequence> <TimeZone>Eastern Standard Time</TimeZone> <VesselName>TORRENTE</VesselName> <VoyageNumber>0017W</VoyageNumber> <disposition /> <order>-1</order> </TrackingEventDto> <TrackingEventDto> <Description>GATE OUT DELIVERY FULL</Description> <EventCode>G2</EventCode> <EventDate>2023-09-12T17:22:00</EventDate> <EventLocation> <City>New York</City> <CountryCode>US</CountryCode> <GeoWayPoints>4042N 07400W</GeoWayPoints> <LocationText>New York</LocationText> <MSTZ>Eastern Standard Time</MSTZ> <OLSENTZ>America/New_York</OLSENTZ> <Province>NY</Province> <UnLocode>USNYC</UnLocode> </EventLocation> <Facility>MAHER</Facility> <FacilityCode>MAHER</FacilityCode> <IANATZ>America/New_York</IANATZ> <IMO /> <IsEstimate>false</IsEstimate> <MMSI /> <Mode /> <RailCar /> <Reference>19071555</Reference> <Sequence>8</Sequence> <TimeZone>Eastern Standard Time</TimeZone> <VesselName /> <VoyageNumber /> <disposition /> <order>-1</order> </TrackingEventDto> <TrackingEventDto> <Description>GATE IN TO OUTBOUND</Description> <EventCode>G1</EventCode> <EventDate>2023-09-12T17:22:00</EventDate> <EventLocation> <City>Elizabeth</City> <CountryCode>US</CountryCode> <GeoWayPoints>4039N 07411W</GeoWayPoints> <LocationText>Elizabeth</LocationText> <MSTZ>Eastern Standard Time</MSTZ> <OLSENTZ>America/New_York</OLSENTZ> <Province>NJ</Province> <UnLocode>USEZA</UnLocode> </EventLocation> <Facility>ELIZABETH MARINE TRM</Facility> <FacilityCode>ELIZMARTRM</FacilityCode> <IANATZ>America/New_York</IANATZ> <IMO /> <IsEstimate>false</IsEstimate> <MMSI /> <Mode /> <RailCar /> <Reference>19071556</Reference> <Sequence>9</Sequence> <TimeZone>Eastern Standard Time</TimeZone> <VesselName /> <VoyageNumber /> <disposition /> <order>-1</order> </TrackingEventDto> <TrackingEventDto> <Description>RAIL LOADED AT ORIGIN RAMP</Description> <EventCode>R1</EventCode> <EventDate>2023-09-13T16:27:00</EventDate> <EventLocation> <City>Elizabeth</City> <CountryCode>US</CountryCode> <GeoWayPoints>4039N 07411W</GeoWayPoints> <LocationText>Elizabeth</LocationText> <MSTZ>Eastern Standard Time</MSTZ> <OLSENTZ>America/New_York</OLSENTZ> <Province>NJ</Province> <UnLocode>USEZA</UnLocode> </EventLocation> <Facility>ELIZABETH MARINE TRM</Facility> <FacilityCode>ELIZMARTRM</FacilityCode> <IANATZ>America/New_York</IANATZ> <IMO /> <IsEstimate>false</IsEstimate> <MMSI /> <Mode>Rail</Mode> <RailCar /> <Reference>19090903</Reference> <Sequence>10</Sequence> <TimeZone>Eastern Standard Time</TimeZone> <VesselName /> <VoyageNumber /> <disposition /> <order>-1</order> </TrackingEventDto> <TrackingEventDto> <Description>RAIL DEPARTED POD</Description> <EventCode>R2</EventCode> <EventDate>2023-09-13T22:48:00</EventDate> <EventLocation> <City>Elizabeth</City> <CountryCode>US</CountryCode> <GeoWayPoints>4039N 07411W</GeoWayPoints> <LocationText>Elizabeth</LocationText> <MSTZ>Eastern Standard Time</MSTZ> <OLSENTZ>America/New_York</OLSENTZ> <Province>NJ</Province> <UnLocode>USEZA</UnLocode> </EventLocation> <Facility>ELIZABETH MARINE TRM</Facility> <FacilityCode>ELIZMARTRM</FacilityCode> <IANATZ>America/New_York</IANATZ> <IMO /> <IsEstimate>false</IsEstimate> <MMSI /> <Mode>Rail</Mode> <RailCar /> <Reference>19090904</Reference> <Sequence>11</Sequence> <TimeZone>Eastern Standard Time</TimeZone> <VesselName /> <VoyageNumber /> <disposition /> <order>-1</order> </TrackingEventDto> <TrackingEventDto> <Description>RAIL ARRIVED AT DES RAMP</Description> <EventCode>R3</EventCode> <EventDate>2023-09-15T05:51:00</EventDate> <EventLocation> <City>Chicago</City> <CountryCode>US</CountryCode> <GeoWayPoints>4152N 08737W</GeoWayPoints> <LocationText>Chicago</LocationText> <MSTZ>Central Standard Time</MSTZ> <OLSENTZ>America/Chicago</OLSENTZ> <Province>IL</Province> <UnLocode>USCHI</UnLocode> </EventLocation> <Facility>CSXT 59TH STREET</Facility> <FacilityCode>CSXT59</FacilityCode> <IANATZ>America/Chicago</IANATZ> <IMO /> <IsEstimate>false</IsEstimate> <MMSI /> <Mode>Rail</Mode> <RailCar /> <Reference>19102791</Reference> <Sequence>12</Sequence> <TimeZone>Central Standard Time</TimeZone> <VesselName /> <VoyageNumber /> <disposition /> <order>-1</order> </TrackingEventDto> <TrackingEventDto> <Description>RAIL UNLOADED AT DES RAMP</Description> <EventCode>R4</EventCode> <EventDate>2023-09-16T02:00:00</EventDate> <EventLocation> <City>Chicago</City> <CountryCode>US</CountryCode> <GeoWayPoints>4152N 08737W</GeoWayPoints> <LocationText>Chicago</LocationText> <MSTZ>Central Standard Time</MSTZ> <OLSENTZ>America/Chicago</OLSENTZ> <Province>IL</Province> <UnLocode>USCHI</UnLocode> </EventLocation> <Facility>CSXT 59TH STREET</Facility> <FacilityCode>CSXT59</FacilityCode> <IANATZ>America/Chicago</IANATZ> <IMO /> <IsEstimate>false</IsEstimate> <MMSI /> <Mode>Rail</Mode> <RailCar /> <Reference>19122482</Reference> <Sequence>13</Sequence> <TimeZone>Central Standard Time</TimeZone> <VesselName /> <VoyageNumber /> <disposition /> <order>-1</order> </TrackingEventDto> <TrackingEventDto> <Description>AVAILABLE FOR PICKUP</Description> <EventCode>Q6</EventCode> <EventDate>2023-09-16T02:00:01</EventDate> <EventLocation> <City>Chicago</City> <CountryCode>US</CountryCode> <GeoWayPoints>4152N 08737W</GeoWayPoints> <LocationText>Chicago</LocationText> <MSTZ>Central Standard Time</MSTZ> <OLSENTZ>America/Chicago</OLSENTZ> <Province>IL</Province> <UnLocode>USCHI</UnLocode> </EventLocation> <Facility>CSXT 59TH STREET</Facility> <FacilityCode>CSXT59</FacilityCode> <IANATZ>America/Chicago</IANATZ> <IMO /> <IsEstimate>false</IsEstimate> <MMSI /> <Mode /> <RailCar /> <Reference>19122483</Reference> <Sequence>14</Sequence> <TimeZone>Central Standard Time</TimeZone> <VesselName /> <VoyageNumber /> <disposition /> <order>-1</order> </TrackingEventDto> <TrackingEventDto> <Description>GATE OUT DELIVERY FULL</Description> <EventCode>G2</EventCode> <EventDate>2023-09-18T10:22:00</EventDate> <EventLocation> <City>Chicago</City> <CountryCode>US</CountryCode> <GeoWayPoints>4152N 08737W</GeoWayPoints> <LocationText>Chicago</LocationText> <MSTZ>Central Standard Time</MSTZ> <OLSENTZ>America/Chicago</OLSENTZ> <Province>IL</Province> <UnLocode>USCHI</UnLocode> </EventLocation> <Facility>CSXT 59TH STREET</Facility> <FacilityCode>CSXT59</FacilityCode> <IANATZ>America/Chicago</IANATZ> <IMO /> <IsEstimate>false</IsEstimate> <MMSI /> <Mode /> <RailCar /> <Reference>19122484</Reference> <Sequence>15</Sequence> <TimeZone>Central Standard Time</TimeZone> <VesselName /> <VoyageNumber /> <disposition /> <order>-1</order> </TrackingEventDto> <TrackingEventDto> <Description>RETURNED EMPTY</Description> <EventCode>E2</EventCode> <EventDate>2023-09-20T06:50:00</EventDate> <EventLocation> <City>Chicago</City> <CountryCode>US</CountryCode> <GeoWayPoints>4152N 08737W</GeoWayPoints> <LocationText>Chicago</LocationText> <MSTZ>Central Standard Time</MSTZ> <OLSENTZ>America/Chicago</OLSENTZ> <Province>IL</Province> <UnLocode>USCHI</UnLocode> </EventLocation> <Facility /> <FacilityCode /> <IANATZ>America/Chicago</IANATZ> <IMO /> <IsEstimate>false</IsEstimate> <MMSI /> <Mode /> <RailCar /> <Reference>19140409</Reference> <Sequence>16</Sequence> <TimeZone>Central Standard Time</TimeZone> <VesselName /> <VoyageNumber /> <disposition /> <order>-1</order> </TrackingEventDto> </EVENTS> <MILESTONES> <ATA>2023-09-12T08:20:00</ATA> <ATD>2023-09-02T22:35:00</ATD> <AVAILABLE>2023-09-16T02:00:01</AVAILABLE> <CUSTOMS>Sep-15-2023</CUSTOMS> <DEL>USCHI</DEL> <DELIVERED>2023-09-18T10:22:00</DELIVERED> <DERAMPED>2023-09-16T02:00:00</DERAMPED> <DISCHARGE>2023-09-16T02:00:00</DISCHARGE> <EMPTYRETURN>2023-09-20T06:50:00</EMPTYRETURN> <EMPTYRETURNFACILITY /> <EMPTYRETURNFACILITYCODE /> <ETA>2023-09-12T08:20:00</ETA> <ETAFINAL>2023-09-15T05:51:00</ETAFINAL> <ETD>2023-09-02T22:35:00</ETD> <FIRMS>J054</FIRMS> <FREIGHT>Sep-04-2023</FREIGHT> <IMO>9447914</IMO> <LFD>2023-09-18T23:59:00</LFD> <LFDDETENTION>2023-10-02T00:00:00</LFDDETENTION> <MILESTONEINDICATOR>EMPTY-RETURNED</MILESTONEINDICATOR> <MMSI>636092782</MMSI> <NOTES /> <OBL>Sep-04-2023</OBL> <PICKEDUP>2023-09-18T10:22:00</PICKEDUP> <POD>USNYC</POD> <PODDISCHARGE>2023-09-12T14:23:00</PODDISCHARGE> <POL>DEHAM</POL> <POR>DEHAM</POR> <SHIPMENTTERMS>RAMP</SHIPMENTTERMS> <TERMINAL>CSXT 59TH STREET</TERMINAL> <TERMINALCODE>CSXT59</TERMINALCODE> <UpdatedETA>2023-09-12T08:20:00</UpdatedETA> <UpdatedETAFINAL>2023-09-15T05:51:00</UpdatedETAFINAL> <UpdatedETD /> <VESSEL>TORRENTE</VESSEL> <VOYAGE>0017W</VOYAGE> </MILESTONES> <POD> <City>New York</City> <CountryCode>US</CountryCode> <GeoWayPoints>4042N 07400W</GeoWayPoints> <LocationText>New York</LocationText> <MSTZ>Eastern Standard Time</MSTZ> <OLSENTZ>America/New_York</OLSENTZ> <Province>NY</Province> <UnLocode>USNYC</UnLocode> </POD> <POL> <City>Hamburg</City> <CountryCode>DE</CountryCode> <GeoWayPoints>5331N 00956E</GeoWayPoints> <LocationText>Hamburg</LocationText> <MSTZ>W. Europe Standard Time</MSTZ> <OLSENTZ>Europe/Berlin</OLSENTZ> <Province>HH</Province> <UnLocode>DEHAM</UnLocode> </POL> <POR> <City>Hamburg</City> <CountryCode>DE</CountryCode> <GeoWayPoints>5331N 00956E</GeoWayPoints> <LocationText>Hamburg</LocationText> <MSTZ>W. Europe Standard Time</MSTZ> <OLSENTZ>Europe/Berlin</OLSENTZ> <Province>HH</Province> <UnLocode>DEHAM</UnLocode> </POR> <ROUTING /> </OceanContainerDto> <OceanContainerDto> <CNT>TLLU5499394</CNT> <CNTTYPE> <AlternativeNamesText /> <CapacityInCubicFeet>2715</CapacityInCubicFeet> <Description>40' x 9'6" Dry High Cube</Description> <HeightInFeet>9.5</HeightInFeet> <LengthInFeet>40</LengthInFeet> <LongName>40 FT HIGH CUBE DRY</LongName> <ShortName>40' HC DRY</ShortName> <Tag>40HC</Tag> <WidthInFeet>8</WidthInFeet> </CNTTYPE> <DEL> <City>Chicago</City> <CountryCode>US</CountryCode> <GeoWayPoints>4152N 08737W</GeoWayPoints> <LocationText>Chicago</LocationText> <MSTZ>Central Standard Time</MSTZ> <OLSENTZ>America/Chicago</OLSENTZ> <Province>IL</Province> <UnLocode>USCHI</UnLocode> </DEL> <EVENTS> <TrackingEventDto> <Description>EMPTY TO SHIPPER</Description> <EventCode>E1</EventCode> <EventDate>2023-08-30T06:48:00</EventDate> <EventLocation> <City>Fredericia</City> <CountryCode>DK</CountryCode> <GeoWayPoints>5535N 00945E</GeoWayPoints> <LocationText>Fredericia</LocationText> <MSTZ>Central European Standard Time</MSTZ> <OLSENTZ>Europe/Copenhagen</OLSENTZ> <Province /> <UnLocode>DKFRC</UnLocode> </EventLocation> <Facility /> <FacilityCode /> <IANATZ>Europe/Copenhagen</IANATZ> <IMO /> <IsEstimate>false</IsEstimate> <MMSI /> <Mode /> <RailCar /> <Reference>19055596</Reference> <Sequence>1</Sequence> <TimeZone>Central European Standard Time</TimeZone> <VesselName /> <VoyageNumber /> <disposition /> <order>-1</order> </TrackingEventDto> <TrackingEventDto> <Description>GATE IN TO OUTBOUND</Description> <EventCode>G1</EventCode> <EventDate>2023-08-31T09:00:00</EventDate> <EventLocation> <City>Hamburg</City> <CountryCode>DE</CountryCode> <GeoWayPoints>5331N 00956E</GeoWayPoints> <LocationText>Hamburg</LocationText> <MSTZ>W. Europe Standard Time</MSTZ> <OLSENTZ>Europe/Berlin</OLSENTZ> <Province>HH</Province> <UnLocode>DEHAM</UnLocode> </EventLocation> <Facility /> <FacilityCode /> <IANATZ>Europe/Berlin</IANATZ> <IMO /> <IsEstimate>false</IsEstimate> <MMSI /> <Mode /> <RailCar /> <Reference>19055597</Reference> <Sequence>2</Sequence> <TimeZone>W. Europe Standard Time</TimeZone> <VesselName /> <VoyageNumber /> <disposition /> <order>-1</order> </TrackingEventDto> <TrackingEventDto> <Description>LOADED ON BOARD</Description> <EventCode>LB</EventCode> <EventDate>2023-09-01T21:04:00</EventDate> <EventLocation> <City>Hamburg</City> <CountryCode>DE</CountryCode> <GeoWayPoints>5331N 00956E</GeoWayPoints> <LocationText>Hamburg</LocationText> <MSTZ>W. Europe Standard Time</MSTZ> <OLSENTZ>Europe/Berlin</OLSENTZ> <Province>HH</Province> <UnLocode>DEHAM</UnLocode> </EventLocation> <Facility /> <FacilityCode /> <IANATZ>Europe/Berlin</IANATZ> <IMO>9447914</IMO> <IsEstimate>false</IsEstimate> <MMSI>636092782</MMSI> <Mode>Vessel</Mode> <RailCar /> <Reference>19055598</Reference> <Sequence>3</Sequence> <TimeZone>W. Europe Standard Time</TimeZone> <VesselName>TORRENTE</VesselName> <VoyageNumber>0017W</VoyageNumber> <disposition /> <order>-1</order> </TrackingEventDto> <TrackingEventDto> <Description>DEPARTED POL</Description> <EventCode>DP</EventCode> <EventDate>2023-09-02T22:35:00</EventDate> <EventLocation> <City>Hamburg</City> <CountryCode>DE</CountryCode> <GeoWayPoints>5331N 00956E</GeoWayPoints> <LocationText>Hamburg</LocationText> <MSTZ>W. Europe Standard Time</MSTZ> <OLSENTZ>Europe/Berlin</OLSENTZ> <Province>HH</Province> <UnLocode>DEHAM</UnLocode> </EventLocation> <Facility /> <FacilityCode /> <IANATZ>Europe/Berlin</IANATZ> <IMO>9447914</IMO> <IsEstimate>false</IsEstimate> <MMSI>636092782</MMSI> <Mode>Vessel</Mode> <RailCar /> <Reference>19055599</Reference> <Sequence>4</Sequence> <TimeZone>W. Europe Standard Time</TimeZone> <VesselName>TORRENTE</VesselName> <VoyageNumber>0017W</VoyageNumber> <disposition /> <order>-1</order> </TrackingEventDto> <TrackingEventDto> <Description>ARRIVAL AT PORT OF DISCHARGE</Description> <EventCode>AD</EventCode> <EventDate>2023-09-12T08:20:00</EventDate> <EventLocation> <City>New York</City> <CountryCode>US</CountryCode> <GeoWayPoints>4042N 07400W</GeoWayPoints> <LocationText>New York</LocationText> <MSTZ>Eastern Standard Time</MSTZ> <OLSENTZ>America/New_York</OLSENTZ> <Province>NY</Province> <UnLocode>USNYC</UnLocode> </EventLocation> <Facility>MAHER</Facility> <FacilityCode>MAHER</FacilityCode> <IANATZ>America/New_York</IANATZ> <IMO>9447914</IMO> <IsEstimate>false</IsEstimate> <MMSI>636092782</MMSI> <Mode>Vessel</Mode> <RailCar /> <Reference>19065869</Reference> <Sequence>5</Sequence> <TimeZone>Eastern Standard Time</TimeZone> <VesselName>TORRENTE</VesselName> <VoyageNumber>0017W</VoyageNumber> <disposition /> <order>-1</order> </TrackingEventDto> <TrackingEventDto> <Description>BERTHING AT POD</Description> <EventCode>PB</EventCode> <EventDate>2023-09-12T11:38:00</EventDate> <EventLocation> <City>New York</City> <CountryCode>US</CountryCode> <GeoWayPoints>4042N 07400W</GeoWayPoints> <LocationText>New York</LocationText> <MSTZ>Eastern Standard Time</MSTZ> <OLSENTZ>America/New_York</OLSENTZ> <Province>NY</Province> <UnLocode>USNYC</UnLocode> </EventLocation> <Facility>MAHER</Facility> <FacilityCode>MAHER</FacilityCode> <IANATZ>America/New_York</IANATZ> <IMO>9447914</IMO> <IsEstimate>false</IsEstimate> <MMSI>636092782</MMSI> <Mode>Vessel</Mode> <RailCar /> <Reference>19069931</Reference> <Sequence>6</Sequence> <TimeZone>Eastern Standard Time</TimeZone> <VesselName>TORRENTE</VesselName> <VoyageNumber>0017W</VoyageNumber> <disposition /> <order>-1</order> </TrackingEventDto> <TrackingEventDto> <Description>DISCHARGED</Description> <EventCode>D1</EventCode> <EventDate>2023-09-12T17:37:00</EventDate> <EventLocation> <City>New York</City> <CountryCode>US</CountryCode> <GeoWayPoints>4042N 07400W</GeoWayPoints> <LocationText>New York</LocationText> <MSTZ>Eastern Standard Time</MSTZ> <OLSENTZ>America/New_York</OLSENTZ> <Province>NY</Province> <UnLocode>USNYC</UnLocode> </EventLocation> <Facility>MAHER</Facility> <FacilityCode>MAHER</FacilityCode> <IANATZ>America/New_York</IANATZ> <IMO>9447914</IMO> <IsEstimate>false</IsEstimate> <MMSI>636092782</MMSI> <Mode>Vessel</Mode> <RailCar /> <Reference>19071540</Reference> <Sequence>7</Sequence> <TimeZone>Eastern Standard Time</TimeZone> <VesselName>TORRENTE</VesselName> <VoyageNumber>0017W</VoyageNumber> <disposition /> <order>-1</order> </TrackingEventDto> <TrackingEventDto> <Description>GATE OUT DELIVERY FULL</Description> <EventCode>G2</EventCode> <EventDate>2023-09-12T21:04:00</EventDate> <EventLocation> <City>New York</City> <CountryCode>US</CountryCode> <GeoWayPoints>4042N 07400W</GeoWayPoints> <LocationText>New York</LocationText> <MSTZ>Eastern Standard Time</MSTZ> <OLSENTZ>America/New_York</OLSENTZ> <Province>NY</Province> <UnLocode>USNYC</UnLocode> </EventLocation> <Facility>MAHER</Facility> <FacilityCode>MAHER</FacilityCode> <IANATZ>America/New_York</IANATZ> <IMO /> <IsEstimate>false</IsEstimate> <MMSI /> <Mode /> <RailCar /> <Reference>19071541</Reference> <Sequence>8</Sequence> <TimeZone>Eastern Standard Time</TimeZone> <VesselName /> <VoyageNumber /> <disposition /> <order>-1</order> </TrackingEventDto> <TrackingEventDto> <Description>GATE IN TO OUTBOUND</Description> <EventCode>G1</EventCode> <EventDate>2023-09-12T21:04:00</EventDate> <EventLocation> <City>Elizabeth</City> <CountryCode>US</CountryCode> <GeoWayPoints>4039N 07411W</GeoWayPoints> <LocationText>Elizabeth</LocationText> <MSTZ>Eastern Standard Time</MSTZ> <OLSENTZ>America/New_York</OLSENTZ> <Province>NJ</Province> <UnLocode>USEZA</UnLocode> </EventLocation> <Facility>ELIZABETH MARINE TRM</Facility> <FacilityCode>ELIZMARTRM</FacilityCode> <IANATZ>America/New_York</IANATZ> <IMO /> <IsEstimate>false</IsEstimate> <MMSI /> <Mode /> <RailCar /> <Reference>19071542</Reference> <Sequence>9</Sequence> <TimeZone>Eastern Standard Time</TimeZone> <VesselName /> <VoyageNumber /> <disposition /> <order>-1</order> </TrackingEventDto> <TrackingEventDto> <Description>RAIL LOADED AT ORIGIN RAMP</Description> <EventCode>R1</EventCode> <EventDate>2023-09-13T16:27:00</EventDate> <EventLocation> <City>Elizabeth</City> <CountryCode>US</CountryCode> <GeoWayPoints>4039N 07411W</GeoWayPoints> <LocationText>Elizabeth</LocationText> <MSTZ>Eastern Standard Time</MSTZ> <OLSENTZ>America/New_York</OLSENTZ> <Province>NJ</Province> <UnLocode>USEZA</UnLocode> </EventLocation> <Facility>ELIZABETH MARINE TRM</Facility> <FacilityCode>ELIZMARTRM</FacilityCode> <IANATZ>America/New_York</IANATZ> <IMO /> <IsEstimate>false</IsEstimate> <MMSI /> <Mode>Rail</Mode> <RailCar /> <Reference>19090891</Reference> <Sequence>10</Sequence> <TimeZone>Eastern Standard Time</TimeZone> <VesselName /> <VoyageNumber /> <disposition /> <order>-1</order> </TrackingEventDto> <TrackingEventDto> <Description>RAIL DEPARTED POD</Description> <EventCode>R2</EventCode> <EventDate>2023-09-13T22:48:00</EventDate> <EventLocation> <City>Elizabeth</City> <CountryCode>US</CountryCode> <GeoWayPoints>4039N 07411W</GeoWayPoints> <LocationText>Elizabeth</LocationText> <MSTZ>Eastern Standard Time</MSTZ> <OLSENTZ>America/New_York</OLSENTZ> <Province>NJ</Province> <UnLocode>USEZA</UnLocode> </EventLocation> <Facility>ELIZABETH MARINE TRM</Facility> <FacilityCode>ELIZMARTRM</FacilityCode> <IANATZ>America/New_York</IANATZ> <IMO /> <IsEstimate>false</IsEstimate> <MMSI /> <Mode>Rail</Mode> <RailCar /> <Reference>19090892</Reference> <Sequence>11</Sequence> <TimeZone>Eastern Standard Time</TimeZone> <VesselName /> <VoyageNumber /> <disposition /> <order>-1</order> </TrackingEventDto> <TrackingEventDto> <Description>RAIL ARRIVED AT DES RAMP</Description> <EventCode>R3</EventCode> <EventDate>2023-09-15T05:51:00</EventDate> <EventLocation> <City>Chicago</City> <CountryCode>US</CountryCode> <GeoWayPoints>4152N 08737W</GeoWayPoints> <LocationText>Chicago</LocationText> <MSTZ>Central Standard Time</MSTZ> <OLSENTZ>America/Chicago</OLSENTZ> <Province>IL</Province> <UnLocode>USCHI</UnLocode> </EventLocation> <Facility>CSXT 59TH STREET</Facility> <FacilityCode>CSXT59</FacilityCode> <IANATZ>America/Chicago</IANATZ> <IMO /> <IsEstimate>false</IsEstimate> <MMSI /> <Mode>Rail</Mode> <RailCar /> <Reference>19102783</Reference> <Sequence>12</Sequence> <TimeZone>Central Standard Time</TimeZone> <VesselName /> <VoyageNumber /> <disposition /> <order>-1</order> </TrackingEventDto> <TrackingEventDto> <Description>RAIL UNLOADED AT DES RAMP</Description> <EventCode>R4</EventCode> <EventDate>2023-09-16T05:16:00</EventDate> <EventLocation> <City>Chicago</City> <CountryCode>US</CountryCode> <GeoWayPoints>4152N 08737W</GeoWayPoints> <LocationText>Chicago</LocationText> <MSTZ>Central Standard Time</MSTZ> <OLSENTZ>America/Chicago</OLSENTZ> <Province>IL</Province> <UnLocode>USCHI</UnLocode> </EventLocation> <Facility>CSXT 59TH STREET</Facility> <FacilityCode>CSXT59</FacilityCode> <IANATZ>America/Chicago</IANATZ> <IMO /> <IsEstimate>false</IsEstimate> <MMSI /> <Mode>Rail</Mode> <RailCar /> <Reference>19122474</Reference> <Sequence>13</Sequence> <TimeZone>Central Standard Time</TimeZone> <VesselName /> <VoyageNumber /> <disposition /> <order>-1</order> </TrackingEventDto> <TrackingEventDto> <Description>AVAILABLE FOR PICKUP</Description> <EventCode>Q6</EventCode> <EventDate>2023-09-16T05:16:01</EventDate> <EventLocation> <City>Chicago</City> <CountryCode>US</CountryCode> <GeoWayPoints>4152N 08737W</GeoWayPoints> <LocationText>Chicago</LocationText> <MSTZ>Central Standard Time</MSTZ> <OLSENTZ>America/Chicago</OLSENTZ> <Province>IL</Province> <UnLocode>USCHI</UnLocode> </EventLocation> <Facility>CSXT 59TH STREET</Facility> <FacilityCode>CSXT59</FacilityCode> <IANATZ>America/Chicago</IANATZ> <IMO /> <IsEstimate>false</IsEstimate> <MMSI /> <Mode /> <RailCar /> <Reference>19122475</Reference> <Sequence>14</Sequence> <TimeZone>Central Standard Time</TimeZone> <VesselName /> <VoyageNumber /> <disposition /> <order>-1</order> </TrackingEventDto> <TrackingEventDto> <Description>GATE OUT DELIVERY FULL</Description> <EventCode>G2</EventCode> <EventDate>2023-09-18T09:43:00</EventDate> <EventLocation> <City>Chicago</City> <CountryCode>US</CountryCode> <GeoWayPoints>4152N 08737W</GeoWayPoints> <LocationText>Chicago</LocationText> <MSTZ>Central Standard Time</MSTZ> <OLSENTZ>America/Chicago</OLSENTZ> <Province>IL</Province> <UnLocode>USCHI</UnLocode> </EventLocation> <Facility>CSXT 59TH STREET</Facility> <FacilityCode>CSXT59</FacilityCode> <IANATZ>America/Chicago</IANATZ> <IMO /> <IsEstimate>false</IsEstimate> <MMSI /> <Mode /> <RailCar /> <Reference>19122476</Reference> <Sequence>15</Sequence> <TimeZone>Central Standard Time</TimeZone> <VesselName /> <VoyageNumber /> <disposition /> <order>-1</order> </TrackingEventDto> <TrackingEventDto> <Description>RETURNED EMPTY</Description> <EventCode>E2</EventCode> <EventDate>2023-09-20T16:29:00</EventDate> <EventLocation> <City>Chicago</City> <CountryCode>US</CountryCode> <GeoWayPoints>4152N 08737W</GeoWayPoints> <LocationText>Chicago</LocationText> <MSTZ>Central Standard Time</MSTZ> <OLSENTZ>America/Chicago</OLSENTZ> <Province>IL</Province> <UnLocode>USCHI</UnLocode> </EventLocation> <Facility>UP JIT</Facility> <FacilityCode>UPJIT</FacilityCode> <IANATZ>America/Chicago</IANATZ> <IMO /> <IsEstimate>false</IsEstimate> <MMSI /> <Mode /> <RailCar /> <Reference>19142465</Reference> <Sequence>16</Sequence> <TimeZone>Central Standard Time</TimeZone> <VesselName /> <VoyageNumber /> <disposition /> <order>-1</order> </TrackingEventDto> </EVENTS> <MILESTONES> <ATA>2023-09-12T08:20:00</ATA> <ATD>2023-09-02T22:35:00</ATD> <AVAILABLE>2023-09-16T05:16:01</AVAILABLE> <CUSTOMS>Sep-15-2023</CUSTOMS> <DEL>USCHI</DEL> <DELIVERED>2023-09-18T09:43:00</DELIVERED> <DERAMPED>2023-09-16T05:16:00</DERAMPED> <DISCHARGE>2023-09-16T05:16:00</DISCHARGE> <EMPTYRETURN>2023-09-20T16:29:00</EMPTYRETURN> <EMPTYRETURNFACILITY /> <EMPTYRETURNFACILITYCODE /> <ETA>2023-09-12T08:20:00</ETA> <ETAFINAL>2023-09-15T05:51:00</ETAFINAL> <ETD>2023-09-02T22:35:00</ETD> <FIRMS>J054</FIRMS> <FREIGHT>Sep-04-2023</FREIGHT> <IMO>9447914</IMO> <LFD>2023-09-18T23:59:00</LFD> <LFDDETENTION>2023-10-02T00:00:00</LFDDETENTION> <MILESTONEINDICATOR>EMPTY-RETURNED</MILESTONEINDICATOR> <MMSI>636092782</MMSI> <NOTES /> <OBL>Sep-04-2023</OBL> <PICKEDUP>2023-09-18T09:43:00</PICKEDUP> <POD>USNYC</POD> <PODDISCHARGE>2023-09-12T17:37:00</PODDISCHARGE> <POL>DEHAM</POL> <POR>DEHAM</POR> <SHIPMENTTERMS>RAMP</SHIPMENTTERMS> <TERMINAL>CSXT 59TH STREET</TERMINAL> <TERMINALCODE>CSXT59</TERMINALCODE> <UpdatedETA>2023-09-12T08:20:00</UpdatedETA> <UpdatedETAFINAL>2023-09-15T05:51:00</UpdatedETAFINAL> <UpdatedETD /> <VESSEL>TORRENTE</VESSEL> <VOYAGE>0017W</VOYAGE> </MILESTONES> <POD> <City>New York</City> <CountryCode>US</CountryCode> <GeoWayPoints>4042N 07400W</GeoWayPoints> <LocationText>New York</LocationText> <MSTZ>Eastern Standard Time</MSTZ> <OLSENTZ>America/New_York</OLSENTZ> <Province>NY</Province> <UnLocode>USNYC</UnLocode> </POD> <POL> <City>Hamburg</City> <CountryCode>DE</CountryCode> <GeoWayPoints>5331N 00956E</GeoWayPoints> <LocationText>Hamburg</LocationText> <MSTZ>W. Europe Standard Time</MSTZ> <OLSENTZ>Europe/Berlin</OLSENTZ> <Province>HH</Province> <UnLocode>DEHAM</UnLocode> </POL> <POR> <City>Hamburg</City> <CountryCode>DE</CountryCode> <GeoWayPoints>5331N 00956E</GeoWayPoints> <LocationText>Hamburg</LocationText> <MSTZ>W. Europe Standard Time</MSTZ> <OLSENTZ>Europe/Berlin</OLSENTZ> <Province>HH</Province> <UnLocode>DEHAM</UnLocode> </POR> <ROUTING /> </OceanContainerDto> </CONTAINERS> <REFERENCES /> <UNIQUEID>A4309546-7AD4-4505-9132-D8C0C46C9030</UNIQUEID> </result> </GetTrackingResponse>
application/json, text/json
{ "msgkey": null, "msgid": null, "cbl": "ONEYAARD05774700", "cnt": null, "result": { "UNIQUEID": "A4309546-7AD4-4505-9132-D8C0C46C9030", "CBL": "ONEYAARD05774700", "BKG": null, "BILLTYPE": 2, "REFERENCES": null, "CARRIER": { "SCAC": "ONEY", "Name": "One Ocean Network Express", "CommonName": "ONE", "Type": 1 }, "CONTAINERS": [ { "CNT": "DRYU6042747", "CNTTYPE": { "Tag": "40HC", "ShortName": "40' HC DRY", "LongName": "40 FT HIGH CUBE DRY", "AlternativeNamesText": null, "LengthInFeet": 40.0, "WidthInFeet": 8.0, "HeightInFeet": 9.5, "CapacityInCubicFeet": 2715.0, "Description": "40' x 9'6\" Dry High Cube" }, "POR": { "LocationText": "Hamburg", "UnLocode": "DEHAM", "City": "Hamburg", "Province": "HH", "CountryCode": "DE", "GeoWayPoints": "5331N 00956E", "OLSENTZ": "Europe/Berlin", "MSTZ": "W. Europe Standard Time" }, "POL": { "LocationText": "Hamburg", "UnLocode": "DEHAM", "City": "Hamburg", "Province": "HH", "CountryCode": "DE", "GeoWayPoints": "5331N 00956E", "OLSENTZ": "Europe/Berlin", "MSTZ": "W. Europe Standard Time" }, "POD": { "LocationText": "New York", "UnLocode": "USNYC", "City": "New York", "Province": "NY", "CountryCode": "US", "GeoWayPoints": "4042N 07400W", "OLSENTZ": "America/New_York", "MSTZ": "Eastern Standard Time" }, "DEL": { "LocationText": "Chicago", "UnLocode": "USCHI", "City": "Chicago", "Province": "IL", "CountryCode": "US", "GeoWayPoints": "4152N 08737W", "OLSENTZ": "America/Chicago", "MSTZ": "Central Standard Time" }, "MILESTONES": { "POR": "DEHAM", "POL": "DEHAM", "POD": "USNYC", "DEL": "USCHI", "SHIPMENTTERMS": "RAMP", "VESSEL": "TORRENTE", "VOYAGE": "0017W", "IMO": "9447914", "MMSI": "636092782", "ATA": "2023-09-12T08:20:00", "ATD": "2023-09-02T22:35:00", "ETD": "2023-09-02T22:35:00", "ETA": "2023-09-12T08:20:00", "ETAFINAL": "2023-09-15T05:51:00", "UpdatedETD": null, "UpdatedETA": "2023-09-12T08:20:00", "UpdatedETAFINAL": "2023-09-15T05:51:00", "TERMINAL": "CSXT 59TH STREET", "FIRMS": "J054", "TERMINALCODE": "CSXT59", "PODDISCHARGE": "2023-09-12T13:34:00", "EMPTYRETURNFACILITY": null, "EMPTYRETURNFACILITYCODE": null, "LFD": "2023-09-18T23:59:00", "LFDDETENTION": "2023-10-02T00:00:00", "DISCHARGE": "2023-09-16T02:31:00", "DERAMPED": "2023-09-16T02:31:00", "AVAILABLE": "2023-09-16T02:31:01", "PICKEDUP": "2023-09-18T14:39:00", "DELIVERED": "2023-09-18T14:39:00", "EMPTYRETURN": "2023-09-20T03:44:00", "OBL": "Sep-04-2023", "CUSTOMS": "Sep-15-2023", "FREIGHT": "Sep-04-2023", "NOTES": null, "MILESTONEINDICATOR": "EMPTY-RETURNED" }, "EVENTS": [ { "Sequence": 1, "EventCode": "E1", "Description": "EMPTY TO SHIPPER", "VesselName": null, "VoyageNumber": null, "IMO": null, "MMSI": null, "RailCar": null, "Mode": null, "IsEstimate": false, "EventDate": "2023-08-30T10:00:00", "TimeZone": "Central European Standard Time", "IANATZ": "Europe/Copenhagen", "EventLocation": { "LocationText": "Fredericia", "UnLocode": "DKFRC", "City": "Fredericia", "Province": "", "CountryCode": "DK", "GeoWayPoints": "5535N 00945E", "OLSENTZ": "Europe/Copenhagen", "MSTZ": "Central European Standard Time" }, "Facility": null, "FacilityCode": null, "Reference": "19055611", "order": -1, "disposition": null }, { "Sequence": 2, "EventCode": "G1", "Description": "GATE IN TO OUTBOUND", "VesselName": null, "VoyageNumber": null, "IMO": null, "MMSI": null, "RailCar": null, "Mode": null, "IsEstimate": false, "EventDate": "2023-08-31T07:43:00", "TimeZone": "W. Europe Standard Time", "IANATZ": "Europe/Berlin", "EventLocation": { "LocationText": "Hamburg", "UnLocode": "DEHAM", "City": "Hamburg", "Province": "HH", "CountryCode": "DE", "GeoWayPoints": "5331N 00956E", "OLSENTZ": "Europe/Berlin", "MSTZ": "W. Europe Standard Time" }, "Facility": null, "FacilityCode": null, "Reference": "19055612", "order": -1, "disposition": null }, { "Sequence": 3, "EventCode": "LB", "Description": "LOADED ON BOARD", "VesselName": "TORRENTE", "VoyageNumber": "0017W", "IMO": "9447914", "MMSI": "636092782", "RailCar": null, "Mode": "Vessel", "IsEstimate": false, "EventDate": "2023-09-02T11:52:00", "TimeZone": "W. Europe Standard Time", "IANATZ": "Europe/Berlin", "EventLocation": { "LocationText": "Hamburg", "UnLocode": "DEHAM", "City": "Hamburg", "Province": "HH", "CountryCode": "DE", "GeoWayPoints": "5331N 00956E", "OLSENTZ": "Europe/Berlin", "MSTZ": "W. Europe Standard Time" }, "Facility": null, "FacilityCode": null, "Reference": "19055613", "order": -1, "disposition": null }, { "Sequence": 4, "EventCode": "DP", "Description": "DEPARTED POL", "VesselName": "TORRENTE", "VoyageNumber": "0017W", "IMO": "9447914", "MMSI": "636092782", "RailCar": null, "Mode": "Vessel", "IsEstimate": false, "EventDate": "2023-09-02T22:35:00", "TimeZone": "W. Europe Standard Time", "IANATZ": "Europe/Berlin", "EventLocation": { "LocationText": "Hamburg", "UnLocode": "DEHAM", "City": "Hamburg", "Province": "HH", "CountryCode": "DE", "GeoWayPoints": "5331N 00956E", "OLSENTZ": "Europe/Berlin", "MSTZ": "W. Europe Standard Time" }, "Facility": null, "FacilityCode": null, "Reference": "19055614", "order": -1, "disposition": null }, { "Sequence": 5, "EventCode": "AD", "Description": "ARRIVAL AT PORT OF DISCHARGE", "VesselName": "TORRENTE", "VoyageNumber": "0017W", "IMO": "9447914", "MMSI": "636092782", "RailCar": null, "Mode": "Vessel", "IsEstimate": false, "EventDate": "2023-09-12T08:20:00", "TimeZone": "Eastern Standard Time", "IANATZ": "America/New_York", "EventLocation": { "LocationText": "New York", "UnLocode": "USNYC", "City": "New York", "Province": "NY", "CountryCode": "US", "GeoWayPoints": "4042N 07400W", "OLSENTZ": "America/New_York", "MSTZ": "Eastern Standard Time" }, "Facility": "MAHER", "FacilityCode": "MAHER", "Reference": "19065870", "order": -1, "disposition": null }, { "Sequence": 6, "EventCode": "PB", "Description": "BERTHING AT POD", "VesselName": "TORRENTE", "VoyageNumber": "0017W", "IMO": "9447914", "MMSI": "636092782", "RailCar": null, "Mode": "Vessel", "IsEstimate": false, "EventDate": "2023-09-12T11:38:00", "TimeZone": "Eastern Standard Time", "IANATZ": "America/New_York", "EventLocation": { "LocationText": "New York", "UnLocode": "USNYC", "City": "New York", "Province": "NY", "CountryCode": "US", "GeoWayPoints": "4042N 07400W", "OLSENTZ": "America/New_York", "MSTZ": "Eastern Standard Time" }, "Facility": "MAHER", "FacilityCode": "MAHER", "Reference": "19069940", "order": -1, "disposition": null }, { "Sequence": 7, "EventCode": "D1", "Description": "DISCHARGED", "VesselName": "TORRENTE", "VoyageNumber": "0017W", "IMO": "9447914", "MMSI": "636092782", "RailCar": null, "Mode": "Vessel", "IsEstimate": false, "EventDate": "2023-09-12T13:34:00", "TimeZone": "Eastern Standard Time", "IANATZ": "America/New_York", "EventLocation": { "LocationText": "New York", "UnLocode": "USNYC", "City": "New York", "Province": "NY", "CountryCode": "US", "GeoWayPoints": "4042N 07400W", "OLSENTZ": "America/New_York", "MSTZ": "Eastern Standard Time" }, "Facility": "MAHER", "FacilityCode": "MAHER", "Reference": "19069941", "order": -1, "disposition": null }, { "Sequence": 8, "EventCode": "G2", "Description": "GATE OUT DELIVERY FULL", "VesselName": null, "VoyageNumber": null, "IMO": null, "MMSI": null, "RailCar": null, "Mode": null, "IsEstimate": false, "EventDate": "2023-09-12T14:49:00", "TimeZone": "Eastern Standard Time", "IANATZ": "America/New_York", "EventLocation": { "LocationText": "New York", "UnLocode": "USNYC", "City": "New York", "Province": "NY", "CountryCode": "US", "GeoWayPoints": "4042N 07400W", "OLSENTZ": "America/New_York", "MSTZ": "Eastern Standard Time" }, "Facility": "MAHER", "FacilityCode": "MAHER", "Reference": "19069942", "order": -1, "disposition": null }, { "Sequence": 9, "EventCode": "G1", "Description": "GATE IN TO OUTBOUND", "VesselName": null, "VoyageNumber": null, "IMO": null, "MMSI": null, "RailCar": null, "Mode": null, "IsEstimate": false, "EventDate": "2023-09-12T14:49:00", "TimeZone": "Eastern Standard Time", "IANATZ": "America/New_York", "EventLocation": { "LocationText": "Elizabeth", "UnLocode": "USEZA", "City": "Elizabeth", "Province": "NJ", "CountryCode": "US", "GeoWayPoints": "4039N 07411W", "OLSENTZ": "America/New_York", "MSTZ": "Eastern Standard Time" }, "Facility": "ELIZABETH MARINE TRM", "FacilityCode": "ELIZMARTRM", "Reference": "19069943", "order": -1, "disposition": null }, { "Sequence": 10, "EventCode": "R1", "Description": "RAIL LOADED AT ORIGIN RAMP", "VesselName": null, "VoyageNumber": null, "IMO": null, "MMSI": null, "RailCar": null, "Mode": "Rail", "IsEstimate": false, "EventDate": "2023-09-13T16:27:00", "TimeZone": "Eastern Standard Time", "IANATZ": "America/New_York", "EventLocation": { "LocationText": "Elizabeth", "UnLocode": "USEZA", "City": "Elizabeth", "Province": "NJ", "CountryCode": "US", "GeoWayPoints": "4039N 07411W", "OLSENTZ": "America/New_York", "MSTZ": "Eastern Standard Time" }, "Facility": "ELIZABETH MARINE TRM", "FacilityCode": "ELIZMARTRM", "Reference": "19090897", "order": -1, "disposition": null }, { "Sequence": 11, "EventCode": "R2", "Description": "RAIL DEPARTED POD", "VesselName": null, "VoyageNumber": null, "IMO": null, "MMSI": null, "RailCar": null, "Mode": "Rail", "IsEstimate": false, "EventDate": "2023-09-13T22:48:00", "TimeZone": "Eastern Standard Time", "IANATZ": "America/New_York", "EventLocation": { "LocationText": "Elizabeth", "UnLocode": "USEZA", "City": "Elizabeth", "Province": "NJ", "CountryCode": "US", "GeoWayPoints": "4039N 07411W", "OLSENTZ": "America/New_York", "MSTZ": "Eastern Standard Time" }, "Facility": "ELIZABETH MARINE TRM", "FacilityCode": "ELIZMARTRM", "Reference": "19090898", "order": -1, "disposition": null }, { "Sequence": 12, "EventCode": "R3", "Description": "RAIL ARRIVED AT DES RAMP", "VesselName": null, "VoyageNumber": null, "IMO": null, "MMSI": null, "RailCar": null, "Mode": "Rail", "IsEstimate": false, "EventDate": "2023-09-15T05:51:00", "TimeZone": "Central Standard Time", "IANATZ": "America/Chicago", "EventLocation": { "LocationText": "Chicago", "UnLocode": "USCHI", "City": "Chicago", "Province": "IL", "CountryCode": "US", "GeoWayPoints": "4152N 08737W", "OLSENTZ": "America/Chicago", "MSTZ": "Central Standard Time" }, "Facility": "CSXT 59TH STREET", "FacilityCode": "CSXT59", "Reference": "19102787", "order": -1, "disposition": null }, { "Sequence": 13, "EventCode": "R4", "Description": "RAIL UNLOADED AT DES RAMP", "VesselName": null, "VoyageNumber": null, "IMO": null, "MMSI": null, "RailCar": null, "Mode": "Rail", "IsEstimate": false, "EventDate": "2023-09-16T02:31:00", "TimeZone": "Central Standard Time", "IANATZ": "America/Chicago", "EventLocation": { "LocationText": "Chicago", "UnLocode": "USCHI", "City": "Chicago", "Province": "IL", "CountryCode": "US", "GeoWayPoints": "4152N 08737W", "OLSENTZ": "America/Chicago", "MSTZ": "Central Standard Time" }, "Facility": "CSXT 59TH STREET", "FacilityCode": "CSXT59", "Reference": "19122478", "order": -1, "disposition": null }, { "Sequence": 14, "EventCode": "Q6", "Description": "AVAILABLE FOR PICKUP", "VesselName": null, "VoyageNumber": null, "IMO": null, "MMSI": null, "RailCar": null, "Mode": null, "IsEstimate": false, "EventDate": "2023-09-16T02:31:01", "TimeZone": "Central Standard Time", "IANATZ": "America/Chicago", "EventLocation": { "LocationText": "Chicago", "UnLocode": "USCHI", "City": "Chicago", "Province": "IL", "CountryCode": "US", "GeoWayPoints": "4152N 08737W", "OLSENTZ": "America/Chicago", "MSTZ": "Central Standard Time" }, "Facility": "CSXT 59TH STREET", "FacilityCode": "CSXT59", "Reference": "19122479", "order": -1, "disposition": null }, { "Sequence": 15, "EventCode": "G2", "Description": "GATE OUT DELIVERY FULL", "VesselName": null, "VoyageNumber": null, "IMO": null, "MMSI": null, "RailCar": null, "Mode": null, "IsEstimate": false, "EventDate": "2023-09-18T14:39:00", "TimeZone": "Central Standard Time", "IANATZ": "America/Chicago", "EventLocation": { "LocationText": "Chicago", "UnLocode": "USCHI", "City": "Chicago", "Province": "IL", "CountryCode": "US", "GeoWayPoints": "4152N 08737W", "OLSENTZ": "America/Chicago", "MSTZ": "Central Standard Time" }, "Facility": "CSXT 59TH STREET", "FacilityCode": "CSXT59", "Reference": "19122480", "order": -1, "disposition": null }, { "Sequence": 16, "EventCode": "E2", "Description": "RETURNED EMPTY", "VesselName": null, "VoyageNumber": null, "IMO": null, "MMSI": null, "RailCar": null, "Mode": null, "IsEstimate": false, "EventDate": "2023-09-20T03:44:00", "TimeZone": "Central Standard Time", "IANATZ": "America/Chicago", "EventLocation": { "LocationText": "Harvey", "UnLocode": "USHRY", "City": "Harvey", "Province": "IL", "CountryCode": "US", "GeoWayPoints": "4136N 08739W", "OLSENTZ": "America/Chicago", "MSTZ": "Central Standard Time" }, "Facility": "CN HARVEY", "FacilityCode": "CNRHARVEY", "Reference": "19138656", "order": -1, "disposition": null } ], "ROUTING": null }, { "CNT": "DRYU9973419", "CNTTYPE": { "Tag": "40HC", "ShortName": "40' HC DRY", "LongName": "40 FT HIGH CUBE DRY", "AlternativeNamesText": null, "LengthInFeet": 40.0, "WidthInFeet": 8.0, "HeightInFeet": 9.5, "CapacityInCubicFeet": 2715.0, "Description": "40' x 9'6\" Dry High Cube" }, "POR": { "LocationText": "Hamburg", "UnLocode": "DEHAM", "City": "Hamburg", "Province": "HH", "CountryCode": "DE", "GeoWayPoints": "5331N 00956E", "OLSENTZ": "Europe/Berlin", "MSTZ": "W. Europe Standard Time" }, "POL": { "LocationText": "Hamburg", "UnLocode": "DEHAM", "City": "Hamburg", "Province": "HH", "CountryCode": "DE", "GeoWayPoints": "5331N 00956E", "OLSENTZ": "Europe/Berlin", "MSTZ": "W. Europe Standard Time" }, "POD": { "LocationText": "New York", "UnLocode": "USNYC", "City": "New York", "Province": "NY", "CountryCode": "US", "GeoWayPoints": "4042N 07400W", "OLSENTZ": "America/New_York", "MSTZ": "Eastern Standard Time" }, "DEL": { "LocationText": "Chicago", "UnLocode": "USCHI", "City": "Chicago", "Province": "IL", "CountryCode": "US", "GeoWayPoints": "4152N 08737W", "OLSENTZ": "America/Chicago", "MSTZ": "Central Standard Time" }, "MILESTONES": { "POR": "DEHAM", "POL": "DEHAM", "POD": "USNYC", "DEL": "USCHI", "SHIPMENTTERMS": "RAMP", "VESSEL": "TORRENTE", "VOYAGE": "0017W", "IMO": "9447914", "MMSI": "636092782", "ATA": "2023-09-12T08:20:00", "ATD": "2023-09-02T22:35:00", "ETD": "2023-09-02T22:35:00", "ETA": "2023-09-12T08:20:00", "ETAFINAL": "2023-09-15T05:51:00", "UpdatedETD": null, "UpdatedETA": "2023-09-12T08:20:00", "UpdatedETAFINAL": "2023-09-15T05:51:00", "TERMINAL": "CSXT 59TH STREET", "FIRMS": "J054", "TERMINALCODE": "CSXT59", "PODDISCHARGE": "2023-09-12T14:23:00", "EMPTYRETURNFACILITY": null, "EMPTYRETURNFACILITYCODE": null, "LFD": "2023-09-18T23:59:00", "LFDDETENTION": "2023-10-02T00:00:00", "DISCHARGE": "2023-09-16T02:00:00", "DERAMPED": "2023-09-16T02:00:00", "AVAILABLE": "2023-09-16T02:00:01", "PICKEDUP": "2023-09-18T10:22:00", "DELIVERED": "2023-09-18T10:22:00", "EMPTYRETURN": "2023-09-20T06:50:00", "OBL": "Sep-04-2023", "CUSTOMS": "Sep-15-2023", "FREIGHT": "Sep-04-2023", "NOTES": null, "MILESTONEINDICATOR": "EMPTY-RETURNED" }, "EVENTS": [ { "Sequence": 1, "EventCode": "E1", "Description": "EMPTY TO SHIPPER", "VesselName": null, "VoyageNumber": null, "IMO": null, "MMSI": null, "RailCar": null, "Mode": null, "IsEstimate": false, "EventDate": "2023-08-30T06:49:00", "TimeZone": "Central European Standard Time", "IANATZ": "Europe/Copenhagen", "EventLocation": { "LocationText": "Fredericia", "UnLocode": "DKFRC", "City": "Fredericia", "Province": "", "CountryCode": "DK", "GeoWayPoints": "5535N 00945E", "OLSENTZ": "Europe/Copenhagen", "MSTZ": "Central European Standard Time" }, "Facility": null, "FacilityCode": null, "Reference": "19055626", "order": -1, "disposition": null }, { "Sequence": 2, "EventCode": "G1", "Description": "GATE IN TO OUTBOUND", "VesselName": null, "VoyageNumber": null, "IMO": null, "MMSI": null, "RailCar": null, "Mode": null, "IsEstimate": false, "EventDate": "2023-08-31T06:20:00", "TimeZone": "W. Europe Standard Time", "IANATZ": "Europe/Berlin", "EventLocation": { "LocationText": "Hamburg", "UnLocode": "DEHAM", "City": "Hamburg", "Province": "HH", "CountryCode": "DE", "GeoWayPoints": "5331N 00956E", "OLSENTZ": "Europe/Berlin", "MSTZ": "W. Europe Standard Time" }, "Facility": null, "FacilityCode": null, "Reference": "19055627", "order": -1, "disposition": null }, { "Sequence": 3, "EventCode": "LB", "Description": "LOADED ON BOARD", "VesselName": "TORRENTE", "VoyageNumber": "0017W", "IMO": "9447914", "MMSI": "636092782", "RailCar": null, "Mode": "Vessel", "IsEstimate": false, "EventDate": "2023-09-02T11:28:00", "TimeZone": "W. Europe Standard Time", "IANATZ": "Europe/Berlin", "EventLocation": { "LocationText": "Hamburg", "UnLocode": "DEHAM", "City": "Hamburg", "Province": "HH", "CountryCode": "DE", "GeoWayPoints": "5331N 00956E", "OLSENTZ": "Europe/Berlin", "MSTZ": "W. Europe Standard Time" }, "Facility": null, "FacilityCode": null, "Reference": "19055628", "order": -1, "disposition": null }, { "Sequence": 4, "EventCode": "DP", "Description": "DEPARTED POL", "VesselName": "TORRENTE", "VoyageNumber": "0017W", "IMO": "9447914", "MMSI": "636092782", "RailCar": null, "Mode": "Vessel", "IsEstimate": false, "EventDate": "2023-09-02T22:35:00", "TimeZone": "W. Europe Standard Time", "IANATZ": "Europe/Berlin", "EventLocation": { "LocationText": "Hamburg", "UnLocode": "DEHAM", "City": "Hamburg", "Province": "HH", "CountryCode": "DE", "GeoWayPoints": "5331N 00956E", "OLSENTZ": "Europe/Berlin", "MSTZ": "W. Europe Standard Time" }, "Facility": null, "FacilityCode": null, "Reference": "19055629", "order": -1, "disposition": null }, { "Sequence": 5, "EventCode": "AD", "Description": "ARRIVAL AT PORT OF DISCHARGE", "VesselName": "TORRENTE", "VoyageNumber": "0017W", "IMO": "9447914", "MMSI": "636092782", "RailCar": null, "Mode": "Vessel", "IsEstimate": false, "EventDate": "2023-09-12T08:20:00", "TimeZone": "Eastern Standard Time", "IANATZ": "America/New_York", "EventLocation": { "LocationText": "New York", "UnLocode": "USNYC", "City": "New York", "Province": "NY", "CountryCode": "US", "GeoWayPoints": "4042N 07400W", "OLSENTZ": "America/New_York", "MSTZ": "Eastern Standard Time" }, "Facility": "MAHER", "FacilityCode": "MAHER", "Reference": "19065871", "order": -1, "disposition": null }, { "Sequence": 6, "EventCode": "PB", "Description": "BERTHING AT POD", "VesselName": "TORRENTE", "VoyageNumber": "0017W", "IMO": "9447914", "MMSI": "636092782", "RailCar": null, "Mode": "Vessel", "IsEstimate": false, "EventDate": "2023-09-12T11:38:00", "TimeZone": "Eastern Standard Time", "IANATZ": "America/New_York", "EventLocation": { "LocationText": "New York", "UnLocode": "USNYC", "City": "New York", "Province": "NY", "CountryCode": "US", "GeoWayPoints": "4042N 07400W", "OLSENTZ": "America/New_York", "MSTZ": "Eastern Standard Time" }, "Facility": "MAHER", "FacilityCode": "MAHER", "Reference": "19069950", "order": -1, "disposition": null }, { "Sequence": 7, "EventCode": "D1", "Description": "DISCHARGED", "VesselName": "TORRENTE", "VoyageNumber": "0017W", "IMO": "9447914", "MMSI": "636092782", "RailCar": null, "Mode": "Vessel", "IsEstimate": false, "EventDate": "2023-09-12T14:23:00", "TimeZone": "Eastern Standard Time", "IANATZ": "America/New_York", "EventLocation": { "LocationText": "New York", "UnLocode": "USNYC", "City": "New York", "Province": "NY", "CountryCode": "US", "GeoWayPoints": "4042N 07400W", "OLSENTZ": "America/New_York", "MSTZ": "Eastern Standard Time" }, "Facility": "MAHER", "FacilityCode": "MAHER", "Reference": "19069951", "order": -1, "disposition": null }, { "Sequence": 8, "EventCode": "G2", "Description": "GATE OUT DELIVERY FULL", "VesselName": null, "VoyageNumber": null, "IMO": null, "MMSI": null, "RailCar": null, "Mode": null, "IsEstimate": false, "EventDate": "2023-09-12T17:22:00", "TimeZone": "Eastern Standard Time", "IANATZ": "America/New_York", "EventLocation": { "LocationText": "New York", "UnLocode": "USNYC", "City": "New York", "Province": "NY", "CountryCode": "US", "GeoWayPoints": "4042N 07400W", "OLSENTZ": "America/New_York", "MSTZ": "Eastern Standard Time" }, "Facility": "MAHER", "FacilityCode": "MAHER", "Reference": "19071555", "order": -1, "disposition": null }, { "Sequence": 9, "EventCode": "G1", "Description": "GATE IN TO OUTBOUND", "VesselName": null, "VoyageNumber": null, "IMO": null, "MMSI": null, "RailCar": null, "Mode": null, "IsEstimate": false, "EventDate": "2023-09-12T17:22:00", "TimeZone": "Eastern Standard Time", "IANATZ": "America/New_York", "EventLocation": { "LocationText": "Elizabeth", "UnLocode": "USEZA", "City": "Elizabeth", "Province": "NJ", "CountryCode": "US", "GeoWayPoints": "4039N 07411W", "OLSENTZ": "America/New_York", "MSTZ": "Eastern Standard Time" }, "Facility": "ELIZABETH MARINE TRM", "FacilityCode": "ELIZMARTRM", "Reference": "19071556", "order": -1, "disposition": null }, { "Sequence": 10, "EventCode": "R1", "Description": "RAIL LOADED AT ORIGIN RAMP", "VesselName": null, "VoyageNumber": null, "IMO": null, "MMSI": null, "RailCar": null, "Mode": "Rail", "IsEstimate": false, "EventDate": "2023-09-13T16:27:00", "TimeZone": "Eastern Standard Time", "IANATZ": "America/New_York", "EventLocation": { "LocationText": "Elizabeth", "UnLocode": "USEZA", "City": "Elizabeth", "Province": "NJ", "CountryCode": "US", "GeoWayPoints": "4039N 07411W", "OLSENTZ": "America/New_York", "MSTZ": "Eastern Standard Time" }, "Facility": "ELIZABETH MARINE TRM", "FacilityCode": "ELIZMARTRM", "Reference": "19090903", "order": -1, "disposition": null }, { "Sequence": 11, "EventCode": "R2", "Description": "RAIL DEPARTED POD", "VesselName": null, "VoyageNumber": null, "IMO": null, "MMSI": null, "RailCar": null, "Mode": "Rail", "IsEstimate": false, "EventDate": "2023-09-13T22:48:00", "TimeZone": "Eastern Standard Time", "IANATZ": "America/New_York", "EventLocation": { "LocationText": "Elizabeth", "UnLocode": "USEZA", "City": "Elizabeth", "Province": "NJ", "CountryCode": "US", "GeoWayPoints": "4039N 07411W", "OLSENTZ": "America/New_York", "MSTZ": "Eastern Standard Time" }, "Facility": "ELIZABETH MARINE TRM", "FacilityCode": "ELIZMARTRM", "Reference": "19090904", "order": -1, "disposition": null }, { "Sequence": 12, "EventCode": "R3", "Description": "RAIL ARRIVED AT DES RAMP", "VesselName": null, "VoyageNumber": null, "IMO": null, "MMSI": null, "RailCar": null, "Mode": "Rail", "IsEstimate": false, "EventDate": "2023-09-15T05:51:00", "TimeZone": "Central Standard Time", "IANATZ": "America/Chicago", "EventLocation": { "LocationText": "Chicago", "UnLocode": "USCHI", "City": "Chicago", "Province": "IL", "CountryCode": "US", "GeoWayPoints": "4152N 08737W", "OLSENTZ": "America/Chicago", "MSTZ": "Central Standard Time" }, "Facility": "CSXT 59TH STREET", "FacilityCode": "CSXT59", "Reference": "19102791", "order": -1, "disposition": null }, { "Sequence": 13, "EventCode": "R4", "Description": "RAIL UNLOADED AT DES RAMP", "VesselName": null, "VoyageNumber": null, "IMO": null, "MMSI": null, "RailCar": null, "Mode": "Rail", "IsEstimate": false, "EventDate": "2023-09-16T02:00:00", "TimeZone": "Central Standard Time", "IANATZ": "America/Chicago", "EventLocation": { "LocationText": "Chicago", "UnLocode": "USCHI", "City": "Chicago", "Province": "IL", "CountryCode": "US", "GeoWayPoints": "4152N 08737W", "OLSENTZ": "America/Chicago", "MSTZ": "Central Standard Time" }, "Facility": "CSXT 59TH STREET", "FacilityCode": "CSXT59", "Reference": "19122482", "order": -1, "disposition": null }, { "Sequence": 14, "EventCode": "Q6", "Description": "AVAILABLE FOR PICKUP", "VesselName": null, "VoyageNumber": null, "IMO": null, "MMSI": null, "RailCar": null, "Mode": null, "IsEstimate": false, "EventDate": "2023-09-16T02:00:01", "TimeZone": "Central Standard Time", "IANATZ": "America/Chicago", "EventLocation": { "LocationText": "Chicago", "UnLocode": "USCHI", "City": "Chicago", "Province": "IL", "CountryCode": "US", "GeoWayPoints": "4152N 08737W", "OLSENTZ": "America/Chicago", "MSTZ": "Central Standard Time" }, "Facility": "CSXT 59TH STREET", "FacilityCode": "CSXT59", "Reference": "19122483", "order": -1, "disposition": null }, { "Sequence": 15, "EventCode": "G2", "Description": "GATE OUT DELIVERY FULL", "VesselName": null, "VoyageNumber": null, "IMO": null, "MMSI": null, "RailCar": null, "Mode": null, "IsEstimate": false, "EventDate": "2023-09-18T10:22:00", "TimeZone": "Central Standard Time", "IANATZ": "America/Chicago", "EventLocation": { "LocationText": "Chicago", "UnLocode": "USCHI", "City": "Chicago", "Province": "IL", "CountryCode": "US", "GeoWayPoints": "4152N 08737W", "OLSENTZ": "America/Chicago", "MSTZ": "Central Standard Time" }, "Facility": "CSXT 59TH STREET", "FacilityCode": "CSXT59", "Reference": "19122484", "order": -1, "disposition": null }, { "Sequence": 16, "EventCode": "E2", "Description": "RETURNED EMPTY", "VesselName": null, "VoyageNumber": null, "IMO": null, "MMSI": null, "RailCar": null, "Mode": null, "IsEstimate": false, "EventDate": "2023-09-20T06:50:00", "TimeZone": "Central Standard Time", "IANATZ": "America/Chicago", "EventLocation": { "LocationText": "Chicago", "UnLocode": "USCHI", "City": "Chicago", "Province": "IL", "CountryCode": "US", "GeoWayPoints": "4152N 08737W", "OLSENTZ": "America/Chicago", "MSTZ": "Central Standard Time" }, "Facility": null, "FacilityCode": null, "Reference": "19140409", "order": -1, "disposition": null } ], "ROUTING": null }, { "CNT": "TLLU5499394", "CNTTYPE": { "Tag": "40HC", "ShortName": "40' HC DRY", "LongName": "40 FT HIGH CUBE DRY", "AlternativeNamesText": null, "LengthInFeet": 40.0, "WidthInFeet": 8.0, "HeightInFeet": 9.5, "CapacityInCubicFeet": 2715.0, "Description": "40' x 9'6\" Dry High Cube" }, "POR": { "LocationText": "Hamburg", "UnLocode": "DEHAM", "City": "Hamburg", "Province": "HH", "CountryCode": "DE", "GeoWayPoints": "5331N 00956E", "OLSENTZ": "Europe/Berlin", "MSTZ": "W. Europe Standard Time" }, "POL": { "LocationText": "Hamburg", "UnLocode": "DEHAM", "City": "Hamburg", "Province": "HH", "CountryCode": "DE", "GeoWayPoints": "5331N 00956E", "OLSENTZ": "Europe/Berlin", "MSTZ": "W. Europe Standard Time" }, "POD": { "LocationText": "New York", "UnLocode": "USNYC", "City": "New York", "Province": "NY", "CountryCode": "US", "GeoWayPoints": "4042N 07400W", "OLSENTZ": "America/New_York", "MSTZ": "Eastern Standard Time" }, "DEL": { "LocationText": "Chicago", "UnLocode": "USCHI", "City": "Chicago", "Province": "IL", "CountryCode": "US", "GeoWayPoints": "4152N 08737W", "OLSENTZ": "America/Chicago", "MSTZ": "Central Standard Time" }, "MILESTONES": { "POR": "DEHAM", "POL": "DEHAM", "POD": "USNYC", "DEL": "USCHI", "SHIPMENTTERMS": "RAMP", "VESSEL": "TORRENTE", "VOYAGE": "0017W", "IMO": "9447914", "MMSI": "636092782", "ATA": "2023-09-12T08:20:00", "ATD": "2023-09-02T22:35:00", "ETD": "2023-09-02T22:35:00", "ETA": "2023-09-12T08:20:00", "ETAFINAL": "2023-09-15T05:51:00", "UpdatedETD": null, "UpdatedETA": "2023-09-12T08:20:00", "UpdatedETAFINAL": "2023-09-15T05:51:00", "TERMINAL": "CSXT 59TH STREET", "FIRMS": "J054", "TERMINALCODE": "CSXT59", "PODDISCHARGE": "2023-09-12T17:37:00", "EMPTYRETURNFACILITY": null, "EMPTYRETURNFACILITYCODE": null, "LFD": "2023-09-18T23:59:00", "LFDDETENTION": "2023-10-02T00:00:00", "DISCHARGE": "2023-09-16T05:16:00", "DERAMPED": "2023-09-16T05:16:00", "AVAILABLE": "2023-09-16T05:16:01", "PICKEDUP": "2023-09-18T09:43:00", "DELIVERED": "2023-09-18T09:43:00", "EMPTYRETURN": "2023-09-20T16:29:00", "OBL": "Sep-04-2023", "CUSTOMS": "Sep-15-2023", "FREIGHT": "Sep-04-2023", "NOTES": null, "MILESTONEINDICATOR": "EMPTY-RETURNED" }, "EVENTS": [ { "Sequence": 1, "EventCode": "E1", "Description": "EMPTY TO SHIPPER", "VesselName": null, "VoyageNumber": null, "IMO": null, "MMSI": null, "RailCar": null, "Mode": null, "IsEstimate": false, "EventDate": "2023-08-30T06:48:00", "TimeZone": "Central European Standard Time", "IANATZ": "Europe/Copenhagen", "EventLocation": { "LocationText": "Fredericia", "UnLocode": "DKFRC", "City": "Fredericia", "Province": "", "CountryCode": "DK", "GeoWayPoints": "5535N 00945E", "OLSENTZ": "Europe/Copenhagen", "MSTZ": "Central European Standard Time" }, "Facility": null, "FacilityCode": null, "Reference": "19055596", "order": -1, "disposition": null }, { "Sequence": 2, "EventCode": "G1", "Description": "GATE IN TO OUTBOUND", "VesselName": null, "VoyageNumber": null, "IMO": null, "MMSI": null, "RailCar": null, "Mode": null, "IsEstimate": false, "EventDate": "2023-08-31T09:00:00", "TimeZone": "W. Europe Standard Time", "IANATZ": "Europe/Berlin", "EventLocation": { "LocationText": "Hamburg", "UnLocode": "DEHAM", "City": "Hamburg", "Province": "HH", "CountryCode": "DE", "GeoWayPoints": "5331N 00956E", "OLSENTZ": "Europe/Berlin", "MSTZ": "W. Europe Standard Time" }, "Facility": null, "FacilityCode": null, "Reference": "19055597", "order": -1, "disposition": null }, { "Sequence": 3, "EventCode": "LB", "Description": "LOADED ON BOARD", "VesselName": "TORRENTE", "VoyageNumber": "0017W", "IMO": "9447914", "MMSI": "636092782", "RailCar": null, "Mode": "Vessel", "IsEstimate": false, "EventDate": "2023-09-01T21:04:00", "TimeZone": "W. Europe Standard Time", "IANATZ": "Europe/Berlin", "EventLocation": { "LocationText": "Hamburg", "UnLocode": "DEHAM", "City": "Hamburg", "Province": "HH", "CountryCode": "DE", "GeoWayPoints": "5331N 00956E", "OLSENTZ": "Europe/Berlin", "MSTZ": "W. Europe Standard Time" }, "Facility": null, "FacilityCode": null, "Reference": "19055598", "order": -1, "disposition": null }, { "Sequence": 4, "EventCode": "DP", "Description": "DEPARTED POL", "VesselName": "TORRENTE", "VoyageNumber": "0017W", "IMO": "9447914", "MMSI": "636092782", "RailCar": null, "Mode": "Vessel", "IsEstimate": false, "EventDate": "2023-09-02T22:35:00", "TimeZone": "W. Europe Standard Time", "IANATZ": "Europe/Berlin", "EventLocation": { "LocationText": "Hamburg", "UnLocode": "DEHAM", "City": "Hamburg", "Province": "HH", "CountryCode": "DE", "GeoWayPoints": "5331N 00956E", "OLSENTZ": "Europe/Berlin", "MSTZ": "W. Europe Standard Time" }, "Facility": null, "FacilityCode": null, "Reference": "19055599", "order": -1, "disposition": null }, { "Sequence": 5, "EventCode": "AD", "Description": "ARRIVAL AT PORT OF DISCHARGE", "VesselName": "TORRENTE", "VoyageNumber": "0017W", "IMO": "9447914", "MMSI": "636092782", "RailCar": null, "Mode": "Vessel", "IsEstimate": false, "EventDate": "2023-09-12T08:20:00", "TimeZone": "Eastern Standard Time", "IANATZ": "America/New_York", "EventLocation": { "LocationText": "New York", "UnLocode": "USNYC", "City": "New York", "Province": "NY", "CountryCode": "US", "GeoWayPoints": "4042N 07400W", "OLSENTZ": "America/New_York", "MSTZ": "Eastern Standard Time" }, "Facility": "MAHER", "FacilityCode": "MAHER", "Reference": "19065869", "order": -1, "disposition": null }, { "Sequence": 6, "EventCode": "PB", "Description": "BERTHING AT POD", "VesselName": "TORRENTE", "VoyageNumber": "0017W", "IMO": "9447914", "MMSI": "636092782", "RailCar": null, "Mode": "Vessel", "IsEstimate": false, "EventDate": "2023-09-12T11:38:00", "TimeZone": "Eastern Standard Time", "IANATZ": "America/New_York", "EventLocation": { "LocationText": "New York", "UnLocode": "USNYC", "City": "New York", "Province": "NY", "CountryCode": "US", "GeoWayPoints": "4042N 07400W", "OLSENTZ": "America/New_York", "MSTZ": "Eastern Standard Time" }, "Facility": "MAHER", "FacilityCode": "MAHER", "Reference": "19069931", "order": -1, "disposition": null }, { "Sequence": 7, "EventCode": "D1", "Description": "DISCHARGED", "VesselName": "TORRENTE", "VoyageNumber": "0017W", "IMO": "9447914", "MMSI": "636092782", "RailCar": null, "Mode": "Vessel", "IsEstimate": false, "EventDate": "2023-09-12T17:37:00", "TimeZone": "Eastern Standard Time", "IANATZ": "America/New_York", "EventLocation": { "LocationText": "New York", "UnLocode": "USNYC", "City": "New York", "Province": "NY", "CountryCode": "US", "GeoWayPoints": "4042N 07400W", "OLSENTZ": "America/New_York", "MSTZ": "Eastern Standard Time" }, "Facility": "MAHER", "FacilityCode": "MAHER", "Reference": "19071540", "order": -1, "disposition": null }, { "Sequence": 8, "EventCode": "G2", "Description": "GATE OUT DELIVERY FULL", "VesselName": null, "VoyageNumber": null, "IMO": null, "MMSI": null, "RailCar": null, "Mode": null, "IsEstimate": false, "EventDate": "2023-09-12T21:04:00", "TimeZone": "Eastern Standard Time", "IANATZ": "America/New_York", "EventLocation": { "LocationText": "New York", "UnLocode": "USNYC", "City": "New York", "Province": "NY", "CountryCode": "US", "GeoWayPoints": "4042N 07400W", "OLSENTZ": "America/New_York", "MSTZ": "Eastern Standard Time" }, "Facility": "MAHER", "FacilityCode": "MAHER", "Reference": "19071541", "order": -1, "disposition": null }, { "Sequence": 9, "EventCode": "G1", "Description": "GATE IN TO OUTBOUND", "VesselName": null, "VoyageNumber": null, "IMO": null, "MMSI": null, "RailCar": null, "Mode": null, "IsEstimate": false, "EventDate": "2023-09-12T21:04:00", "TimeZone": "Eastern Standard Time", "IANATZ": "America/New_York", "EventLocation": { "LocationText": "Elizabeth", "UnLocode": "USEZA", "City": "Elizabeth", "Province": "NJ", "CountryCode": "US", "GeoWayPoints": "4039N 07411W", "OLSENTZ": "America/New_York", "MSTZ": "Eastern Standard Time" }, "Facility": "ELIZABETH MARINE TRM", "FacilityCode": "ELIZMARTRM", "Reference": "19071542", "order": -1, "disposition": null }, { "Sequence": 10, "EventCode": "R1", "Description": "RAIL LOADED AT ORIGIN RAMP", "VesselName": null, "VoyageNumber": null, "IMO": null, "MMSI": null, "RailCar": null, "Mode": "Rail", "IsEstimate": false, "EventDate": "2023-09-13T16:27:00", "TimeZone": "Eastern Standard Time", "IANATZ": "America/New_York", "EventLocation": { "LocationText": "Elizabeth", "UnLocode": "USEZA", "City": "Elizabeth", "Province": "NJ", "CountryCode": "US", "GeoWayPoints": "4039N 07411W", "OLSENTZ": "America/New_York", "MSTZ": "Eastern Standard Time" }, "Facility": "ELIZABETH MARINE TRM", "FacilityCode": "ELIZMARTRM", "Reference": "19090891", "order": -1, "disposition": null }, { "Sequence": 11, "EventCode": "R2", "Description": "RAIL DEPARTED POD", "VesselName": null, "VoyageNumber": null, "IMO": null, "MMSI": null, "RailCar": null, "Mode": "Rail", "IsEstimate": false, "EventDate": "2023-09-13T22:48:00", "TimeZone": "Eastern Standard Time", "IANATZ": "America/New_York", "EventLocation": { "LocationText": "Elizabeth", "UnLocode": "USEZA", "City": "Elizabeth", "Province": "NJ", "CountryCode": "US", "GeoWayPoints": "4039N 07411W", "OLSENTZ": "America/New_York", "MSTZ": "Eastern Standard Time" }, "Facility": "ELIZABETH MARINE TRM", "FacilityCode": "ELIZMARTRM", "Reference": "19090892", "order": -1, "disposition": null }, { "Sequence": 12, "EventCode": "R3", "Description": "RAIL ARRIVED AT DES RAMP", "VesselName": null, "VoyageNumber": null, "IMO": null, "MMSI": null, "RailCar": null, "Mode": "Rail", "IsEstimate": false, "EventDate": "2023-09-15T05:51:00", "TimeZone": "Central Standard Time", "IANATZ": "America/Chicago", "EventLocation": { "LocationText": "Chicago", "UnLocode": "USCHI", "City": "Chicago", "Province": "IL", "CountryCode": "US", "GeoWayPoints": "4152N 08737W", "OLSENTZ": "America/Chicago", "MSTZ": "Central Standard Time" }, "Facility": "CSXT 59TH STREET", "FacilityCode": "CSXT59", "Reference": "19102783", "order": -1, "disposition": null }, { "Sequence": 13, "EventCode": "R4", "Description": "RAIL UNLOADED AT DES RAMP", "VesselName": null, "VoyageNumber": null, "IMO": null, "MMSI": null, "RailCar": null, "Mode": "Rail", "IsEstimate": false, "EventDate": "2023-09-16T05:16:00", "TimeZone": "Central Standard Time", "IANATZ": "America/Chicago", "EventLocation": { "LocationText": "Chicago", "UnLocode": "USCHI", "City": "Chicago", "Province": "IL", "CountryCode": "US", "GeoWayPoints": "4152N 08737W", "OLSENTZ": "America/Chicago", "MSTZ": "Central Standard Time" }, "Facility": "CSXT 59TH STREET", "FacilityCode": "CSXT59", "Reference": "19122474", "order": -1, "disposition": null }, { "Sequence": 14, "EventCode": "Q6", "Description": "AVAILABLE FOR PICKUP", "VesselName": null, "VoyageNumber": null, "IMO": null, "MMSI": null, "RailCar": null, "Mode": null, "IsEstimate": false, "EventDate": "2023-09-16T05:16:01", "TimeZone": "Central Standard Time", "IANATZ": "America/Chicago", "EventLocation": { "LocationText": "Chicago", "UnLocode": "USCHI", "City": "Chicago", "Province": "IL", "CountryCode": "US", "GeoWayPoints": "4152N 08737W", "OLSENTZ": "America/Chicago", "MSTZ": "Central Standard Time" }, "Facility": "CSXT 59TH STREET", "FacilityCode": "CSXT59", "Reference": "19122475", "order": -1, "disposition": null }, { "Sequence": 15, "EventCode": "G2", "Description": "GATE OUT DELIVERY FULL", "VesselName": null, "VoyageNumber": null, "IMO": null, "MMSI": null, "RailCar": null, "Mode": null, "IsEstimate": false, "EventDate": "2023-09-18T09:43:00", "TimeZone": "Central Standard Time", "IANATZ": "America/Chicago", "EventLocation": { "LocationText": "Chicago", "UnLocode": "USCHI", "City": "Chicago", "Province": "IL", "CountryCode": "US", "GeoWayPoints": "4152N 08737W", "OLSENTZ": "America/Chicago", "MSTZ": "Central Standard Time" }, "Facility": "CSXT 59TH STREET", "FacilityCode": "CSXT59", "Reference": "19122476", "order": -1, "disposition": null }, { "Sequence": 16, "EventCode": "E2", "Description": "RETURNED EMPTY", "VesselName": null, "VoyageNumber": null, "IMO": null, "MMSI": null, "RailCar": null, "Mode": null, "IsEstimate": false, "EventDate": "2023-09-20T16:29:00", "TimeZone": "Central Standard Time", "IANATZ": "America/Chicago", "EventLocation": { "LocationText": "Chicago", "UnLocode": "USCHI", "City": "Chicago", "Province": "IL", "CountryCode": "US", "GeoWayPoints": "4152N 08737W", "OLSENTZ": "America/Chicago", "MSTZ": "Central Standard Time" }, "Facility": "UP JIT", "FacilityCode": "UPJIT", "Reference": "19142465", "order": -1, "disposition": null } ], "ROUTING": null } ] }, "cref": null, "ack": 1, "exceptions": null, "ctoken": "10456b45-07c9-4e8c-8aa1-77a0fea02799" }
text/xml
<GetTrackingResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ExternalRestService.Models"> <ack>0</ack> <ctoken>sample string 5</ctoken> <exceptions> <ResponseExceptionDto> <errorcode>sample string 1</errorcode> <msg>sample string 2</msg> <suggestion>sample string 4</suggestion> <validationcodes>sample string 3</validationcodes> <validationdetails i:nil="true" /> </ResponseExceptionDto> <ResponseExceptionDto> <errorcode>sample string 1</errorcode> <msg>sample string 2</msg> <suggestion>sample string 4</suggestion> <validationcodes>sample string 3</validationcodes> <validationdetails i:nil="true" /> </ResponseExceptionDto> </exceptions> <cbl>sample string 3</cbl> <cnt>sample string 4</cnt> <cref xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:string>sample string 1</d2p1:string> <d2p1:string>sample string 2</d2p1:string> </cref> <msgid>sample string 2</msgid> <msgkey>sample string 1</msgkey> <result> <BILLTYPE>0</BILLTYPE> <BKG>sample string 3</BKG> <CARRIER> <CommonName>sample string 3</CommonName> <Name>sample string 2</Name> <SCAC>sample string 1</SCAC> <Type>1</Type> </CARRIER> <CBL>sample string 2</CBL> <CONTAINERS> <OceanContainerDto> <CNT>sample string 1</CNT> <CNTTYPE> <AlternativeNamesText>sample string 4</AlternativeNamesText> <CapacityInCubicFeet>1.1</CapacityInCubicFeet> <Description>sample string 5</Description> <HeightInFeet>1.1</HeightInFeet> <LengthInFeet>1.1</LengthInFeet> <LongName>sample string 3</LongName> <ShortName>sample string 2</ShortName> <Tag>sample string 1</Tag> <WidthInFeet>1.1</WidthInFeet> </CNTTYPE> <DEL> <City>sample string 3</City> <CountryCode>sample string 5</CountryCode> <GeoWayPoints>sample string 6</GeoWayPoints> <LocationText>sample string 1</LocationText> <MSTZ>sample string 8</MSTZ> <OLSENTZ>sample string 7</OLSENTZ> <Province>sample string 4</Province> <UnLocode>sample string 2</UnLocode> </DEL> <EVENTS> <TrackingEventDto> <Description>sample string 2</Description> <EventCode>sample string 1</EventCode> <EventDate>2025-03-16T15:12:33.8932968+00:00</EventDate> <EventLocation> <City>sample string 3</City> <CountryCode>sample string 5</CountryCode> <GeoWayPoints>sample string 6</GeoWayPoints> <LocationText>sample string 1</LocationText> <MSTZ>sample string 8</MSTZ> <OLSENTZ>sample string 7</OLSENTZ> <Province>sample string 4</Province> <UnLocode>sample string 2</UnLocode> </EventLocation> <Facility>sample string 11</Facility> <FacilityCode>sample string 12</FacilityCode> <IANATZ>sample string 10</IANATZ> <IMO>sample string 5</IMO> <IsEstimate>true</IsEstimate> <MMSI>sample string 6</MMSI> <Mode>sample string 8</Mode> <RailCar>sample string 7</RailCar> <Reference>sample string 13</Reference> <Sequence>1</Sequence> <TimeZone>sample string 9</TimeZone> <VesselName>sample string 3</VesselName> <VoyageNumber>sample string 4</VoyageNumber> <disposition> <anticipation> <computation> <type>ac0</type> </computation> <key>sample string 1</key> <status>current</status> <synchronization> <date>2025-03-16T15:12:33.8932968+00:00</date> <failure> <code>sample string 1</code> <description>sample string 2</description> </failure> </synchronization> </anticipation> <classifer>actual</classifer> <document> <type>none</type> </document> <movement> <asset>cargo</asset> <cargo> <type>none</type> </cargo> <equipment> <type>none</type> </equipment> <vessel> <type>none</type> </vessel> </movement> <source> <type>aes</type> </source> <type>unspecified</type> </disposition> <order>14</order> </TrackingEventDto> <TrackingEventDto> <Description>sample string 2</Description> <EventCode>sample string 1</EventCode> <EventDate>2025-03-16T15:12:33.8932968+00:00</EventDate> <EventLocation> <City>sample string 3</City> <CountryCode>sample string 5</CountryCode> <GeoWayPoints>sample string 6</GeoWayPoints> <LocationText>sample string 1</LocationText> <MSTZ>sample string 8</MSTZ> <OLSENTZ>sample string 7</OLSENTZ> <Province>sample string 4</Province> <UnLocode>sample string 2</UnLocode> </EventLocation> <Facility>sample string 11</Facility> <FacilityCode>sample string 12</FacilityCode> <IANATZ>sample string 10</IANATZ> <IMO>sample string 5</IMO> <IsEstimate>true</IsEstimate> <MMSI>sample string 6</MMSI> <Mode>sample string 8</Mode> <RailCar>sample string 7</RailCar> <Reference>sample string 13</Reference> <Sequence>1</Sequence> <TimeZone>sample string 9</TimeZone> <VesselName>sample string 3</VesselName> <VoyageNumber>sample string 4</VoyageNumber> <disposition> <anticipation> <computation> <type>ac0</type> </computation> <key>sample string 1</key> <status>current</status> <synchronization> <date>2025-03-16T15:12:33.8932968+00:00</date> <failure> <code>sample string 1</code> <description>sample string 2</description> </failure> </synchronization> </anticipation> <classifer>actual</classifer> <document> <type>none</type> </document> <movement> <asset>cargo</asset> <cargo> <type>none</type> </cargo> <equipment> <type>none</type> </equipment> <vessel> <type>none</type> </vessel> </movement> <source> <type>aes</type> </source> <type>unspecified</type> </disposition> <order>14</order> </TrackingEventDto> </EVENTS> <MILESTONES> <ATA>2025-03-16T15:12:33.8932968+00:00</ATA> <ATD>2025-03-16T15:12:33.8932968+00:00</ATD> <AVAILABLE>2025-03-16T15:12:33.8932968+00:00</AVAILABLE> <CUSTOMS>sample string 16</CUSTOMS> <DEL>sample string 4</DEL> <DELIVERED>2025-03-16T15:12:33.8932968+00:00</DELIVERED> <DERAMPED>2025-03-16T15:12:33.8932968+00:00</DERAMPED> <DISCHARGE>2025-03-16T15:12:33.8932968+00:00</DISCHARGE> <EMPTYRETURN>2025-03-16T15:12:33.8932968+00:00</EMPTYRETURN> <EMPTYRETURNFACILITY>sample string 13</EMPTYRETURNFACILITY> <EMPTYRETURNFACILITYCODE>sample string 14</EMPTYRETURNFACILITYCODE> <ETA>2025-03-16T15:12:33.8932968+00:00</ETA> <ETAFINAL>2025-03-16T15:12:33.8932968+00:00</ETAFINAL> <ETD>2025-03-16T15:12:33.8932968+00:00</ETD> <FIRMS>sample string 11</FIRMS> <FREIGHT>sample string 17</FREIGHT> <IMO>sample string 8</IMO> <LFD>2025-03-16T15:12:33.8932968+00:00</LFD> <LFDDETENTION>2025-03-16T15:12:33.8932968+00:00</LFDDETENTION> <MILESTONEINDICATOR>sample string 19</MILESTONEINDICATOR> <MMSI>sample string 9</MMSI> <NOTES>sample string 18</NOTES> <OBL>sample string 15</OBL> <PICKEDUP>2025-03-16T15:12:33.8932968+00:00</PICKEDUP> <POD>sample string 3</POD> <PODDISCHARGE>2025-03-16T15:12:33.8932968+00:00</PODDISCHARGE> <POL>sample string 2</POL> <POR>sample string 1</POR> <SHIPMENTTERMS>sample string 5</SHIPMENTTERMS> <TERMINAL>sample string 10</TERMINAL> <TERMINALCODE>sample string 12</TERMINALCODE> <UpdatedETA>2025-03-16T15:12:33.8932968+00:00</UpdatedETA> <UpdatedETAFINAL>2025-03-16T15:12:33.8932968+00:00</UpdatedETAFINAL> <UpdatedETD>2025-03-16T15:12:33.8932968+00:00</UpdatedETD> <VESSEL>sample string 6</VESSEL> <VOYAGE>sample string 7</VOYAGE> </MILESTONES> <POD> <City>sample string 3</City> <CountryCode>sample string 5</CountryCode> <GeoWayPoints>sample string 6</GeoWayPoints> <LocationText>sample string 1</LocationText> <MSTZ>sample string 8</MSTZ> <OLSENTZ>sample string 7</OLSENTZ> <Province>sample string 4</Province> <UnLocode>sample string 2</UnLocode> </POD> <POL> <City>sample string 3</City> <CountryCode>sample string 5</CountryCode> <GeoWayPoints>sample string 6</GeoWayPoints> <LocationText>sample string 1</LocationText> <MSTZ>sample string 8</MSTZ> <OLSENTZ>sample string 7</OLSENTZ> <Province>sample string 4</Province> <UnLocode>sample string 2</UnLocode> </POL> <POR> <City>sample string 3</City> <CountryCode>sample string 5</CountryCode> <GeoWayPoints>sample string 6</GeoWayPoints> <LocationText>sample string 1</LocationText> <MSTZ>sample string 8</MSTZ> <OLSENTZ>sample string 7</OLSENTZ> <Province>sample string 4</Province> <UnLocode>sample string 2</UnLocode> </POR> <ROUTING> <RouteDto> <ATA>2025-03-16T15:12:33.9089084+00:00</ATA> <ATD>2025-03-16T15:12:33.9089084+00:00</ATD> <Destination> <City>sample string 3</City> <CountryCode>sample string 5</CountryCode> <GeoWayPoints>sample string 6</GeoWayPoints> <LocationText>sample string 1</LocationText> <MSTZ>sample string 8</MSTZ> <OLSENTZ>sample string 7</OLSENTZ> <Province>sample string 4</Province> <UnLocode>sample string 2</UnLocode> </Destination> <ETA>2025-03-16T15:12:33.9089084+00:00</ETA> <ETD>2025-03-16T15:12:33.9089084+00:00</ETD> <Origin> <City>sample string 3</City> <CountryCode>sample string 5</CountryCode> <GeoWayPoints>sample string 6</GeoWayPoints> <LocationText>sample string 1</LocationText> <MSTZ>sample string 8</MSTZ> <OLSENTZ>sample string 7</OLSENTZ> <Province>sample string 4</Province> <UnLocode>sample string 2</UnLocode> </Origin> <Sequence>1</Sequence> <Type>Inbound</Type> <VESSEL>sample string 1</VESSEL> <VOYAGE>sample string 4</VOYAGE> <VSLIMO>sample string 2</VSLIMO> <VSLMMSI>sample string 3</VSLMMSI> </RouteDto> <RouteDto> <ATA>2025-03-16T15:12:33.9089084+00:00</ATA> <ATD>2025-03-16T15:12:33.9089084+00:00</ATD> <Destination> <City>sample string 3</City> <CountryCode>sample string 5</CountryCode> <GeoWayPoints>sample string 6</GeoWayPoints> <LocationText>sample string 1</LocationText> <MSTZ>sample string 8</MSTZ> <OLSENTZ>sample string 7</OLSENTZ> <Province>sample string 4</Province> <UnLocode>sample string 2</UnLocode> </Destination> <ETA>2025-03-16T15:12:33.9089084+00:00</ETA> <ETD>2025-03-16T15:12:33.9089084+00:00</ETD> <Origin> <City>sample string 3</City> <CountryCode>sample string 5</CountryCode> <GeoWayPoints>sample string 6</GeoWayPoints> <LocationText>sample string 1</LocationText> <MSTZ>sample string 8</MSTZ> <OLSENTZ>sample string 7</OLSENTZ> <Province>sample string 4</Province> <UnLocode>sample string 2</UnLocode> </Origin> <Sequence>1</Sequence> <Type>Inbound</Type> <VESSEL>sample string 1</VESSEL> <VOYAGE>sample string 4</VOYAGE> <VSLIMO>sample string 2</VSLIMO> <VSLMMSI>sample string 3</VSLMMSI> </RouteDto> </ROUTING> </OceanContainerDto> <OceanContainerDto> <CNT>sample string 1</CNT> <CNTTYPE> <AlternativeNamesText>sample string 4</AlternativeNamesText> <CapacityInCubicFeet>1.1</CapacityInCubicFeet> <Description>sample string 5</Description> <HeightInFeet>1.1</HeightInFeet> <LengthInFeet>1.1</LengthInFeet> <LongName>sample string 3</LongName> <ShortName>sample string 2</ShortName> <Tag>sample string 1</Tag> <WidthInFeet>1.1</WidthInFeet> </CNTTYPE> <DEL> <City>sample string 3</City> <CountryCode>sample string 5</CountryCode> <GeoWayPoints>sample string 6</GeoWayPoints> <LocationText>sample string 1</LocationText> <MSTZ>sample string 8</MSTZ> <OLSENTZ>sample string 7</OLSENTZ> <Province>sample string 4</Province> <UnLocode>sample string 2</UnLocode> </DEL> <EVENTS> <TrackingEventDto> <Description>sample string 2</Description> <EventCode>sample string 1</EventCode> <EventDate>2025-03-16T15:12:33.8932968+00:00</EventDate> <EventLocation> <City>sample string 3</City> <CountryCode>sample string 5</CountryCode> <GeoWayPoints>sample string 6</GeoWayPoints> <LocationText>sample string 1</LocationText> <MSTZ>sample string 8</MSTZ> <OLSENTZ>sample string 7</OLSENTZ> <Province>sample string 4</Province> <UnLocode>sample string 2</UnLocode> </EventLocation> <Facility>sample string 11</Facility> <FacilityCode>sample string 12</FacilityCode> <IANATZ>sample string 10</IANATZ> <IMO>sample string 5</IMO> <IsEstimate>true</IsEstimate> <MMSI>sample string 6</MMSI> <Mode>sample string 8</Mode> <RailCar>sample string 7</RailCar> <Reference>sample string 13</Reference> <Sequence>1</Sequence> <TimeZone>sample string 9</TimeZone> <VesselName>sample string 3</VesselName> <VoyageNumber>sample string 4</VoyageNumber> <disposition> <anticipation> <computation> <type>ac0</type> </computation> <key>sample string 1</key> <status>current</status> <synchronization> <date>2025-03-16T15:12:33.8932968+00:00</date> <failure> <code>sample string 1</code> <description>sample string 2</description> </failure> </synchronization> </anticipation> <classifer>actual</classifer> <document> <type>none</type> </document> <movement> <asset>cargo</asset> <cargo> <type>none</type> </cargo> <equipment> <type>none</type> </equipment> <vessel> <type>none</type> </vessel> </movement> <source> <type>aes</type> </source> <type>unspecified</type> </disposition> <order>14</order> </TrackingEventDto> <TrackingEventDto> <Description>sample string 2</Description> <EventCode>sample string 1</EventCode> <EventDate>2025-03-16T15:12:33.8932968+00:00</EventDate> <EventLocation> <City>sample string 3</City> <CountryCode>sample string 5</CountryCode> <GeoWayPoints>sample string 6</GeoWayPoints> <LocationText>sample string 1</LocationText> <MSTZ>sample string 8</MSTZ> <OLSENTZ>sample string 7</OLSENTZ> <Province>sample string 4</Province> <UnLocode>sample string 2</UnLocode> </EventLocation> <Facility>sample string 11</Facility> <FacilityCode>sample string 12</FacilityCode> <IANATZ>sample string 10</IANATZ> <IMO>sample string 5</IMO> <IsEstimate>true</IsEstimate> <MMSI>sample string 6</MMSI> <Mode>sample string 8</Mode> <RailCar>sample string 7</RailCar> <Reference>sample string 13</Reference> <Sequence>1</Sequence> <TimeZone>sample string 9</TimeZone> <VesselName>sample string 3</VesselName> <VoyageNumber>sample string 4</VoyageNumber> <disposition> <anticipation> <computation> <type>ac0</type> </computation> <key>sample string 1</key> <status>current</status> <synchronization> <date>2025-03-16T15:12:33.8932968+00:00</date> <failure> <code>sample string 1</code> <description>sample string 2</description> </failure> </synchronization> </anticipation> <classifer>actual</classifer> <document> <type>none</type> </document> <movement> <asset>cargo</asset> <cargo> <type>none</type> </cargo> <equipment> <type>none</type> </equipment> <vessel> <type>none</type> </vessel> </movement> <source> <type>aes</type> </source> <type>unspecified</type> </disposition> <order>14</order> </TrackingEventDto> </EVENTS> <MILESTONES> <ATA>2025-03-16T15:12:33.8932968+00:00</ATA> <ATD>2025-03-16T15:12:33.8932968+00:00</ATD> <AVAILABLE>2025-03-16T15:12:33.8932968+00:00</AVAILABLE> <CUSTOMS>sample string 16</CUSTOMS> <DEL>sample string 4</DEL> <DELIVERED>2025-03-16T15:12:33.8932968+00:00</DELIVERED> <DERAMPED>2025-03-16T15:12:33.8932968+00:00</DERAMPED> <DISCHARGE>2025-03-16T15:12:33.8932968+00:00</DISCHARGE> <EMPTYRETURN>2025-03-16T15:12:33.8932968+00:00</EMPTYRETURN> <EMPTYRETURNFACILITY>sample string 13</EMPTYRETURNFACILITY> <EMPTYRETURNFACILITYCODE>sample string 14</EMPTYRETURNFACILITYCODE> <ETA>2025-03-16T15:12:33.8932968+00:00</ETA> <ETAFINAL>2025-03-16T15:12:33.8932968+00:00</ETAFINAL> <ETD>2025-03-16T15:12:33.8932968+00:00</ETD> <FIRMS>sample string 11</FIRMS> <FREIGHT>sample string 17</FREIGHT> <IMO>sample string 8</IMO> <LFD>2025-03-16T15:12:33.8932968+00:00</LFD> <LFDDETENTION>2025-03-16T15:12:33.8932968+00:00</LFDDETENTION> <MILESTONEINDICATOR>sample string 19</MILESTONEINDICATOR> <MMSI>sample string 9</MMSI> <NOTES>sample string 18</NOTES> <OBL>sample string 15</OBL> <PICKEDUP>2025-03-16T15:12:33.8932968+00:00</PICKEDUP> <POD>sample string 3</POD> <PODDISCHARGE>2025-03-16T15:12:33.8932968+00:00</PODDISCHARGE> <POL>sample string 2</POL> <POR>sample string 1</POR> <SHIPMENTTERMS>sample string 5</SHIPMENTTERMS> <TERMINAL>sample string 10</TERMINAL> <TERMINALCODE>sample string 12</TERMINALCODE> <UpdatedETA>2025-03-16T15:12:33.8932968+00:00</UpdatedETA> <UpdatedETAFINAL>2025-03-16T15:12:33.8932968+00:00</UpdatedETAFINAL> <UpdatedETD>2025-03-16T15:12:33.8932968+00:00</UpdatedETD> <VESSEL>sample string 6</VESSEL> <VOYAGE>sample string 7</VOYAGE> </MILESTONES> <POD> <City>sample string 3</City> <CountryCode>sample string 5</CountryCode> <GeoWayPoints>sample string 6</GeoWayPoints> <LocationText>sample string 1</LocationText> <MSTZ>sample string 8</MSTZ> <OLSENTZ>sample string 7</OLSENTZ> <Province>sample string 4</Province> <UnLocode>sample string 2</UnLocode> </POD> <POL> <City>sample string 3</City> <CountryCode>sample string 5</CountryCode> <GeoWayPoints>sample string 6</GeoWayPoints> <LocationText>sample string 1</LocationText> <MSTZ>sample string 8</MSTZ> <OLSENTZ>sample string 7</OLSENTZ> <Province>sample string 4</Province> <UnLocode>sample string 2</UnLocode> </POL> <POR> <City>sample string 3</City> <CountryCode>sample string 5</CountryCode> <GeoWayPoints>sample string 6</GeoWayPoints> <LocationText>sample string 1</LocationText> <MSTZ>sample string 8</MSTZ> <OLSENTZ>sample string 7</OLSENTZ> <Province>sample string 4</Province> <UnLocode>sample string 2</UnLocode> </POR> <ROUTING> <RouteDto> <ATA>2025-03-16T15:12:33.9089084+00:00</ATA> <ATD>2025-03-16T15:12:33.9089084+00:00</ATD> <Destination> <City>sample string 3</City> <CountryCode>sample string 5</CountryCode> <GeoWayPoints>sample string 6</GeoWayPoints> <LocationText>sample string 1</LocationText> <MSTZ>sample string 8</MSTZ> <OLSENTZ>sample string 7</OLSENTZ> <Province>sample string 4</Province> <UnLocode>sample string 2</UnLocode> </Destination> <ETA>2025-03-16T15:12:33.9089084+00:00</ETA> <ETD>2025-03-16T15:12:33.9089084+00:00</ETD> <Origin> <City>sample string 3</City> <CountryCode>sample string 5</CountryCode> <GeoWayPoints>sample string 6</GeoWayPoints> <LocationText>sample string 1</LocationText> <MSTZ>sample string 8</MSTZ> <OLSENTZ>sample string 7</OLSENTZ> <Province>sample string 4</Province> <UnLocode>sample string 2</UnLocode> </Origin> <Sequence>1</Sequence> <Type>Inbound</Type> <VESSEL>sample string 1</VESSEL> <VOYAGE>sample string 4</VOYAGE> <VSLIMO>sample string 2</VSLIMO> <VSLMMSI>sample string 3</VSLMMSI> </RouteDto> <RouteDto> <ATA>2025-03-16T15:12:33.9089084+00:00</ATA> <ATD>2025-03-16T15:12:33.9089084+00:00</ATD> <Destination> <City>sample string 3</City> <CountryCode>sample string 5</CountryCode> <GeoWayPoints>sample string 6</GeoWayPoints> <LocationText>sample string 1</LocationText> <MSTZ>sample string 8</MSTZ> <OLSENTZ>sample string 7</OLSENTZ> <Province>sample string 4</Province> <UnLocode>sample string 2</UnLocode> </Destination> <ETA>2025-03-16T15:12:33.9089084+00:00</ETA> <ETD>2025-03-16T15:12:33.9089084+00:00</ETD> <Origin> <City>sample string 3</City> <CountryCode>sample string 5</CountryCode> <GeoWayPoints>sample string 6</GeoWayPoints> <LocationText>sample string 1</LocationText> <MSTZ>sample string 8</MSTZ> <OLSENTZ>sample string 7</OLSENTZ> <Province>sample string 4</Province> <UnLocode>sample string 2</UnLocode> </Origin> <Sequence>1</Sequence> <Type>Inbound</Type> <VESSEL>sample string 1</VESSEL> <VOYAGE>sample string 4</VOYAGE> <VSLIMO>sample string 2</VSLIMO> <VSLMMSI>sample string 3</VSLMMSI> </RouteDto> </ROUTING> </OceanContainerDto> </CONTAINERS> <REFERENCES xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:string>sample string 1</d3p1:string> <d3p1:string>sample string 2</d3p1:string> </REFERENCES> <UNIQUEID>sample string 1</UNIQUEID> </result> </GetTrackingResponse>