/VesselCargoHandlingRate
Short Description
Chapter Contents:
Properties
Example Response Body
Â
Long Description
Properties
Available from version 6.8
Property | Type | Length | Mandatory | Description | Comments |
---|---|---|---|---|---|
vessel | Â | Yes | Â | Â | |
port | Â | Yes | Â | Â | |
terminal | Â | Â | Â | Â | |
loadRate | Float | Â | Yes | Â | Â |
loadRateMeasurement | Â | Yes | Â | Â | |
loadRateTerms | Â | Yes | Â | Â | |
dischargeRate | Float | Â | Yes | Â | Â |
dischargeRateMeasurement | Â | Yes | Â | Â | |
dischargeRateTerms | Â | 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
}
Â