Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

...

From 6.28

Short Description

Inserting a position into Dataloy Vessel Report System (Dataloy VRS) enables vessels to send vessel reports without proper internet connection. The server side of Dataloy VRS is exposed in the Dataloy API for inserting vessel reports into Dataloy VMS. When Dataloy VRS is in use, the client side of the Vessel Report API system can be ignored - the message sent by e-mail to the VRS is identical to what can be posted in the Vessel Report API (with minor adjustments). Inserting a vessel report into Dataloy VMS not only inserts a position report, but also the schedule, bunkers etc. There is also a functionality available for locating correct port call based on vessel code and report date.VMS updates the schedule, bunkers etc. The new Vessel Report API requires a proper internet connection. See /wiki/spaces/VMSINT/pages/923414876 for the documentation about Dataloy Vessel Report System which does not require proper internet connection.

Chapter Contents: 

Table of Contents
maxLevel4
minLevel4
absoluteURLtrue
typeflat

Long Description

...

All fields will get inserted to a Position Report.

Position Report API Process

...

Custom fields can be added

  • using Events (if there is an event code and date).
  • or added as a Remark (text field).

Events are added and retrieved from Master Data and can be used in a JSON message. Event fields in the JSON message is shortened:

  • ed = event date
  • ec = event code.

Remarks will be connected to the Position Report. To send remarks requires:

...

IMPORTANT: This type of construction causes various challenges with e-mail based vessel reporting (more information: contact contact Dataloy).

Alerts

Alerts can be triggered either:

...

IMPORTANT: Property Settings is handled in: Master Data > Dataloy Properties.

Properties

Anchor
property
property
 ???

PropertyDescription
com.dataloy.integration.vessel.voyageNoAndRFC

When set to true: referenceNo and reasonForCall can be added to the json message. This makes it easier for VRS to locate the correct port call and will reduce errors.

com.dataloy.integration.vessel.reportMailRecipients

List of email addresses separated by semicolon.

A vessel report successfully inserted into Dataloy VMS results in a report being sent to the addresses in this property value. The report will list all values sent from the vessel.

com.dataloy.integration.vessel.errormail.recipient
  • E-mail address list separated by semicolon.
  • The e-mail address owners will receive an e-mail if a vessel report is failing.
  • The Voyage Operator will also receive a message if the User has registered relevant e-mail address.
com.dataloy.integration.vessel.errormail.senderAn e-mail address will be the sender of the Error Mail.
com.dataloy.integration.vessel.sendReportMailToOperator

When set to true: A vessel report successfully inserted into Dataloy VMS results in a report being sent to the Voyage Operator, listing all values sent from the vessel.

com.dataloy.mail.smtp

smtp must be setup for e-mail alerts to function.


Base URL

The Vessel Position Report URL:

Code Block
Base URL + ws/rest/VesselReportPositionReport

Noon report

JSON Field Name
Description
Affects Dataloy VMS
MandatoryTypeLength
portCallId
portCall
A port call idIf the port call id is available, use this to avoid VRS trying to locate the correct port call.referenceNoVoyage reference numberMakes it easier for VRS to locate correct port call which results in less errors. Requires a system 924581992.reasonForCallReason for callMakes it easier for VRS to locate correct port call which results in less errors. Requires a system 924581992.object
Yes

reportTypeCode
  • Vessel Report Type
  • Value = NOON for Noon Report
Used to insert correct type of Position Report and to locate correct port call.YesString4
vesselCode
Dataloy Vessel CodeUsed in combination with report date local time to locate the port call in Dataloy VMS.YesString

6String4
reportDateLocal
Report Date Local TimeUsed in combination with vessel code to locate the port call in Dataloy VMS. Inserted in the Postition Report.
YesDate
latitude
Position Latitude (Decimal Degrees)Inserted in Position Report.

Double5
longitude
Position Longitude (Decimal Degress)Inserted in Position Report.

DoubleDouble5
portId
Arrival Port, Dataloy Port ID

