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 5 Current »

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
String1   

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": 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": []
}

Top
Back

  • No labels