/Event
Short Description
Chapter Contents:
Long Description
Properties
Property | Type | Length | Mandatory | Description | Comments |
|---|---|---|---|---|---|
| String | "eventCode" | |||
| String | 5 | Yes | Code Property | |
| String | 32 | Yes | ||
| String | 2 | |||
| Integer | ||||
isLaytimeEvent | Boolean | Specifies whether the event is Laytime or not | |||
vesselCategories | Array of VesselCategory |
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": 1000050,
"self": "http://localhost:8080/ws/rest/Event/1000050",
"codeProperty": "eventCode",
"createdDate": "2004-04-29T17:02:21",
"modifiedDate": "2004-07-17T21:02:41",
"eventCode": "ARR",
"eventDesc": "Arrived",
"eventType": "PC",
"eventNo": 10,
"remarks": []
}