When a port call is located based on vessel and report date, Dataloy VMS checks the reported port against the port in Dataloy VMS.
If these do not match an error message will be returned and the report will not be inserted.

YesInteger38
arrival
eta
Estimated Time of ArrivalUpdates ETA in Schedule.YesDate
berthedeventLogs
Estimated
Time

Array of

Berthing
Updates ETB in Schedule.Date
departure
Estimated Time of DepartureUpdates ETD in Schedule.

EventLog

Add Departure Time as an Event Log with "DEP" event code,

Add Berthed Time as an Event Log with "BRT" event code

Updates ETD and ETB in Schedule
Date
trueCourse
True CourseInserted in Position Report.

Integer38
distanceSailed
Distance Sailed Since Last ReportInserted in Position Report.

Double
hoursInService
Hours in Service Since Last ReportInserted in Position Report.

Double
distanceToNextPort
Distance To GoInserted in Position Report.

Double
speedMadeGood
Speed Made GoodInserted in Position Report.

Double
windDirectionIdwindDirection
Wind Direction (more details)Inserted in Position Report.

Integer38
averageWindForce
Wind Force. Beaufort.Inserted in Position Report.

IntegerInteger38
seaDirectionIdseaDirection
Sea Direction (more details)
Inserted in Position Report.


Integer38
averageSeaState
Sea State. Integer from 0 - 9.Inserted in Position Report.

Integer38
bhpMainEngineIndicatedRpm
Main Engine RPM Since Last ReportInserted in Position Report.

Double
dailyFo
Daily Fuel Oil ConsumptionInserted in Position Report.

Double
dailyDo
Daily Diesel Oil ConsumptionInserted in Position Report.

Double
dailyFl
Daily Fuel Oil Low Sulphur ConsumptionInserted in Position Report.

Double
dailyDl
Daily Diesel Oil Low Sulphur ConsumptionInserted in Position Report.

Double
dailyFw
Daily Net Fresh Water ConsumptionInserted in Position Report.

Double
robFo
Fuel Oil Remaining on Board (FO RoB)Inserted in Position Report.Updates FO arrival RoB of the Port Call
Double
robDo
Diesel Oil Remaining on Board (DO RoB)Inserted in Position Report.Updates DO arrival RoB of the Port Call
Double
robFl
Fuel Oil Low Sulphur Remaining on Board (FO LS RoB)Inserted in Position Report.Updates FO LS arrival RoB of the Port Call
Double
robDl
Diesel Oil Low Sulphur Remaining on Board (DO LS RoB)Inserted in Position Report.Updates DO LS arrival RoB of the Port Call
Double
robFw
Fresh Water Remaining on BoardInserted in Position Report.

Double
genericRemark???
RemarkInserted as a Remark to the Position Report.Not handled via API how ???
StringUnlimited

Arrival report 

Vessel
JSON Field Name
Description
Affets Affects Dataloy VMS
MandatoryTypeLength
portCallId
portCall
A port call idIf the port call id is available, use this to avoid VRS trying to locate the correct port call.referenceNoVoyage reference numberMakes it easier for VRS to locate correct port call which results in less errors. Requires a system 924581992. reasonForCallReason for call  Makes it easier for VRS to locate correct port call which results in less errors. Requires a system 924581992. 
reportTypeCode

Yes?Integer
reportTypeCode
Vessel Report Type
Value = ARR for Arrival Report.
Used to insert the correct type of Position Report and to locate the correct port call. YesString4
vesselCode
Dataloy vessel code.

Used in combination with report date local time to locate the port call in Dataloy VMS.

YesString6
portId
Arrival Port, Dataloy Port ID

When a port call is located based on vessel and report date, Dataloy VMS checks the reported port against the port in Dataloy VMS.
If these do not match an error message will be returned and the report will not be inserted.

