Movements
This interface provides transactional data for all types of internal movements 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 MovementsSTD_API Interface
Request details
Method | Endpoint | Header key | Header Value |
---|---|---|---|
POST | BaseURL/api/item/confirmation | X-AUTH-TOKEN | Integration Service API key |
Request Body
{
"interfaceName" : "MovementsSTD_API",
"returnDetailedData" : true,
"data": [{
"count": 1
}]
}
Request Response
{
"success": true,
"message": null,
"errorData": null,
"returnData": {
"Movements": {
"messageType": "Movement",
"data": [
{
"tranid": 96835,
"trandate": "2020-11-01T18:51:19.83",
"transactiontypedesc": "DU Ship",
"styleno": "32485",
"styledesc": "F/L D/B MANGO ORANGE 1L",
"colourcode": null,
"colourdesc": null,
"sizecode": "1",
"sizedesc": "1",
"skuno": "32485",
"itematt1": null,
"itematt2": null,
"itematt3": null,
"itematt4": null,
"itematt5": null,
"itemattvalue1": null,
"itemattvalue2": null,
"itemattvalue3": null,
"tranqty": 1,
"clientdesc": "Client1",
"customerdesc": "Customer1",
"frombuildingno": "B0001",
"frombuildingdesc": "GROCERIES",
"fromareadesc": "Pack Staging",
"frombinno": "GD0200",
"fromhuno": "D0002470",
"orderno": "1199.251001",
"frompalletno": null,
"tobuildingno": "B0001",
"tobuildingdesc": "GROCERIES",
"toareadesc": "Shipping Bays",
"toareano": "A0010",
"fromareano": "A0007",
"tobinno": "GB0100",
"topalletno": null,
"tohuno": "D0002470"
}
],
"messageid": 43
}
}
}
Specification
Field | Type |
---|---|
tranid | Integer |
trandate | Timestamp |
transactiontypedesc | String (30) |
styledesc | String (30) |
colourcode | String (30) |
colourdesc | String (30) |
sizedesc | String (30) |
sizecode | String (30) |
skuno | String (30) |
itematt1 | String (30) |
itematt2 | String (30) |
itematt3 | String (30) |
itematt4 | String (30) |
itematt5 | String (30) |
itemattvalue1 | Double |
itemattvalue2 | Double |
itemattvalue3 | Double |
tranqty | Integer |
clientdesc | String (30) |
frombuildingno | String (30) |
frombuildingdesc | String (30) |
fromareadesc | String (30) |
frombinno | String (30) |
fromhuno | String (30) |
orderno | String (30) |
frompalletno | String (30) |
tobuildingno | String (30) |
tobuildingdesc | String (30) |
toareadesc | String (30) |
toareano | String (30) |
fromareano | String (30) |
tobinno | String (30) |
topalletno | String (30) |
tohuno | String (30) |