GET api/VesselMovementsNSWPorts/{lastUpdate}/{port}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| lastUpdate | string |
Required |
|
| port | string |
Default value is ALL |
Body Parameters
None.
Response Information
Resource Description
Collection of Movement_NSWPortsMovement| Name | Description | Type | Additional information |
|---|---|---|---|
| MovementID | Int32 |
None. |
|
| SourceMovementID | Int32 |
None. |
|
| VisitID | Int32 |
None. |
|
| SourceVisitID | Int32 |
None. |
|
| VoyageNoIn | string |
None. |
|
| VoyageNoOut | string |
None. |
|
| Port | string |
None. |
|
| VesselIMO | Int32 |
None. |
|
| VesselName | string |
None. |
|
| FromLocation | string |
None. |
|
| ToLocation | string |
None. |
|
| Purpose | string |
None. |
|
| Agent | string |
None. |
|
| VesselOperator | string |
None. |
|
| ExpectedStartTime | date |
None. |
|
| ClearBerthTime | date |
None. |
|
| SecureBerthTime | date |
None. |
|
| MovementType | string |
None. |
|
| Status | string |
None. |
|
| CreatedTime | date |
None. |
|
| LastModifiedTime | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"MovementID": 1,
"SourceMovementID": 2,
"VisitID": 3,
"SourceVisitID": 4,
"VoyageNoIn": "sample string 5",
"VoyageNoOut": "sample string 6",
"Port": "sample string 7",
"VesselIMO": 8,
"VesselName": "sample string 9",
"FromLocation": "sample string 10",
"ToLocation": "sample string 11",
"Purpose": "sample string 12",
"Agent": "sample string 13",
"VesselOperator": "sample string 14",
"ExpectedStartTime": "2025-11-23T18:08:13.2020182+00:00",
"ClearBerthTime": "2025-11-23T18:08:13.2020182+00:00",
"SecureBerthTime": "2025-11-23T18:08:13.2020182+00:00",
"MovementType": "sample string 15",
"Status": "sample string 16",
"CreatedTime": "2025-11-23T18:08:13.2020182+00:00",
"LastModifiedTime": "2025-11-23T18:08:13.2020182+00:00"
},
{
"MovementID": 1,
"SourceMovementID": 2,
"VisitID": 3,
"SourceVisitID": 4,
"VoyageNoIn": "sample string 5",
"VoyageNoOut": "sample string 6",
"Port": "sample string 7",
"VesselIMO": 8,
"VesselName": "sample string 9",
"FromLocation": "sample string 10",
"ToLocation": "sample string 11",
"Purpose": "sample string 12",
"Agent": "sample string 13",
"VesselOperator": "sample string 14",
"ExpectedStartTime": "2025-11-23T18:08:13.2020182+00:00",
"ClearBerthTime": "2025-11-23T18:08:13.2020182+00:00",
"SecureBerthTime": "2025-11-23T18:08:13.2020182+00:00",
"MovementType": "sample string 15",
"Status": "sample string 16",
"CreatedTime": "2025-11-23T18:08:13.2020182+00:00",
"LastModifiedTime": "2025-11-23T18:08:13.2020182+00:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfMovement_NSWPortsMovement xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Dashboard.Models">
<Movement_NSWPortsMovement>
<Agent>sample string 13</Agent>
<ClearBerthTime>2025-11-23T18:08:13.2020182+00:00</ClearBerthTime>
<CreatedTime>2025-11-23T18:08:13.2020182+00:00</CreatedTime>
<ExpectedStartTime>2025-11-23T18:08:13.2020182+00:00</ExpectedStartTime>
<FromLocation>sample string 10</FromLocation>
<LastModifiedTime>2025-11-23T18:08:13.2020182+00:00</LastModifiedTime>
<MovementID>1</MovementID>
<MovementType>sample string 15</MovementType>
<Port>sample string 7</Port>
<Purpose>sample string 12</Purpose>
<SecureBerthTime>2025-11-23T18:08:13.2020182+00:00</SecureBerthTime>
<SourceMovementID>2</SourceMovementID>
<SourceVisitID>4</SourceVisitID>
<Status>sample string 16</Status>
<ToLocation>sample string 11</ToLocation>
<VesselIMO>8</VesselIMO>
<VesselName>sample string 9</VesselName>
<VesselOperator>sample string 14</VesselOperator>
<VisitID>3</VisitID>
<VoyageNoIn>sample string 5</VoyageNoIn>
<VoyageNoOut>sample string 6</VoyageNoOut>
</Movement_NSWPortsMovement>
<Movement_NSWPortsMovement>
<Agent>sample string 13</Agent>
<ClearBerthTime>2025-11-23T18:08:13.2020182+00:00</ClearBerthTime>
<CreatedTime>2025-11-23T18:08:13.2020182+00:00</CreatedTime>
<ExpectedStartTime>2025-11-23T18:08:13.2020182+00:00</ExpectedStartTime>
<FromLocation>sample string 10</FromLocation>
<LastModifiedTime>2025-11-23T18:08:13.2020182+00:00</LastModifiedTime>
<MovementID>1</MovementID>
<MovementType>sample string 15</MovementType>
<Port>sample string 7</Port>
<Purpose>sample string 12</Purpose>
<SecureBerthTime>2025-11-23T18:08:13.2020182+00:00</SecureBerthTime>
<SourceMovementID>2</SourceMovementID>
<SourceVisitID>4</SourceVisitID>
<Status>sample string 16</Status>
<ToLocation>sample string 11</ToLocation>
<VesselIMO>8</VesselIMO>
<VesselName>sample string 9</VesselName>
<VesselOperator>sample string 14</VesselOperator>
<VisitID>3</VisitID>
<VoyageNoIn>sample string 5</VoyageNoIn>
<VoyageNoOut>sample string 6</VoyageNoOut>
</Movement_NSWPortsMovement>
</ArrayOfMovement_NSWPortsMovement>