$customHeader
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Short Description:

Chapter contents:

  • Properties

  • Example Response Body

Long Description:

Properties

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

Example Response Body

Available from version 6.28

GET:

{
    "key": 13847481,
    "self": "http://rocketleague4.dataloy.com:8380/ws/rest/FreightAdjustment/13847481",
    "agreedConsumption": 150000.0,
    "adjustmentType": "Freight",
    "adjustmentFactor": 20.0,
    "rangeMax": 40000,
    "rangeMin": 35000,
    "createdDate": "2023-04-14T12:29:43",
    "createdById": 6024369,
    "externalObjectKey": null,
    "modifiedDate": "2023-04-14T12:29:43",
    "cargo": {
        "key": 13847347,
        "self": "http://rocketleague4.dataloy.com:8380/ws/rest/Cargo/13847347"
    },
    "price": 398761.0,
    "remarks": [],
    "isObjectActive": true
}

  • No labels