/StatusType
Short Description
StatusType is used in several entities - however, the correct StatusClass steeting must be set or it will be denied. Note: Correct StatusClass can be identified by the name of the property, for example, Voyage has a voyageStatus property corresponding to the "Voyage status" and StatusClass and Cargo has a bookingStatus property corresponding to the "Booking status" StatusClass.
Chapter Contents:
Long Description
Properties
Property | Type | Length | Mandatory | Description | Comments |
---|---|---|---|---|---|
isFixed | Boolean | Â | Â | Â | Â |
statusClass | /StatusClass | Â | Â | Â | Â |
statusTypeCode | String | Â 5 | Â Yes | Â | Â |
statusTypeDesc | String | Â 20 | Â Yes | Â | Â |
statusTypeSequence | Integer | Â 22 | Â | Â | Â |
Example Response Body
Updated for API version 2.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": 1000094, "self": "http://localhost:8080/ws/rest/StatusType/1000094", "createdDate": "2004-04-29T17:02:21", "modifiedDate": "2004-07-17T21:02:41", "isFixed": true, "statusTypeCode": "RFP", "statusTypeDesc": "Ready for posting", "statusTypeSequence": 25, "statusClass": { "key": 1000090, "self": "http://localhost:8080/ws/rest/StatusClass/1000090", "statusClassCode": "INV", "statusClassDesc": "Invoicing status" }, "remarks": [] }