YesInteger38
reportDateLocal
Report Date Local TimeUsed in combination with vessel code to locate the port call in Dataloy VMS.YesDate
arrival
Time of ArrivalUpdates ETA in Schedule.YesDate
berthed
Time of Berthing (Estimated if Anchoring)Updates ETB in ScheduleYesDate
departure
Estimated Time of DepartureUpdates ETD in Schedule.YesDate
distanceSailedSinceDeparture
Total Distance Sailed Since DepartureUpdates Miles in Schedule.Double
distanceSailed
Distance Sailed Since Last ReportInserted in Postion Report.Double
hoursStoppages
Hours StoppagesUpdates Days Stoppages (see the Perfomance tab in Booking and Operations).Double
hoursInService
Hours in ServiceInserted in Postion Report.Double
speedMadeGood
Speed Made Good Since Last ReportInserted in Postion Report.Double
draftAft
Draft AftInserted in Postion Report.Double
draftForward
Draft ForwardInserted in Postion Report.Double
dailyFo
Daily Fuel Oil Consumption
Inserted in Postion Report.Double
dailyDo
Daily Diesel Oil ConsumptionInserted in Postion Report.Double
dailyFl
Daily Fuel Oil Low Sulphur ConsumptionInserted in Postion Report.Double
dailyDl
Daily Diesel Oil Low Sulphur ConsumptionInserted in Postion Report.Double
dailyFw
Daily Net Fresh Water consumptionInserted in Postion Report.Double
robFo
Fuel Oil Remaining on Board (FO RoB)Updates Fuel Oil Remaining on Board (FO RoB) Arrival.Double
robDo
Diesel Oil Remaining on Board (DO RoB)Updates Diesel Oil Remaining on Board (DO RoB) Arrival.Double
robFl
Fuel Oil Low Sulphur Remaining on Board (FO LS RoB)Updates Fuel Oil Low Sulphur Remaining on Board (FO LS RoB) Arrival.Double
robDl
Diesel Oil Low Sulphur Remaining on Board (DO LS RoB)Updates Diesel Oil Low Sulphur Remaining on Board (DO LS RoB) Arrival.Double
robFw
Fresh Water remaining on boardInserted in Postion Report.Double
genericRemark
RemarkInserted as a Remark to the Position Report.StringUnlimited

In Port Report

...

Description

...

Affects Dataloy VMS

...

reportTypeCode

...

Vessel Report Type
Value = PORT for In Port Report.

...

vesselCode

...

portId

...

When a port call is located based on vessel and report date, Dataloy VMS checks the reported port against the port in Dataloy VMS.
If these do not match an error message will be returned and the report will not be inserted.

...

reportDateLocal

...

berthed

...

departure

...

hoursInService

...

weatherId

...

windDirectionId

...

averageWindForce

...

genericRemark

...

Description

...

Affects Dataloy VMS

...

reportTypeCode

...

vesselCode

...

portId

...

When a port call is located based on vessel and report date, Dataloy VMS checks the reported port against the port in Dataloy VMS.
If these do not match an error message will be returned and the report will not be inserted.

...

reportDateLocal

...

departure

...

nextPortId

...

When a port call is located based on vessel and report date, Dataloy VMS checks the reported port against the port in Dataloy VMS.
If these do not match an e-mail will be sent to the operator and the report will not be inserted.

...

arrival

...

distanceToNextPort

...

draftAft

...

draftForward

...

robFo

...

robDo

...

robFl

...

robDl

...

robFw

...

foBunkered

...

Bunkered Fuel Oil
Input Exact Figure According to BDR

...

flBunkered

...

Bunkered Fuel Oil Low Sulphur
Input exact figure according to the BDR

...

doBunkered

...

Bunkered Diesel Oil
Input exact figure according to the BDR

...

dlBunkered

...

Bunkered Diesel Oil Low Sulphur
Input exact figure according to the BDR

...

genericRemark

...

Note

Updated for API version 2.0.0 using the new required date format yyyy-dd-MMThh:mi:ss to conform ISO 8601, (prior version has date format: yyyy-dd-MM hh:mi:ss)

