/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": []
}
Related Content
, multiple selections available,