Short Description
Chapter Contents:
Long Description
Properties
Property | Type | Length | Mandatory | Description | Comments |
---|---|---|---|---|---|
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
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": 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": [] }