POST api/getanticipation

This method returns anticipated tracking events for a queried Carrier Bill of Ladings and its corresponding Containers. Note: This data is not validated

Request Information


URI Parameters

None.

Body Parameters

GetAnticipationRequest
NameDescriptionTypeAdditional 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.

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

Sample:
<GetAnticipationRequest>
  <apikey>8881BA2F-5FE2-4CF1-D99E-5963J9192806</apikey>
  <ctoken>3ef711d7-f2f0-41ad-aa7b-7b8e0ad72b67</ctoken>
  <password>dpassword</password>
  <username>demoapi</username>
  <cbl>SNKO010230502150</cbl>
  <cnt />
  <scac />
</GetAnticipationRequest>

application/json, text/json

Sample:
{
  "scac": null,
  "cbl": "SNKO010230502150",
  "cnt": null,
  "apikey": "8881BA2F-5FE2-4CF1-D99E-5963J9192806",
  "username": "demoapi",
  "password": "dpassword",
  "ctoken": "3ef711d7-f2f0-41ad-aa7b-7b8e0ad72b67"
}

application/x-www-form-urlencoded

Sample:
apikey=8881BA2F-5FE2-4CF1-D99E-5963J9192806&cbl=SNKO010230502150&ctoken=3ef711d7-f2f0-41ad-aa7b-7b8e0ad72b67&password=dpassword&username=demoapi

text/xml

Sample:
<GetAnticipationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ExternalRestService.Models">
  <apikey>sample string 4</apikey>
  <ctoken>sample string 7</ctoken>
  <password>sample string 6</password>
  <username>sample string 5</username>
  <cbl>sample string 2</cbl>
  <cnt>sample string 3</cnt>
  <scac>sample string 1</scac>
</GetAnticipationRequest>

Response Information


Resource Description

response

GetAnticipationResponse
NameDescriptionTypeAdditional 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 GetAnticipation request method. Format: SCAC plus Manifest Number/Booking Number

string

None.

cnt

Container Number from the GetAnticipation request method. Format: 11 Alpha Numeric Characters

string

None.

result

Anticipationed 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

