GET api/PilotMovement/{port}/{fromDate}/{toDate}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
port

string

Default value is

fromDate

string

Default value is

toDate

string

Default value is

Body Parameters

None.

Response Information

Resource Description

Collection of Movement_PilotMovement
NameDescriptionTypeAdditional information
ID

Int32

None.

MovementID

Int32

None.

Port

string

None.

VesselIMO

Int32

None.

VesselName

string

None.

FromLocation

string

None.

ToLocation

string

None.

BookedDateTime

date

None.

VesselGRT

Int32

None.

VesselDisplacement

Int32

None.

VesselLOA

Int32

None.

LicenseLevel

string

None.

AllocationPilotCode

string

None.

AllocationPilotID

string

None.

AssistingPilotCode

string

None.

AssistingPilotID

string

None.

ObservingPilotCode

string

None.

ObservingPilotID

string

None.

PilotEmbarkTime

date

None.

PilotDisembarkTime

date

None.

Status

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID": 1,
    "MovementID": 2,
    "Port": "sample string 3",
    "VesselIMO": 4,
    "VesselName": "sample string 5",
    "FromLocation": "sample string 6",
    "ToLocation": "sample string 7",
    "BookedDateTime": "2024-11-21T10:15:33.1786674+00:00",
    "VesselGRT": 8,
    "VesselDisplacement": 9,
    "VesselLOA": 10,
    "LicenseLevel": "sample string 11",
    "AllocationPilotCode": "sample string 12",
    "AllocationPilotID": "sample string 13",
    "AssistingPilotCode": "sample string 14",
    "AssistingPilotID": "sample string 15",
    "ObservingPilotCode": "sample string 16",
    "ObservingPilotID": "sample string 17",
    "PilotEmbarkTime": "2024-11-21T10:15:33.1786674+00:00",
    "PilotDisembarkTime": "2024-11-21T10:15:33.1786674+00:00",
    "Status": "sample string 18"
  },
  {
    "ID": 1,
    "MovementID": 2,
    "Port": "sample string 3",
    "VesselIMO": 4,
    "VesselName": "sample string 5",
    "FromLocation": "sample string 6",
    "ToLocation": "sample string 7",
    "BookedDateTime": "2024-11-21T10:15:33.1786674+00:00",
    "VesselGRT": 8,
    "VesselDisplacement": 9,
    "VesselLOA": 10,
    "LicenseLevel": "sample string 11",
    "AllocationPilotCode": "sample string 12",
    "AllocationPilotID": "sample string 13",
    "AssistingPilotCode": "sample string 14",
    "AssistingPilotID": "sample string 15",
    "ObservingPilotCode": "sample string 16",
    "ObservingPilotID": "sample string 17",
    "PilotEmbarkTime": "2024-11-21T10:15:33.1786674+00:00",
    "PilotDisembarkTime": "2024-11-21T10:15:33.1786674+00:00",
    "Status": "sample string 18"
  }
]

application/xml, text/xml

Sample:
<ArrayOfMovement_PilotMovement xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Dashboard.Models">
  <Movement_PilotMovement>
    <AllocationPilotCode>sample string 12</AllocationPilotCode>
    <AllocationPilotID>sample string 13</AllocationPilotID>
    <AssistingPilotCode>sample string 14</AssistingPilotCode>
    <AssistingPilotID>sample string 15</AssistingPilotID>
    <BookedDateTime>2024-11-21T10:15:33.1786674+00:00</BookedDateTime>
    <FromLocation>sample string 6</FromLocation>
    <ID>1</ID>
    <LicenseLevel>sample string 11</LicenseLevel>
    <MovementID>2</MovementID>
    <ObservingPilotCode>sample string 16</ObservingPilotCode>
    <ObservingPilotID>sample string 17</ObservingPilotID>
    <PilotDisembarkTime>2024-11-21T10:15:33.1786674+00:00</PilotDisembarkTime>
    <PilotEmbarkTime>2024-11-21T10:15:33.1786674+00:00</PilotEmbarkTime>
    <Port>sample string 3</Port>
    <Status>sample string 18</Status>
    <ToLocation>sample string 7</ToLocation>
    <VesselDisplacement>9</VesselDisplacement>
    <VesselGRT>8</VesselGRT>
    <VesselIMO>4</VesselIMO>
    <VesselLOA>10</VesselLOA>
    <VesselName>sample string 5</VesselName>
  </Movement_PilotMovement>
  <Movement_PilotMovement>
    <AllocationPilotCode>sample string 12</AllocationPilotCode>
    <AllocationPilotID>sample string 13</AllocationPilotID>
    <AssistingPilotCode>sample string 14</AssistingPilotCode>
    <AssistingPilotID>sample string 15</AssistingPilotID>
    <BookedDateTime>2024-11-21T10:15:33.1786674+00:00</BookedDateTime>
    <FromLocation>sample string 6</FromLocation>
    <ID>1</ID>
    <LicenseLevel>sample string 11</LicenseLevel>
    <MovementID>2</MovementID>
    <ObservingPilotCode>sample string 16</ObservingPilotCode>
    <ObservingPilotID>sample string 17</ObservingPilotID>
    <PilotDisembarkTime>2024-11-21T10:15:33.1786674+00:00</PilotDisembarkTime>
    <PilotEmbarkTime>2024-11-21T10:15:33.1786674+00:00</PilotEmbarkTime>
    <Port>sample string 3</Port>
    <Status>sample string 18</Status>
    <ToLocation>sample string 7</ToLocation>
    <VesselDisplacement>9</VesselDisplacement>
    <VesselGRT>8</VesselGRT>
    <VesselIMO>4</VesselIMO>
    <VesselLOA>10</VesselLOA>
    <VesselName>sample string 5</VesselName>
  </Movement_PilotMovement>
</ArrayOfMovement_PilotMovement>