/BunkerAdjustment

Short Description:

Chapter contents:

  • Properties

  • Example Response Body

 

Long Description:

Properties

Available from version 6.28

Property

Type

Length

Mandatory

Description

Comments

Property

Type

Length

Mandatory

Description

Comments

rangeMin

Integer

 

Yes

 

 

rangeMax

Integer

 

Yes

 

 

adjustmentFactor

Double

 

 

 

 

agreedConsumption

Double

 

 

 

 

price

Double

 

Yes

 

 

cargo

/Cargo

 

 

 

 

adjustmentType

/AdjustmentType

 

Yes

 

Available from version 6.31

bunkerCategory

/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 }