Code Block
languagejs
titleArrival
{
	"remarks":[
	],
	"events":[
		{
			"ed":"2013-12-24T00:00:00", 
			"ec":"VR05"
		},
		{
			"ed":"2013-12-24T00:00:00",
			"ec":"VR10"
		}
	],
	"reportTypeCode":"ARR",
	"vesselCode":"14",
	"portId":"104419",
	"reportDateLocal":"2013-12-24T00:00:00",
	"arrival":"2013-12-24T00:00:00",
	"berthed":"2013-12-24T00:00:00",
	"departure":"2013-12-24T00:00:00",
	"distanceSailed":"10",
	"distanceSailedSinceDeparture":"10",
	"hoursInService":"10",
	"hoursStoppages":"10",
	"speedMadeGood":"10",
	"draftAft":"10",
	"draftForward":"10",
	"dailyFo":"10",
	"dailyDo":"10",
	"dailyFl":"10",
	"dailyDl":"10",
	"dailyFw":"10",
	"robFo":"10",
	"robDo":"10",
	"robFl":"10",
	"robDl":"10",
	"robFw":"10",
	"genericRemark":"Remark"
}

...

languagejs
titleDeparture

...

reportDateLocal
Report Date Local Time
YesDate
eta
Time of ArrivalUpdates ETA in ScheduleYesDate
eventLogs

Array of EventLog

Add Departure Time as an Event Log with "DEP" event code,

Add Berthed Time as an Event Log with "BRT" event code

Updates ETB and/or ETD in ScheduleYesArray of EventLogs
distanceSailedSinceDeparture
Total Distance Sailed Since DepartureUpdates Miles in Schedule.
Double
distanceSailed
Distance Sailed Since Last Report

Double
hoursStoppages
Hours StoppagesUpdates Days Stoppages (see the Perfomance tab in Booking and Operations).
Double
hoursInService
Hours in Service

Double
speedMadeGood
Speed Made Good Since Last Report

Double
draftAft
Draft Aft

Double
draftForward
Draft Forward

Double
dailyFo
Daily Fuel Oil Consumption


Double
dailyDo
Daily Diesel Oil Consumption

Double
dailyFl
Daily Fuel Oil Low Sulphur Consumption

Double
dailyDl
Daily Diesel Oil Low Sulphur Consumption

Double
dailyFw
Daily Net Fresh Water consumption

Double
robFo
Fuel Oil Remaining on Board (FO RoB)Updates Fuel Oil Remaining on Board (FO RoB) Arrival.
Double
robDo
Diesel Oil Remaining on Board (DO RoB)Updates Diesel Oil Remaining on Board (DO RoB) Arrival.
Double
robFl
Fuel Oil Low Sulphur Remaining on Board (FO LS RoB)Updates Fuel Oil Low Sulphur Remaining on Board (FO LS RoB) Arrival.
Double
robDl
Diesel Oil Low Sulphur Remaining on Board (DO LS RoB)Updates Diesel Oil Low Sulphur Remaining on Board (DO LS RoB) Arrival.
Double
robFw
Fresh Water remaining on board

Double
genericRemark???
RemarkInserted as a Remark to the Position Report.
StringUnlimited

In Port Report

JSON Field Name
Description
Affects Dataloy VMS
MandatoryTypeLength
portCall
A port call id
YesInteger
reportTypeCode

Vessel Report Type
Value = PORT for In Port Report.

Used to insert the correct type of Position Report and to locate the correct port call.YesString4
reportDateLocal
Report Date Local Time
YesDate
eventLogs

Array of EventLog

Add Estimated Departure Time as an Event Log with "DEP" event code,

Add Estimated Berthed Time as an Event Log with "BRT" event code

Updates ETB and/or ETD in Schedule
Date
hoursInService
Hours in Service

Double
weather
Weather. More Details.

Integer38
windDirection
Wind Direction. More Details. 

Integer38
averageWindForce
Average Wind Force. Beaufort.

Integer38
genericRemark???
RemarkInserted as a Remark to the Position Report.
StringUnlimited


Departure Report

JSON Field Name
Description
Affects Dataloy VMS
MandatoryTypeLength
portCall
A port call id



