/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": []
}
Related Content
, multiple selections available,