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.31

Property

Type

Length

Mandatory

Description

Comments

adjustmentTypeCode

String

 6

Yes

 

 

adjustmentTypeDesc

String

 24

Yes

 

 

 

Example Response Body

Note

Available from version 6.30 (updated on version 6.31)

GET:

Code Block
languagejson
{
    "key": 8972354,
    "self": "https://dev.dataloy.com/ws/rest/AdjustmentType/8972354",
    "createdById": 999999,
    "createdDate": "2023-05-15T06:32:32",
    "externalObjectKey": null,
    "modifiedDate": "2023-06-05T20:17:31",
    "adjustmentTypeCode": "FRE",
    "adjustmentTypeDesc": "FREIGHT",
    "remarks": [],
    "isObjectActive": true
}