$customHeader
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 3 Next »

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
String1   

Example response body

This example has been updated for API version 2.0.0 using date format yyyy-dd-MMThh:mi:ss, versions prior to 2.0.0 has the following 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": []
}
  • No labels