Versions Compared

Key

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

Short Description:

Chapter contents:

  • Properties

  • Example Response Body

Long Description:

Properties

Note

Available from version 6.28

Property

Type

Length

Mandatory

Description

Comments

adjustmentType

String

64

Yes

rangeMin

Integer

Yes

rangeMax

Integer

Yes

adjustmentFactor

Double

agreedConsumption

Double

price

Double

Yes

cargo

/Cargo

adjustmentTypeId

/AdjustmentType

Yes

Available from version 6.31

bunkerCategoryId

/BunkerCategory

Yes

Available from version 6.31

Example Response Body

Note

Available from version 6.28 (updated on version 6.31)

GET:

Code Block
languagejson
{
    "key": 138474819152980,
    "self": "httphttps://rocketleague4dev.dataloy.com:8380/ws/rest/FreightAdjustmentBunkerAdjustment/138474819152980",
    "agreedConsumptioncreatedById": 150000.03994101,
    "adjustmentTypecreatedDate": "Freight2023-06-01T08:12:38",
    "adjustmentFactorexternalObjectKey": 20.0null,
    "rangeMaxmodifiedDate": 40000,
"2023-06-01T08:12:38",
    "cargo": {
        "rangeMinkey": 350009072347,
        "createdDateself": "2023-04-14T12:29:43"https://dev.dataloy.com/ws/rest/Cargo/9072347"
    },
    "createdByIdprice": 602436912.0,
    "externalObjectKeybunkerCategory": {
        "key": null916946,
        "modifiedDateself": "2023-04-14T12:29:43"https://dev.dataloy.com/ws/rest/BunkerCategory/916946"
    },
    "adjustmentFactor": null,
    "agreedConsumption": 12.0,
    "cargoadjustmentType": {
        "key": 138473478972355,
        "self": "httphttps://rocketleague4dev.dataloy.com:8380/ws/rest/CargoAdjustmentType/138473478972355"
    },
    "price"rangeMax": 12,
    "rangeMin": 398761.012,
    "remarks": [],
    "isObjectActive": true
}

...