Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Short Description

Chapter Contents:

Long Description

Properties

PropertyTypeLengthMandatoryDescriptionComments
minQuanityFloatY Minimum quanity to lift 
maxQuanityFloat  Maximum quanity to lift 
bunkerType
/BunkerTypeY List of BunkerTypes 
unitPrice
Float  Unit Price. BunkeredQuantity * Unit Price = Invoice Basis 
bunkeredQuantity
Float  Actual delivered bunker quantity 

Example Response Body

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)

{
    "key": 1116527,
    "self": "http://localhost:8080/ws/rest/BunkerOrderLine/1116527",
    "minQuantity": "30.50",
    "maxQuantity": "34.50",
    "bunkerType": {
        "bunkerType": "DMA"
     },
    "unitPrice": 365.50,
    "bunkeredQuantity": 295.16302,
	"createdDate": "2012-10-03T10:33:11",
    "modifiedDate": "2014-05-14T07:59:04",    
	"remarks": []
}

Top
Back

Related Content

 Expand to see related content

Unknown macro: {dynamiccontentbylabel}

  • No labels