/Commission
Short Description
Chapter Contents:
Long Description
Properties
Property | Type | Length | Mandatory | Description | Comments |
---|---|---|---|---|---|
commissionLumpsum | Double | Â | Â | Â | Â |
commissionPercent | Double | Â | Â | Â | Â |
commissionRate | Double | Â | Â | Â | Â |
commissionType | /CommissionType | Â | Â | Â | Â |
commission | Double | Â | Â | Â | Â |
creditCharterer | Boolean | Â | Â | Â | Â |
isBaseFreightOnly | Boolean | Â | Â | Â | Â |
isInvoiceAddress | Boolean | Â | Â | Â | Â |
broker | /BusinessPartner | Â | Â | Â | Â |
brokerContact | /Individual | Â | Â | Â | Â |
isCharterersCost | Boolean | Â | Â | Â | Â |
commissionContributors | Array of /CommissionContributor | Â | Â | Â | since 3.15 |
commissionContributorCount | Integer | Â | Â | Â | since 3.15 |
cargos | Array of /Cargo | Â | Â | Â | since 3.15 |
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": 342692585, "self": "http://test.dev.dataloy.com:80/ws/rest/Commission/342692585", "commission": 0, "commissionLumpsum": 0, "commissionPercent": 0, "commissionRate": 5, "commissionType": null, "tcs": [], "cargos": [ { "key": 342692576, "self": "http://test-dev.dataloy.com:80/ws/rest/Cargo/342692576" } ], "createdDate": "2018-06-26T18:37:47", "broker": { "businessPartnerName": "IDJ CORPORATION", "businessPartnerSort": "IDJPULP", "businessPartnerCode": "20021", "businessPartnerType": { "businessPartnerType": "B", "businessPartnerTypeDesc": "Broker", "key": 1000031, "self": "http://test-dev.dataloy.com:80/ws/rest/BusinessPartnerType/1000031" }, "key": 1001435, "self": "http://test-dev.dataloy.com:80/ws/rest/BusinessPartner/1001435" }, "creditCharterer": false, "modifiedDate": "2018-12-03T12:40:33", "createdById": 249488540, "isCharterersCost": false, "commissionContributorCount": 1, "isBaseFreightOnly": false, "isInvoiceAddress": false, "brokerContact": null, "commissionContributors": [ { "key": 420872665, "self": "http://test-dev.dataloy.com:80/ws/rest/CommissionContributor/420872665" } ], "isObjectActive": true, "remarks": [] }