Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Short Description

Chapter Contents:

Table of Contents
maxLevel4
minLevel4

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

Note
This example has been updated for API version

Updated for API version 2.0.0

using date format

using the new required date format yyyy-dd-MMThh:mi:ss

, versions prior to 2.0.0 has the following date format:

to conform ISO 8601, (prior version has date format: yyyy-dd-MM

hh:mi:ss)

Code Block
languagejs
{
    "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