Sample:
<GetAnticipationResponse>
  <ack>1</ack>
  <ctoken>3ef711d7-f2f0-41ad-aa7b-7b8e0ad72b67</ctoken>
  <exceptions />
  <cbl>SNKO010230502150</cbl>
  <cnt />
  <cref />
  <msgid />
  <msgkey />
  <result>
    <BILLTYPE>0</BILLTYPE>
    <BKG />
    <CARRIER>
      <CommonName>SINOKOR</CommonName>
      <Name>SINOKOR MERCHANT MARINE</Name>
      <SCAC>SKLU</SCAC>
      <Type>1</Type>
    </CARRIER>
    <CBL>SNKO010230502150</CBL>
    <CONTAINERS>
      <OceanContainerDto>
        <CNT>DFSU1457802</CNT>
        <CNTTYPE>
          <AlternativeNamesText />
          <CapacityInCubicFeet>1186</CapacityInCubicFeet>
          <Description>20' x 8'6" Dry Cargo</Description>
          <HeightInFeet>8.5</HeightInFeet>
          <LengthInFeet>20</LengthInFeet>
          <LongName>20 FT STANDARD DRY</LongName>
          <ShortName>20' GP DRY</ShortName>
          <Tag>20GP</Tag>
          <WidthInFeet>8</WidthInFeet>
        </CNTTYPE>
        <DEL>
          <City>Jawaharlal Nehru (Nhava Sheva)</City>
          <CountryCode>IN</CountryCode>
          <GeoWayPoints>1894N 07295E</GeoWayPoints>
          <LocationText>Jawaharlal Nehru (Nhava Sheva)</LocationText>
          <MSTZ>India Standard Time</MSTZ>
          <OLSENTZ>Asia/Kolkata</OLSENTZ>
          <Province>MH</Province>
          <UnLocode />
        </DEL>
        <EVENTS>
          <TrackingEventDto>
            <Description>DISCHARGED</Description>
            <EventCode>D1</EventCode>
            <EventDate>2023-06-26T02:00:00</EventDate>
            <EventLocation>
              <City>Jawaharlal Nehru (Nhava Sheva)</City>
              <CountryCode>IN</CountryCode>
              <GeoWayPoints>1894N 07295E</GeoWayPoints>
              <LocationText>Jawaharlal Nehru (Nhava Sheva)</LocationText>
              <MSTZ>India Standard Time</MSTZ>
              <OLSENTZ>Asia/Kolkata</OLSENTZ>
              <Province>MH</Province>
              <UnLocode />
            </EventLocation>
            <Facility />
            <FacilityCode />
            <IANATZ>Asia/Kolkata</IANATZ>
            <IMO>9292266</IMO>
            <IsEstimate>true</IsEstimate>
            <MMSI>351968000</MMSI>
            <Mode>Vessel</Mode>
            <RailCar />
            <Reference>18170420</Reference>
            <Sequence>4</Sequence>
            <TimeZone>India Standard Time</TimeZone>
            <VesselName>GRACE BRIDGE</VesselName>
            <VoyageNumber>2304W</VoyageNumber>
            <disposition />
            <order>-1</order>
          </TrackingEventDto>
          <TrackingEventDto>
            <Description>DISCHARGED</Description>
            <EventCode>D1</EventCode>
            <EventDate>2023-06-26T06:00:00</EventDate>
            <EventLocation>
              <City>Jawaharlal Nehru (Nhava Sheva)</City>
              <CountryCode>IN</CountryCode>
              <GeoWayPoints>1894N 07295E</GeoWayPoints>
              <LocationText>Jawaharlal Nehru (Nhava Sheva)</LocationText>
              <MSTZ>India Standard Time</MSTZ>
              <OLSENTZ>Asia/Kolkata</OLSENTZ>
              <Province>MH</Province>
              <UnLocode />
            </EventLocation>
            <Facility />
            <FacilityCode />
            <IANATZ>Asia/Kolkata</IANATZ>
            <IMO>9292266</IMO>
            <IsEstimate>true</IsEstimate>
            <MMSI>351968000</MMSI>
            <Mode>Vessel</Mode>
            <RailCar />
            <Reference>18182762</Reference>
            <Sequence>4</Sequence>
            <TimeZone>India Standard Time</TimeZone>
            <VesselName>GRACE BRIDGE</VesselName>
            <VoyageNumber>2304W</VoyageNumber>
            <disposition />
            <order>-1</order>
          </TrackingEventDto>
          <TrackingEventDto>
            <Description>DISCHARGED</Description>
            <EventCode>D1</EventCode>
            <EventDate>2023-06-26T12:00:00</EventDate>
            <EventLocation>
              <City>Jawaharlal Nehru (Nhava Sheva)</City>
              <CountryCode>IN</CountryCode>
              <GeoWayPoints>1894N 07295E</GeoWayPoints>
              <LocationText>Jawaharlal Nehru (Nhava Sheva)</LocationText>
              <MSTZ>India Standard Time</MSTZ>
              <OLSENTZ>Asia/Kolkata</OLSENTZ>
              <Province>MH</Province>
              <UnLocode />
            </EventLocation>
            <Facility />
            <FacilityCode />
            <IANATZ>Asia/Kolkata</IANATZ>
            <IMO>9292266</IMO>
            <IsEstimate>true</IsEstimate>
            <MMSI>351968000</MMSI>
            <Mode>Vessel</Mode>
            <RailCar />
            <Reference>18224825</Reference>
            <Sequence>4</Sequence>
            <TimeZone>India Standard Time</TimeZone>
            <VesselName>GRACE BRIDGE</VesselName>
            <VoyageNumber>2304W</VoyageNumber>
            <disposition />
            <order>-1</order>
          </TrackingEventDto>
          <TrackingEventDto>
            <Description>DISCHARGED</Description>
            <EventCode>D1</EventCode>
            <EventDate>2023-06-27T01:00:00</EventDate>
            <EventLocation>
              <City>Jawaharlal Nehru (Nhava Sheva)</City>
              <CountryCode>IN</CountryCode>
              <GeoWayPoints>1894N 07295E</GeoWayPoints>
              <LocationText>Jawaharlal Nehru (Nhava Sheva)</LocationText>
              <MSTZ>India Standard Time</MSTZ>
              <OLSENTZ>Asia/Kolkata</OLSENTZ>
              <Province>MH</Province>
              <UnLocode />
            </EventLocation>
            <Facility />
            <FacilityCode />
            <IANATZ>Asia/Kolkata</IANATZ>
            <IMO>9292266</IMO>
            <IsEstimate>true</IsEstimate>
            <MMSI>351968000</MMSI>
            <Mode>Vessel</Mode>
            <RailCar />
            <Reference>18258132</Reference>
            <Sequence>4</Sequence>
            <TimeZone>India Standard Time</TimeZone>
            <VesselName>GRACE BRIDGE</VesselName>
            <VoyageNumber>2304W</VoyageNumber>
            <disposition />
            <order>-1</order>
          </TrackingEventDto>
          <TrackingEventDto>
            <Description>DISCHARGED</Description>
            <EventCode>D1</EventCode>
            <EventDate>2023-06-26T20:00:00</EventDate>
            <EventLocation>
              <City>Jawaharlal Nehru (Nhava Sheva)</City>
              <CountryCode>IN</CountryCode>
              <GeoWayPoints>1894N 07295E</GeoWayPoints>
              <LocationText>Jawaharlal Nehru (Nhava Sheva)</LocationText>
              <MSTZ>India Standard Time</MSTZ>
              <OLSENTZ>Asia/Kolkata</OLSENTZ>
              <Province>MH</Province>
              <UnLocode />
            </EventLocation>
            <Facility />
            <FacilityCode />
            <IANATZ>Asia/Kolkata</IANATZ>
            <IMO>9292266</IMO>
            <IsEstimate>true</IsEstimate>
            <MMSI>351968000</MMSI>
            <Mode>Vessel</Mode>
            <RailCar />
            <Reference>18273199</Reference>
            <Sequence>4</Sequence>
            <TimeZone>India Standard Time</TimeZone>
            <VesselName>GRACE BRIDGE</VesselName>
            <VoyageNumber>2304W</VoyageNumber>
            <disposition />
            <order>-1</order>
          </TrackingEventDto>
          <TrackingEventDto>
            <Description>DISCHARGED</Description>
            <EventCode>D1</EventCode>
            <EventDate>2023-06-27T03:00:00</EventDate>
            <EventLocation>
              <City>Jawaharlal Nehru (Nhava Sheva)</City>
              <CountryCode>IN</CountryCode>
              <GeoWayPoints>1894N 07295E</GeoWayPoints>
              <LocationText>Jawaharlal Nehru (Nhava Sheva)</LocationText>
              <MSTZ>India Standard Time</MSTZ>
              <OLSENTZ>Asia/Kolkata</OLSENTZ>
              <Province>MH</Province>
              <UnLocode />
            </EventLocation>
            <Facility />
            <FacilityCode />
            <IANATZ>Asia/Kolkata</IANATZ>
            <IMO>9292266</IMO>
            <IsEstimate>true</IsEstimate>
            <MMSI>351968000</MMSI>
            <Mode>Vessel</Mode>
            <RailCar />
            <Reference>18274844</Reference>
            <Sequence>4</Sequence>
            <TimeZone>India Standard Time</TimeZone>
            <VesselName>GRACE BRIDGE</VesselName>
            <VoyageNumber>2304W</VoyageNumber>
            <disposition />
            <order>-1</order>
          </TrackingEventDto>
        </EVENTS>
        <MILESTONES>
          <ATA>2023-06-27T08:30:00</ATA>
          <ATD>2023-06-05T06:48:00</ATD>
          <AVAILABLE>2023-06-28T08:30:00</AVAILABLE>
          <CUSTOMS>RELEASED</CUSTOMS>
          <DEL>INNSA</DEL>
          <DELIVERED>2023-06-29T04:02:00</DELIVERED>
          <DERAMPED />
          <DISCHARGE>2023-06-27T08:30:00</DISCHARGE>
          <EMPTYRETURN>2023-07-05T20:15:00</EMPTYRETURN>
          <EMPTYRETURNFACILITY />
          <EMPTYRETURNFACILITYCODE />
          <ETA>2023-06-27T08:30:00</ETA>
          <ETAFINAL />
          <ETD>2023-06-05T06:48:00</ETD>
          <FIRMS />
          <FREIGHT>RELEASED</FREIGHT>
          <IMO>9292266</IMO>
          <LFD />
          <LFDDETENTION />
          <MILESTONEINDICATOR>EMPTY-RETURNED</MILESTONEINDICATOR>
          <MMSI>351968000</MMSI>
          <NOTES />
          <OBL />
          <PICKEDUP>2023-06-29T04:02:00</PICKEDUP>
          <POD>INNSA</POD>
          <PODDISCHARGE>2023-06-27T08:30:00</PODDISCHARGE>
          <POL>KRPUS</POL>
          <POR>KRPUS</POR>
          <SHIPMENTTERMS>PORT</SHIPMENTTERMS>
          <TERMINAL />
          <TERMINALCODE />
          <UpdatedETA>2023-06-27T08:30:00</UpdatedETA>
          <UpdatedETAFINAL />
          <UpdatedETD />
          <VESSEL>GRACE BRIDGE</VESSEL>
          <VOYAGE>2304W</VOYAGE>
        </MILESTONES>
        <POD>
          <City>Jawaharlal Nehru (Nhava Sheva)</City>
          <CountryCode>IN</CountryCode>
          <GeoWayPoints>1894N 07295E</GeoWayPoints>
          <LocationText>Jawaharlal Nehru (Nhava Sheva)</LocationText>
          <MSTZ>India Standard Time</MSTZ>
          <OLSENTZ>Asia/Kolkata</OLSENTZ>
          <Province>MH</Province>
          <UnLocode />
        </POD>
        <POL>
          <City>Busan</City>
          <CountryCode>KR</CountryCode>
          <GeoWayPoints>3508N 12903E</GeoWayPoints>
          <LocationText>Busan</LocationText>
          <MSTZ>Korea Standard Time</MSTZ>
          <OLSENTZ>Asia/Seoul</OLSENTZ>
          <Province>26</Province>
          <UnLocode />
        </POL>
        <POR>
          <City>Busan</City>
          <CountryCode>KR</CountryCode>
          <GeoWayPoints>3508N 12903E</GeoWayPoints>
          <LocationText>Busan</LocationText>
          <MSTZ>Korea Standard Time</MSTZ>
          <OLSENTZ>Asia/Seoul</OLSENTZ>
          <Province>26</Province>
          <UnLocode />
        </POR>
        <ROUTING />
      </OceanContainerDto>
    </CONTAINERS>
    <REFERENCES />
    <UNIQUEID>84CB4240-C350-445E-8ACF-2A2B3DBD442F</UNIQUEID>
  </result>
