POST api/PortExpectedArrivals

Returns any records matching the search criteria provided.

Request Information

URI Parameters

None.

Body Parameters

PortExpectedArrivalsPostParameters
NameDescriptionTypeAdditional information
PortGuid

MariData's unique identifier for the port.

globally unique identifier

Required

Request Formats

application/json, text/json

Sample:
{
  "PortGuid": "8327b29b-689e-43a8-a13a-765afa98c74b"
}

application/xml, text/xml

Sample:
<PortExpectedArrivalsPostParameters xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <PortGuid>8327b29b-689e-43a8-a13a-765afa98c74b</PortGuid>
</PortExpectedArrivalsPostParameters>

Response Information

Resource Description

Collection of PortExpectedArrival_Vessel
NameDescriptionTypeAdditional information
ETA

date

None.

Vessel

Vessel

None.

Confidence

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ETA": "2024-03-29T06:42:07.7033988+00:00",
    "Vessel": {
      "VesselIdentifier": "sample string 1",
      "Name": "sample string 2",
      "IMO": "sample string 3",
      "MMSI": "sample string 4",
      "CallSign": "sample string 5",
      "Flag": {
        "Name": "sample string 1",
        "Alpha2Code": "sample string 2",
        "Alpha3Code": "sample string 3",
        "NumericCode": "sample string 4",
        "Region": "sample string 5",
        "Continent": "sample string 6"
      },
      "AISType": "sample string 6",
      "Type": "sample string 7",
      "SubType": "sample string 8",
      "Dwt": 1,
      "Length": 1.0,
      "Breadth": 1.0,
      "CommercialOwner": "sample string 9",
      "EffectiveController": "sample string 10",
      "TechnicalManager": "sample string 11",
      "FinancialOwner": "sample string 12"
    },
    "Confidence": "sample string 2"
  },
  {
    "ETA": "2024-03-29T06:42:07.7033988+00:00",
    "Vessel": {
      "VesselIdentifier": "sample string 1",
      "Name": "sample string 2",
      "IMO": "sample string 3",
      "MMSI": "sample string 4",
      "CallSign": "sample string 5",
      "Flag": {
        "Name": "sample string 1",
        "Alpha2Code": "sample string 2",
        "Alpha3Code": "sample string 3",
        "NumericCode": "sample string 4",
        "Region": "sample string 5",
        "Continent": "sample string 6"
      },
      "AISType": "sample string 6",
      "Type": "sample string 7",
      "SubType": "sample string 8",
      "Dwt": 1,
      "Length": 1.0,
      "Breadth": 1.0,
      "CommercialOwner": "sample string 9",
      "EffectiveController": "sample string 10",
      "TechnicalManager": "sample string 11",
      "FinancialOwner": "sample string 12"
    },
    "Confidence": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfPortExpectedArrival_Vessel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <PortExpectedArrival_Vessel>
    <ETA>2024-03-29T06:42:07.7033988+00:00</ETA>
    <Vessel>
      <VesselIdentifier>sample string 1</VesselIdentifier>
      <Name>sample string 2</Name>
      <IMO>sample string 3</IMO>
      <MMSI>sample string 4</MMSI>
      <CallSign>sample string 5</CallSign>
      <Flag>
        <Name>sample string 1</Name>
        <Alpha2Code>sample string 2</Alpha2Code>
        <Alpha3Code>sample string 3</Alpha3Code>
        <NumericCode>sample string 4</NumericCode>
        <Region>sample string 5</Region>
        <Continent>sample string 6</Continent>
      </Flag>
      <AISType>sample string 6</AISType>
      <Type>sample string 7</Type>
      <SubType>sample string 8</SubType>
      <Dwt>1</Dwt>
      <Length>1</Length>
      <Breadth>1</Breadth>
      <CommercialOwner>sample string 9</CommercialOwner>
      <EffectiveController>sample string 10</EffectiveController>
      <TechnicalManager>sample string 11</TechnicalManager>
      <FinancialOwner>sample string 12</FinancialOwner>
    </Vessel>
    <Confidence>sample string 2</Confidence>
  </PortExpectedArrival_Vessel>
  <PortExpectedArrival_Vessel>
    <ETA>2024-03-29T06:42:07.7033988+00:00</ETA>
    <Vessel>
      <VesselIdentifier>sample string 1</VesselIdentifier>
      <Name>sample string 2</Name>
      <IMO>sample string 3</IMO>
      <MMSI>sample string 4</MMSI>
      <CallSign>sample string 5</CallSign>
      <Flag>
        <Name>sample string 1</Name>
        <Alpha2Code>sample string 2</Alpha2Code>
        <Alpha3Code>sample string 3</Alpha3Code>
        <NumericCode>sample string 4</NumericCode>
        <Region>sample string 5</Region>
        <Continent>sample string 6</Continent>
      </Flag>
      <AISType>sample string 6</AISType>
      <Type>sample string 7</Type>
      <SubType>sample string 8</SubType>
      <Dwt>1</Dwt>
      <Length>1</Length>
      <Breadth>1</Breadth>
      <CommercialOwner>sample string 9</CommercialOwner>
      <EffectiveController>sample string 10</EffectiveController>
      <TechnicalManager>sample string 11</TechnicalManager>
      <FinancialOwner>sample string 12</FinancialOwner>
    </Vessel>
    <Confidence>sample string 2</Confidence>
  </PortExpectedArrival_Vessel>
</ArrayOfPortExpectedArrival_Vessel>