reportTypeCode
Vessel Report Type.
Value = DEP for Departure Report.

YesString4
reportDateLocal
Report Date Local Time
YesDate
eventLogs

Array of EventLog

Add Departure Time as an Event Log with "DEP" event code

Updates Estimated Time of Departure (ETD) in Schedule.YesDate
eta
Estimated Time of ArrivalUpdates Estimate Time of Arrival (ETA) for next Arrival Port.
Date
distanceToNextPort
Distance To Next Port

Double
draftAft
Draft Aft

Double
draftForward
Draft Forward

Double
robFo
Fuel Oil Remaining on Board (FO RoB)Updates Fuel Oil Remaining on Board (FO RoB) departure.
Double
robDo
Diesel Oil Remaining on Board (DO RoB)Updates Diesel Oil Remaining on Board (DO RoB) departure.
Double
robFl
Fuel Oil Low Sulphur Remaining on Board (FO LS RoB)Updates Fuel Oil Low Sulphur Remaining on Board (FO LS RoB) departure.
Double
robDl
Diesel Oil Low Sulphur Remaining on Board (DO LS RoB)Updates Diesel Oil Low Sulphur Remaining on Board (FO LS RoB) departure.
Double
robFw
Fresh Water Remaining on Board

Double
foBunkered???

Bunkered Fuel Oil
Input Exact Figure According to BDR

Updates Fuel Oil bunkered for departure port call.
Double
flBunkered

Bunkered Fuel Oil Low Sulphur
Input exact figure according to the BDR

Updates Fuel Oil Low Sulphur bunkered for departure port call.
Double
doBunkered

Bunkered Diesel Oil
Input exact figure according to the BDR

Updates Diesel Oil bunkered for departure port call.
Double
dlBunkered????

Bunkered Diesel Oil Low Sulphur
Input exact figure according to the BDR

Updates Diesel Oil Low Sulphur bunkered for departure port call.
Double
genericRemark????
RemarkInserted as remark to position report.
StringUnlimited


Example Messages

Note

Updated for API version 2.0.0 using the new required date format yyyy-dd-MMThh:mi:ss to conform ISO 8601, (prior version has date format: yyyy-dd-MM hh:mi:ss)


Code Block
languagejs
titleArrival
{
	"reportTypeCode":"ARR",
	"portCall":{"key": 1009999},
	"reportDateLocal":"2013-12-24T00:00:00",
			"eceventLogs":"VR20"
		},
		{
			"ed [{"eventLogDate":"2013-12-24T00:00:00", 			"ecevent":{"VR25ARR"
		}}, 		{
			{"edeventLogDate":"2013-12-24T00:00:00", 			"ecevent":{"VR30BRT"
		}}, 		{
			"edeventLogDate":"2013-12-24T00:00:00", 			"ecevent":{"VR40DEP"
		}}],
		{
			"ed":"2013-12-24T00:00:00"distanceSailed":"10",
	"distanceSailedSinceDeparture":"10",
			"echoursInService":"VR4510",
		},
		{
			"ed":"2013-12-24T00:00:00",
			"ec":"VR50"
		},
		{
			"ed":"2013-12-24T00:00:00",
			"ec":"VR55"
		}
	],
	"reportTypeCode":"DEP"hoursStoppages":"10",
	"speedMadeGood":"10",
	"draftAft":"10",
	"draftForward":"10",
	"dailyFo":"10",
	"dailyDo":"10",
	"vesselCodedailyFl":"1410",
	"portIddailyDl":"10441910",
	"reportDateLocaldailyFw":"2013-12-24T00:00:0010",
	"departurerobFo":"2013-12-24T00:00:0010",
	"nextPortIdrobDo":"10441910",
	"arrivalrobFl":"2013-12-24T00:00:0010",
	"distanceToNextPortrobDl":"10",
	"draftAftrobFw":"10",
	//"draftForwardgenericRemark":"10",Remark"
}


