Skip to main content

Adjustments

This interface provides adjustment data at the time of extraction.

Below you will find the Actions with descriptions and the Specfication for the requests.

Actions

POST

This interface allows you to post to the AdjustmentsSTD_JSON Interface

Request details

MethodEndpointHeader keyHeader Value
POSTBaseURL/api/item/confirmationX-AUTH-TOKENIntegration Service API key

Request Body


{
"interfaceName" : "AdjustmentsSTD_API",
"returnDetailedData" : true,
"data": [{
"count": 1
}]
}

Request Response

{
"success": true,
"message": null,
"errorData": null,
"returnData": {
"Adjustments": {
"messageType": "Adjustment",
"data": [
{
"tranid": 72281,
"trandate": "20120-11-02T09:45:24.851",
"reasondesc": "Data Correction",
"styleno": "48423",
"styledesc": "REFRESHHH ENERGY DRINK 440ML",
"colourcode": null,
"colourdesc": null,
"sizecode": "1",
"sizedesc": "1",
"skuno": "48423",
"unitqty": -5,
"clientno": "CL01",
"clientdesc": "Client1",
"customerno": "CU01",
"customerdesc": "Customer1",
"buildingdesc": "GROCERIES",
"areadesc": "Bulk Edible",
"binno": "AK-05-03-02",
"huno": "H0011265",
"deliveryid": 53,
"pono": "4304.232001",
"orderno": "908.251001",
"palletno": null,
"itematt1": null,
"itematt2": null,
"itematt3": null,
"itematt4": null,
"itematt5": null,
"itemattvalue1": null,
"itemattvalue2": null,
"itemattvalue3": null
}
],
"messageid": 40
}
}
}

Specification

FieldType
tranidInteger
trandateTimestamp
reasondescString (30)
stylenoString (30)
styledescString (30)
colourcodeString (30)
colourdescString (30)
sizedescString (30)
sizecodeString (30)
skunoString (30)
unitqtyInteger
clientnoString (30)
clientdescString (30)
customernoString (30)
customerdescString (30)
buildingdescString (30)
areadescString (30)
binnoString (30)
hunoString (30)
deliveryidInteger
ponoString (30)
ordernoString (30)
itematt1String (30)
itematt2String (30)
itematt3String (30)
itematt4String (30)
itematt5String (30)
itemattvalue1Double
itemattvalue2Double
itemattvalue3Double