Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PropertyTypeLengthMandatoryDescriptionComments
commissionLumpsum
FloatDouble    
commissionPercent
FloatDouble    
commissionRate
FloatDouble    
commissionType
/CommissionType    
commission
FloatDouble    
creditCharterer
Boolean    
isBaseFreightOnly
Boolean    
isInvoiceAddress
Boolean    
broker
/BusinessPartner    
brokerContact
/Individual    
isCharterersCost
Boolean    
commissionContributorsArray of /CommissionContributor   since 3.15.0

...

Code Block
languagejs
{
    "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": []
}
   

...