Code Block
languagejs
titleDeparture
 {
	"robForeportTypeCode":"10DEP",
	"robDoportCall":{"10key": 1009999},
	"robFlreportDateLocal":"102013-12-24T00:00:00",
	"robDleventLogs":"10",
	"robFw [{"eventLogDate":"102013-12-24T00:00:00", 	"foBunkeredevent":{"10DEP"}}, 	{"flBunkeredeventLogDate":"102013-12-24T00:00:00", 	"doBunkeredevent":{"10ARR"}}],
	"dlBunkereddistanceToNextPort":"10",
	"genericRemarkdraftAft":"Remark"
}


Code Block
languagejs
titleNoon
{10",
	"remarksdraftForward":["10",
	]"robFo":"10",
	"eventsrobDo":[
	]"10",
	"reportTypeCoderobFl":"NOON10",
	"vesselCoderobDl":"1410",
	"latituderobFw":"10.17",
	//"longitudefoBunkered":"10.17",
	//"portIdflBunkered":"10441910",
	//"reportDateLocaldoBunkered":"2013-12-24T00:00:0010",
	//"arrivaldlBunkered":"2013-12-24T00:00:0010",
	//"berthedgenericRemark":"2013-12-24T00:00:00",Remark"
}



Code Block
languagejs
titleNoon
{
	"departurereportTypeCode":"2013-12-24T00:00:00NOON",
	"trueCourseportCall":{"10key": 1009999},
	"distanceSailedlatitude":"10".17,
	"hoursInServicelongitude":"10".17,
	"distanceToNextPortreportDateLocal":"102013-12-24T00:00:00",
	"speedMadeGoodeventLogs":"10",
	"windDirectionId [{"eventLogDate":"9116382013-12-24T00:00:00", 	"averageWindForceeventCode":{"0ARR"}}, 
			{"seaDirectionIdeventLogDate":"9116382013-12-24T00:00:00", 	"averageSeaStateevent":{"1BRT"}}, 	{"bhpMainEngineIndicatedRpmeventLogDate":"102013-12-24T00:00:00", 	"dailyFoevent":{"10DEP"}}],
	"dailyDotrueCourse":"10",
	"dailyFldistanceSailed":"10",
	"dailyDlhoursInService":"10",
	"dailyFwdistanceToNextPort":"10",
	"robFospeedMadeGood":"10",
	"robDowindDirectionId":"10911638",
	"robFlaverageWindForce":"100",
	"robDlseaDirectionId":"10911638",
	"robFwaverageSeaState":"101",
	"genericRemarkbhpMainEngineIndicatedRpm":""
}
Code Block
languagejs
titlePort
{10",
	"remarksdailyFo":[
		{"10",
			"iddailyDo":"7049552610",
			"rdailyFl":"10010"
		},
		{
			"id"dailyDl":"7049552710",
			"rdailyFw":"10010"
		},
		{
			"idrobFo":"7049552810",
			"rrobDo":"100"
		}
	]10",
	"eventsrobFl":[
		{
		"10",
	"edrobDl":"2013-12-24T00:00:0010",
			"ecrobFw":"VR60"
		}
	]10",
	//"reportTypeCodegenericRemark":"PORT","
}


Code Block
languagejs
titlePort
{
	"vesselCodereportTypeCode":"14PORT",
	"portIdportCall":{"104419key": 1009999},
	"reportDateLocal":"2013-12-24T00:00:00",
	"berthedeventLogs": [{"eventLogDate":"2013-12-24T00:00:00", "event":{"BRT"}}, 	{"departureeventLogDate":"2013-12-24T00:00:00", "event":{"DEP"}}],
	"hoursInService":"20",
	"weatherId":"950936",
	"windDirectionId":"913903",
	"averageWindForce":"1",
	//"genericRemark":"Remark"
}


Consumption Breakdown

The following fields can be added for consumption breakdown

