/BunkerOrderLine
Short Description
This resource is unreleased and will be available from version 3.3 of the Dataloy API
Chapter Contents:
Long Description
Properties
Property | Type | Length | Mandatory | Description | Comments |
---|---|---|---|---|---|
minQuantity | Double | Â | Y | Minimum quanity | Â |
maxQuantity | Double | Â | Y | Maximum quanity | Â |
bunkerType | /BunkerType | Â | Y | List of BunkerTypes | Â |
unitPrice | Double | Â | Y | Unit Price. BunkeredQuantity * Unit Price = Invoice Basis | Â |
bunkeredQuantity | Double | Â | Â | Actual delivered bunker quantity | Â |
extraCost | Double | Â | Â | Lumpsum of all additional costs related to the bunkering | Â |
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": { "bunkerTypeCode": "DMA-2010-0.1" "sulphurPercent": 0.1, "isoCode": "DMA", "isoYear": "2010" }, "unitPrice": 365.50, "bunkerExtraCost": 12000, "bunkeredQuantity": 295.16302, "createdDate": "2012-10-03T10:33:11", "modifiedDate": "2014-05-14T07:59:04", Â "remarks": [] }