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

Supported Methods 

Properties

 yesyes
PropertyTypeLengthMandatoryDescriptionComments
portAgentType
String2Yes  
portAgentTypeDesc
String16Yes  

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": 1000174,
    "self": "http://localhost:8080/ws/rest/PortAgentType/1000174",
    "createdDate": "2004-04-29T17:02:21",
    "modifiedDate": "2004-07-17T21:02:41",
    "portAgentTypeDesc": "Charterers Agent",
    "portAgentType": "CA",
    "remarks": []
}

Top
Back