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 4 Next »

Properties

PropertyTypeLengthMandatoryDescriptionComments
commissionLumpsum
Float    
commissionPercent
Float    
commissionRate
Float    
commissionType
/CommissionType    
commission
Float    
creditCharterer
Boolean    
isBaseFreightOnly
Boolean    
isInvoiceAddress
Boolean    
broker
/BusinessPartner    
brokerContact
/Individual    
isCharterersCost
Boolean    

Example response body

This example has been updated for API version 2.0.0 using date format yyyy-dd-MMThh:mi:ss, versions prior to 2.0.0 has the following date format: yyyy-dd-MM hh:mi:ss
{
    "key": 1108323,
    "self": "http://localhost:8080/ws/rest/Commission/1108323",
    "commissionLumpsum": 0,
    "commissionPercent": 3.75,
    "commissionRate": 0,
    "commissionType": null,
    "commission": 9580.788,
    "creditCharterer": false,
    "isBaseFreightOnly": false,
    "isInvoiceAddress": false,
    "broker": {
        "businessPartnerName": "Some Company Name Inc",
        "businessPartnerSort": "SomeComp",
        "businessPartnerCode": "52724",
        "bankAccount": null,
        "businessPartnerType": {
            "businessPartnerType": "B",
            "businessPartnerTypeDesc": "Broker",
            "key": 1000031,
            "self": "http://localhost:8080/ws/rest/BusinessPartnerType/1000031"
        },
        "self": "http://localhost:8080/ws/rest/BusinessPartner/1099898",
        "key": 1099898
    },
    "brokerContact": null,
    "createdDate": "2012-10-01T16:13:02",
    "modifiedDate": "2013-04-15T17:33:22",
    "isCharterersCost": false,
    "remarks": []
}
  • No labels