</GetAnticipationResponse>

application/json, text/json

Sample:
{
  "msgkey": null,
  "msgid": null,
  "cbl": "SNKO010230502150",
  "cnt": null,
  "result": {
    "UNIQUEID": "84CB4240-C350-445E-8ACF-2A2B3DBD442F",
    "CBL": "SNKO010230502150",
    "BKG": null,
    "BILLTYPE": 0,
    "REFERENCES": null,
    "CARRIER": {
      "SCAC": "SKLU",
      "Name": "SINOKOR MERCHANT MARINE",
      "CommonName": "SINOKOR",
      "Type": 1
    },
    "CONTAINERS": [
      {
        "CNT": "DFSU1457802",
        "CNTTYPE": {
          "Tag": "20GP",
          "ShortName": "20' GP DRY",
          "LongName": "20 FT STANDARD DRY",
          "AlternativeNamesText": null,
          "LengthInFeet": 20.0,
          "WidthInFeet": 8.0,
          "HeightInFeet": 8.5,
          "CapacityInCubicFeet": 1186.0,
          "Description": "20' x 8'6\" Dry Cargo"
        },
        "POR": {
          "LocationText": "Busan",
          "UnLocode": null,
          "City": "Busan",
          "Province": "26",
          "CountryCode": "KR",
          "GeoWayPoints": "3508N 12903E",
          "OLSENTZ": "Asia/Seoul",
          "MSTZ": "Korea Standard Time"
        },
        "POL": {
          "LocationText": "Busan",
          "UnLocode": null,
          "City": "Busan",
          "Province": "26",
          "CountryCode": "KR",
          "GeoWayPoints": "3508N 12903E",
          "OLSENTZ": "Asia/Seoul",
          "MSTZ": "Korea Standard Time"
        },
        "POD": {
          "LocationText": "Jawaharlal Nehru (Nhava Sheva)",
          "UnLocode": null,
          "City": "Jawaharlal Nehru (Nhava Sheva)",
          "Province": "MH",
          "CountryCode": "IN",
          "GeoWayPoints": "1894N 07295E",
          "OLSENTZ": "Asia/Kolkata",
          "MSTZ": "India Standard Time"
        },
        "DEL": {
          "LocationText": "Jawaharlal Nehru (Nhava Sheva)",
          "UnLocode": null,
          "City": "Jawaharlal Nehru (Nhava Sheva)",
          "Province": "MH",
          "CountryCode": "IN",
          "GeoWayPoints": "1894N 07295E",
          "OLSENTZ": "Asia/Kolkata",
          "MSTZ": "India Standard Time"
        },
        "MILESTONES": {
          "POR": "KRPUS",
          "POL": "KRPUS",
          "POD": "INNSA",
          "DEL": "INNSA",
          "SHIPMENTTERMS": "PORT",
          "VESSEL": "GRACE BRIDGE",
          "VOYAGE": "2304W",
          "IMO": "9292266",
          "MMSI": "351968000",
          "ATA": "2023-06-27T08:30:00",
          "ATD": "2023-06-05T06:48:00",
          "ETD": "2023-06-05T06:48:00",
          "ETA": "2023-06-27T08:30:00",
          "ETAFINAL": null,
          "UpdatedETD": null,
          "UpdatedETA": "2023-06-27T08:30:00",
          "UpdatedETAFINAL": null,
          "TERMINAL": null,
          "FIRMS": null,
          "TERMINALCODE": null,
          "PODDISCHARGE": "2023-06-27T08:30:00",
          "EMPTYRETURNFACILITY": null,
          "EMPTYRETURNFACILITYCODE": null,
          "LFD": null,
          "LFDDETENTION": null,
          "DISCHARGE": "2023-06-27T08:30:00",
          "DERAMPED": null,
          "AVAILABLE": "2023-06-28T08:30:00",
          "PICKEDUP": "2023-06-29T04:02:00",
          "DELIVERED": "2023-06-29T04:02:00",
          "EMPTYRETURN": "2023-07-05T20:15:00",
          "OBL": null,
          "CUSTOMS": "RELEASED",
          "FREIGHT": "RELEASED",
          "NOTES": null,
          "MILESTONEINDICATOR": "EMPTY-RETURNED"
        },
        "EVENTS": [
          {
            "Sequence": 4,
            "EventCode": "D1",
            "Description": "DISCHARGED",
            "VesselName": "GRACE BRIDGE",
            "VoyageNumber": "2304W",
            "IMO": "9292266",
            "MMSI": "351968000",
            "RailCar": null,
            "Mode": "Vessel",
            "IsEstimate": true,
            "EventDate": "2023-06-26T02:00:00",
            "TimeZone": "India Standard Time",
            "IANATZ": "Asia/Kolkata",
            "EventLocation": {
              "LocationText": "Jawaharlal Nehru (Nhava Sheva)",
              "UnLocode": null,
              "City": "Jawaharlal Nehru (Nhava Sheva)",
              "Province": "MH",
              "CountryCode": "IN",
              "GeoWayPoints": "1894N 07295E",
              "OLSENTZ": "Asia/Kolkata",
              "MSTZ": "India Standard Time"
            },
            "Facility": null,
            "FacilityCode": null,
            "Reference": "18170420",
            "order": -1,
            "disposition": null
          },
          {
            "Sequence": 4,
            "EventCode": "D1",
            "Description": "DISCHARGED",
            "VesselName": "GRACE BRIDGE",
            "VoyageNumber": "2304W",
            "IMO": "9292266",
            "MMSI": "351968000",
            "RailCar": null,
            "Mode": "Vessel",
            "IsEstimate": true,
            "EventDate": "2023-06-26T06:00:00",
            "TimeZone": "India Standard Time",
            "IANATZ": "Asia/Kolkata",
            "EventLocation": {
              "LocationText": "Jawaharlal Nehru (Nhava Sheva)",
              "UnLocode": null,
              "City": "Jawaharlal Nehru (Nhava Sheva)",
              "Province": "MH",
              "CountryCode": "IN",
              "GeoWayPoints": "1894N 07295E",
              "OLSENTZ": "Asia/Kolkata",
              "MSTZ": "India Standard Time"
            },
            "Facility": null,
            "FacilityCode": null,
            "Reference": "18182762",
            "order": -1,
            "disposition": null
          },
          {
            "Sequence": 4,
            "EventCode": "D1",
            "Description": "DISCHARGED",
            "VesselName": "GRACE BRIDGE",
            "VoyageNumber": "2304W",
            "IMO": "9292266",
            "MMSI": "351968000",
            "RailCar": null,
            "Mode": "Vessel",
            "IsEstimate": true,
            "EventDate": "2023-06-26T12:00:00",
            "TimeZone": "India Standard Time",
            "IANATZ": "Asia/Kolkata",
            "EventLocation": {
              "LocationText": "Jawaharlal Nehru (Nhava Sheva)",
              "UnLocode": null,
              "City": "Jawaharlal Nehru (Nhava Sheva)",
              "Province": "MH",
              "CountryCode": "IN",
              "GeoWayPoints": "1894N 07295E",
              "OLSENTZ": "Asia/Kolkata",
              "MSTZ": "India Standard Time"
            },
            "Facility": null,
            "FacilityCode": null,
            "Reference": "18224825",
            "order": -1,
            "disposition": null
          },
          {
            "Sequence": 4,
            "EventCode": "D1",
            "Description": "DISCHARGED",
            "VesselName": "GRACE BRIDGE",
            "VoyageNumber": "2304W",
            "IMO": "9292266",
            "MMSI": "351968000",
            "RailCar": null,
            "Mode": "Vessel",
            "IsEstimate": true,
            "EventDate": "2023-06-27T01:00:00",
            "TimeZone": "India Standard Time",
            "IANATZ": "Asia/Kolkata",
            "EventLocation": {
              "LocationText": "Jawaharlal Nehru (Nhava Sheva)",
              "UnLocode": null,
              "City": "Jawaharlal Nehru (Nhava Sheva)",
              "Province": "MH",
              "CountryCode": "IN",
              "GeoWayPoints": "1894N 07295E",
              "OLSENTZ": "Asia/Kolkata",
              "MSTZ": "India Standard Time"
            },
            "Facility": null,
            "FacilityCode": null,
            "Reference": "18258132",
            "order": -1,
            "disposition": null
          },
          {
            "Sequence": 4,
            "EventCode": "D1",
            "Description": "DISCHARGED",
            "VesselName": "GRACE BRIDGE",
            "VoyageNumber": "2304W",
            "IMO": "9292266",
            "MMSI": "351968000",
            "RailCar": null,
            "Mode": "Vessel",
            "IsEstimate": true,
            "EventDate": "2023-06-26T20:00:00",
            "TimeZone": "India Standard Time",
            "IANATZ": "Asia/Kolkata",
            "EventLocation": {
              "LocationText": "Jawaharlal Nehru (Nhava Sheva)",
              "UnLocode": null,
              "City": "Jawaharlal Nehru (Nhava Sheva)",
              "Province": "MH",
              "CountryCode": "IN",
              "GeoWayPoints": "1894N 07295E",
              "OLSENTZ": "Asia/Kolkata",
              "MSTZ": "India Standard Time"
            },
            "Facility": null,
            "FacilityCode": null,
            "Reference": "18273199",
            "order": -1,
            "disposition": null
          },
          {
            "Sequence": 4,
            "EventCode": "D1",
            "Description": "DISCHARGED",
            "VesselName": "GRACE BRIDGE",
            "VoyageNumber": "2304W",
            "IMO": "9292266",
            "MMSI": "351968000",
            "RailCar": null,
            "Mode": "Vessel",
            "IsEstimate": true,
            "EventDate": "2023-06-27T03:00:00",
            "TimeZone": "India Standard Time",
            "IANATZ": "Asia/Kolkata",
            "EventLocation": {
              "LocationText": "Jawaharlal Nehru (Nhava Sheva)",
              "UnLocode": null,
              "City": "Jawaharlal Nehru (Nhava Sheva)",
              "Province": "MH",
              "CountryCode": "IN",
              "GeoWayPoints": "1894N 07295E",
              "OLSENTZ": "Asia/Kolkata",
              "MSTZ": "India Standard Time"
            },
            "Facility": null,
            "FacilityCode": null,
            "Reference": "18274844",
            "order": -1,
            "disposition": null
          }
        ],
        "ROUTING": null
      }
    ]
  },
  "cref": null,
  "ack": 1,
  "exceptions": null,
  "ctoken": "3ef711d7-f2f0-41ad-aa7b-7b8e0ad72b67"
}

