Versions Compared

Key

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

Short Description

Chapter Contents:

Table of Contents
maxLevel4
minLevel4

Long Description

Properties

PropertyTypeLengthMandatoryDescriptionComments
minQuanityFloat YMinimum quanity to lift 
maxQuanityFloat  Maximum quanity to lift 
bunkerType
/BunkerType YList of BunkerTypes 
unitPrice
Float  Unit Price. BunkeredQuantity * Unit Price = Invoice Basis 
bunkeredQuantity
Float  Actual delivered bunker quantity

 

sulphurPercentFloat  Sulphur PercentUsed in Air Emission calcualtions
bunkerExtraCostFloat  Lumpsum of all additional costs related to the bunkering 

Example Response Body

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
{
    "key": 1116527,
    "self": "http://localhost:8080/ws/rest/BunkerOrderLine/1116527",
    "minQuantity": 30.50,
    "maxQuantity": 34.50,
    "bunkerType": {
        "bunkerType": "DMA"
		"sulphurPercent": 0.1
     },
    "unitPrice": 365.50,
    "bunkerExtraCost": 12000,
    "bunkeredQuantity": 295.16302,
	"createdDate": "2012-10-03T10:33:11",
    "modifiedDate": "2014-05-14T07:59:04",    
	"remarks": []
}

Top
Back

Related Content

Expand
titleExpand to see related content

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