/BunkerAdjustment
Short Description:
Chapter contents:
Properties
Example Response Body
Â
Long Description:
Properties
Available from version 6.28
Property | Type | Length | Mandatory | Description | Comments |
---|---|---|---|---|---|
rangeMin | Integer | Â | Yes | Â | Â |
rangeMax | Integer | Â | Yes | Â | Â |
adjustmentFactor | Double | Â | Â | Â | Â |
agreedConsumption | Double | Â | Â | Â | Â |
price | Double | Â | Yes | Â | Â |
cargo | Â | Â | Â | Â | |
adjustmentType | Â | Yes | Â | Available from version 6.31 | |
bunkerCategory | Â | Yes | Â | Available from version 6.31 | |
adjustment | Double | Â | Â | Calculated Field | Available form version 6.32 |
Â
Example Response Body
Available from version 6.28 (updated on version 6.31)
GET:
{
"key": 9152980,
"self": "https://dev.dataloy.com/ws/rest/BunkerAdjustment/9152980",
"createdById": 3994101,
"createdDate": "2023-06-01T08:12:38",
"externalObjectKey": null,
"modifiedDate": "2023-06-01T08:12:38",
"cargo": {
"key": 9072347,
"self": "https://dev.dataloy.com/ws/rest/Cargo/9072347"
},
"price": 12.0,
"bunkerCategory": {
"key": 916946,
"self": "https://dev.dataloy.com/ws/rest/BunkerCategory/916946"
},
"adjustmentFactor": null,
"agreedConsumption": 12.0,
"adjustmentType": {
"key": 8972355,
"self": "https://dev.dataloy.com/ws/rest/AdjustmentType/8972355"
},
"rangeMax": 12,
"rangeMin": 12,
"remarks": [],
"isObjectActive": true
}
Â
Â