/VesselCargoHandlingRate


Short Description

Chapter Contents:

  • Properties

  • Example Response Body

 

Long Description

Properties

Available from version 6.8

Property

Type

Length

Mandatory

Description

Comments

Property

Type

Length

Mandatory

Description

Comments

vessel

/Vessel

 

Yes

 

 

port

/Port

 

Yes

 

 

terminal

/Terminal

 

 

 

 

loadRate

Float

 

Yes

 

 

loadRateMeasurement

/LaytimeTermsMeasurement

 

Yes

 

 

loadRateTerms

/LaytimeTerms

 

Yes

 

 

dischargeRate

Float

 

Yes

 

 

dischargeRateMeasurement

/LaytimeTermsMeasurement

 

Yes

 

 

dischargeRateTerms

/LaytimeTerms

 

Yes

 

 

 

Example Response Body

Available from version 6.8

GET:

{ "key": 16484380, "self": "https://platform-dev.dataloy.com:9143/ws/rest/VesselCargoHandlingRate/16484380", "vessel": { "vesselName": "Alex", "imoNumber": "9170638", "key": 1038779, "self": "https://platform-dev.dataloy.com:9143/ws/rest/Vessel/1038779" }, "createdById": 999999, "createdDate": "2022-05-10T09:52:55", "externalObjectKey": null, "modifiedDate": "2022-05-10T09:52:55", "terminal": null, "port": { "portName": "BERGEN", "unLoCode": "NOBGO", "country": { "countryCode": "NO", "countryName": "Norway", "key": 410154, "self": "https://platform-dev.dataloy.com:9143/ws/rest/Country/410154" }, "isCanal": false, "key": 104146, "self": "https://platform-dev.dataloy.com:9143/ws/rest/Port/104146" }, "loadRate": 22.0, "loadRateMeasurement": { "key": 6506188, "self": "https://platform-dev.dataloy.com:9143/ws/rest/LaytimeTermsMeasurement/6506188" }, "loadRateTerms": { "key": 6000950, "self": "https://platform-dev.dataloy.com:9143/ws/rest/LaytimeTerms/6000950", "laytimeTerms": "CQD", "laytimeTermsCode": "CQD" }, "dischargeRate": 55.0, "dischargeRateMeasurement": { "key": 6506188, "self": "https://platform-dev.dataloy.com:9143/ws/rest/LaytimeTermsMeasurement/6506188" }, "dischargeRateTerms": { "key": 6000950, "self": "https://platform-dev.dataloy.com:9143/ws/rest/LaytimeTerms/6000950", "laytimeTerms": "CQD", "laytimeTermsCode": "CQD" }, "remarks": [], "isObjectActive": true }