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
measurementCode
String4Yes Code Property
measurementDesc
String32Yes  
codeProperty
StringN/A  "measurementCode"
measurementFactor
Float    

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)

{
    "measurementCode": "MT",
    "measurementDesc": "METRIC TONS",
    "key": 1000578,
    "self": "http://localhost:8080/ws/rest/Measurement/1000578",
    "codeProperty": "measurementCode",
    "createdDate": "2004-04-29T19:24:52",
    "modifiedDate": "2004-07-17T21:02:41",
    "measurementFactor": 1,
    "remarks": []
}

Top
Back

  • No labels