text/xml

Sample:
<GetAnticipationResponse 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>2024-04-04T04:54:24.0296624+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>2024-04-04T04:54:24.0296624+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>2024-04-04T04:54:24.0296624+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>2024-04-04T04:54:24.0296624+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>2024-04-04T04:54:24.0296624+00:00</ATA>
          <ATD>2024-04-04T04:54:24.0296624+00:00</ATD>
          <AVAILABLE>2024-04-04T04:54:24.0296624+00:00</AVAILABLE>
          <CUSTOMS>sample string 16</CUSTOMS>
          <DEL>sample string 4</DEL>
          <DELIVERED>2024-04-04T04:54:24.0296624+00:00</DELIVERED>
          <DERAMPED>2024-04-04T04:54:24.0296624+00:00</DERAMPED>
          <DISCHARGE>2024-04-04T04:54:24.0296624+00:00</DISCHARGE>
          <EMPTYRETURN>2024-04-04T04:54:24.0296624+00:00</EMPTYRETURN>
          <EMPTYRETURNFACILITY>sample string 13</EMPTYRETURNFACILITY>
          <EMPTYRETURNFACILITYCODE>sample string 14</EMPTYRETURNFACILITYCODE>
          <ETA>2024-04-04T04:54:24.0296624+00:00</ETA>
          <ETAFINAL>2024-04-04T04:54:24.0296624+00:00</ETAFINAL>
          <ETD>2024-04-04T04:54:24.0296624+00:00</ETD>
          <FIRMS>sample string 11</FIRMS>
          <FREIGHT>sample string 17</FREIGHT>
          <IMO>sample string 8</IMO>
          <LFD>2024-04-04T04:54:24.0296624+00:00</LFD>
          <LFDDETENTION>2024-04-04T04:54:24.0296624+00:00</LFDDETENTION>
          <MILESTONEINDICATOR>sample string 19</MILESTONEINDICATOR>
          <MMSI>sample string 9</MMSI>
          <NOTES>sample string 18</NOTES>
          <OBL>sample string 15</OBL>
          <PICKEDUP>2024-04-04T04:54:24.0296624+00:00</PICKEDUP>
          <POD>sample string 3</POD>
          <PODDISCHARGE>2024-04-04T04:54:24.0296624+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>2024-04-04T04:54:24.0296624+00:00</UpdatedETA>
          <UpdatedETAFINAL>2024-04-04T04:54:24.0296624+00:00</UpdatedETAFINAL>
          <UpdatedETD>2024-04-04T04:54:24.0296624+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>2024-04-04T04:54:24.0296624+00:00</ATA>
            <ATD>2024-04-04T04:54:24.0296624+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>2024-04-04T04:54:24.0296624+00:00</ETA>
            <ETD>2024-04-04T04:54:24.0296624+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>2024-04-04T04:54:24.0296624+00:00</ATA>
            <ATD>2024-04-04T04:54:24.0296624+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>2024-04-04T04:54:24.0296624+00:00</ETA>
            <ETD>2024-04-04T04:54:24.0296624+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>2024-04-04T04:54:24.0296624+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>2024-04-04T04:54:24.0296624+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>2024-04-04T04:54:24.0296624+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>2024-04-04T04:54:24.0296624+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>2024-04-04T04:54:24.0296624+00:00</ATA>
          <ATD>2024-04-04T04:54:24.0296624+00:00</ATD>
          <AVAILABLE>2024-04-04T04:54:24.0296624+00:00</AVAILABLE>
          <CUSTOMS>sample string 16</CUSTOMS>
          <DEL>sample string 4</DEL>
          <DELIVERED>2024-04-04T04:54:24.0296624+00:00</DELIVERED>
          <DERAMPED>2024-04-04T04:54:24.0296624+00:00</DERAMPED>
          <DISCHARGE>2024-04-04T04:54:24.0296624+00:00</DISCHARGE>
          <EMPTYRETURN>2024-04-04T04:54:24.0296624+00:00</EMPTYRETURN>
          <EMPTYRETURNFACILITY>sample string 13</EMPTYRETURNFACILITY>
          <EMPTYRETURNFACILITYCODE>sample string 14</EMPTYRETURNFACILITYCODE>
          <ETA>2024-04-04T04:54:24.0296624+00:00</ETA>
          <ETAFINAL>2024-04-04T04:54:24.0296624+00:00</ETAFINAL>
          <ETD>2024-04-04T04:54:24.0296624+00:00</ETD>
          <FIRMS>sample string 11</FIRMS>
          <FREIGHT>sample string 17</FREIGHT>
          <IMO>sample string 8</IMO>
          <LFD>2024-04-04T04:54:24.0296624+00:00</LFD>
          <LFDDETENTION>2024-04-04T04:54:24.0296624+00:00</LFDDETENTION>
          <MILESTONEINDICATOR>sample string 19</MILESTONEINDICATOR>
          <MMSI>sample string 9</MMSI>
          <NOTES>sample string 18</NOTES>
          <OBL>sample string 15</OBL>
          <PICKEDUP>2024-04-04T04:54:24.0296624+00:00</PICKEDUP>
          <POD>sample string 3</POD>
          <PODDISCHARGE>2024-04-04T04:54:24.0296624+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>2024-04-04T04:54:24.0296624+00:00</UpdatedETA>
          <UpdatedETAFINAL>2024-04-04T04:54:24.0296624+00:00</UpdatedETAFINAL>
          <UpdatedETD>2024-04-04T04:54:24.0296624+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>2024-04-04T04:54:24.0296624+00:00</ATA>
            <ATD>2024-04-04T04:54:24.0296624+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>2024-04-04T04:54:24.0296624+00:00</ETA>
            <ETD>2024-04-04T04:54:24.0296624+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>2024-04-04T04:54:24.0296624+00:00</ATA>
            <ATD>2024-04-04T04:54:24.0296624+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>2024-04-04T04:54:24.0296624+00:00</ETA>
            <ETD>2024-04-04T04:54:24.0296624+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>
</GetAnticipationResponse>