/Speed
Short Description
Chapter Contents:
Long Description
Properties
Property | Type | Length | Mandatory | Description | Comments |
---|---|---|---|---|---|
isBallast | Boolean | Â | Â | True if speedType is "B" | Â |
isLoaded | Boolean | Â | Â | True if speedType is "L" | Â |
foConsumption | Float | Â | Â | Â | Â |
speed | Float | Â | Â | Â | Â |
isActive | Boolean | Â | Â | Â | Â |
speedType | String | 1 | Â | Â | Â |
Example Response Body
Updated for API version 2.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": 1091522, "self": "http://localhost:8080/ws/rest/Speed/1091522", "isBallast": false, "isLoaded": true, "createdDate": "2012-09-17T12:24:33", "modifiedDate": "2012-09-17T12:24:33", "foConsumption": 49, "speed": 18.5, "isActive": false, "speedType": "L", "remarks": [] }