/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": []
}

Top
Back

Related Content

 Expand to see related content

Unknown macro: {dynamiccontentbylabel}