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
Method | Endpoint | Header key | Header Value |
---|---|---|---|
POST | BaseURL/api/item/confirmation | X-AUTH-TOKEN | Integration 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
Field | Type |
---|---|
tranid | Integer |
trandate | Timestamp |
reasondesc | String (30) |
styleno | String (30) |
styledesc | String (30) |
colourcode | String (30) |
colourdesc | String (30) |
sizedesc | String (30) |
sizecode | String (30) |
skuno | String (30) |
unitqty | Integer |
clientno | String (30) |
clientdesc | String (30) |
customerno | String (30) |
customerdesc | String (30) |
buildingdesc | String (30) |
areadesc | String (30) |
binno | String (30) |
huno | String (30) |
deliveryid | Integer |
pono | String (30) |
orderno | String (30) |
itematt1 | String (30) |
itematt2 | String (30) |
itematt3 | String (30) |
itematt4 | String (30) |
itematt5 | String (30) |
itemattvalue1 | Double |
itemattvalue2 | Double |
itemattvalue3 | Double |