Main Engine - Fuel OilInserted to position report.
Main Engine - Fuel Oil Low SulphurInserted to position report.
Main Engine - Diesel OilInserted to position report.
Main Engine - Diesel Oil Low SulphurInserted to position report.
Auxiliary - Fuel Oil At SeaInserted to position report.
Auxiliary - Fuel Oil Low Sulphur At SeaInserted to position report.
Auxiliary - Diesel Oil At SeaInserted to position report.
Auxiliary - Diesel Oil Low Sulphur At SeaInserted to position report.Inserted to position report.
Boilers - Fuel Oil IdleInserted to position report.
Boilers - Fuel Oil Low Sulphur IdleInserted to position report.
Boilers - Diesel Oil IdleInserted to position report.
Boilers - Diesel Oil Low Sulphur IdleInserted to position report.
Boilers - Fuel Oil WorkingInserted to position report.
Boilers - Fuel Oil Low Sulphur WorkingInserted to position report.
Boilers - Diesel Oil WorkingInserted to position report.
Boilers - Diesel Oil Low Sulphur WorkingInserted to position report.
Generators - Fuel Oil At SeaInserted to position report.
Generators - Fuel Oil Low Sulphur At SeaInserted to position report.
Generators - Diesel Oil At SeaInserted to position report.
Generators - Diesel Oil Low Sulphur At SeaInserted to position report.
Cleaning - Fuel OilInserted to position report.
Cleaning - Fuel Oil Low SulphurInserted to position report.
Cleaning - Diesel OilInserted to position report.
Cleaning - Diesel Oil Low SulphurInserted to position report.
Heating - Fuel Oil ConsumptionInserted to position report.
Heating - Fuel Oil Low SulphurInserted to position report.
Heating - Diesel OilInserted to position report.
Heating - Diesel Oil Low SulphurInserted to position report.


Anchor
weather
weather

Weather Data

When inserting weather data, use the ID from the Weather Data table:

Weather IDWeather Description
950926
Clear Sky
950927
Sunny Day
950928
Partly Cloudy
950929
Sunny Intervals
950930
Dust
950931
Mist
950932
Fog
950933
Medium-Level Cloud
950934
Low-Level Cloud
950935
Light Rain Shower
950936
Drizzle
950937
Light Rain
950938
Heavy Rain Shower
950939
Heavy Rain
950940
Sleet Shower
950941
Sleet
950942
Hail Shower
950943
Hail
950944
Light Snow Shower
950945
Light Snow
950946
Heavy Snow Shower
950947
Heavy Snow
950948
Thundery Shower
950949
Thunder Storm
950950
Tropical Storm
950951
Haze

Anchor
direction
direction

Direction

When inserting direction, use the ID from the Direction Table:

Direction idDirection Description
911636
North
911637
South
911638
East
911639
West
911640
North/East
911641
North/West
911642
South/East
911643
South/West
913753
Various
913902
North/North/East
913903
East/North/East
913904
East/South/East
913905
South/South/East
913906
South/South/West
913907
West/South/West
913908
West/North/West
913909
North/North/West
916765
East/by/North
916766
East/by/South
916767
North/by/East
916768
North/by/West
916769
NE/by/East
916770
NE/by/north
916771
NW/by/North
916772
NW/by/West
916773
SE/by/East
916774
SE/by/South
916775
SW/by/South
916776
SW/by/West
916777
South/by/East
916778
South/by/West
916779
West/by/North
916780
West/by/South

Reason For Call
Anchor
reasonForCall
reasonForCall

CodeDescription
LLoading
DDischarging
CCanal Passage
EExtra Port
DDDry Dock
DELDelivery
REDRedelivery
BBunkering
RRepair
CL
Tank / Hold Cleaning
STSShip to Ship
WWaiting
CC
Customs Clearance

...

Anchor
vesselCode
vesselCode

Dataloy

...

Event Code

Dataloy Vessel Codes Events can be found by using the Vessel Code Event Resource.

Anchor
portId
portId

Dataloy Port ID

Dataloy Port ID's can be found be using the Port Resource.



Top
Back

Related Content

Expand
titleExpand to see related content


Wiki Markup
{dynamiccontentbylabel:showLabels=false|showSpace=false}


...