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

« Previous Version 3 Current »

Short Description

Chapter Contents:

  • Properties

  • Example Response Body

 

Long Description

Properties

Available from version 6.31

Property

Type

Length

Mandatory

Description

Comments

adjustmentTypeCode

String

 6

Yes

 

 

adjustmentTypeDesc

String

 24

Yes

 

 

 

Example Response Body

Available from version 6.30 (updated on version 6.31)

GET:

{
    "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
}

 

  • No labels