Task Object
  • 1 Minute to read
  • PDF

Task Object

  • PDF

Article summary

Task Object



The Task Object is a read-only object that appears on the GET Inventory Requests call when includeTasks=true.




TaskDescription


Description: Includes Purchase Order, Transfer, Transfer Purchase Order, and Move Order.

Data Type: String




TaskNumber


Description: The number of the Purchase, Transfer, or Move order. 

Data Type: String 




ItemNumber


Description: The item on the order. 

Data Type: String 




Quantity


Description: The quantity of the item ordered.  

Data Type: Decimal




UomDesc


Description: The item's unit of measurement.  

Data Type: String 




StatusDescription


Description: Includes New, Unassigned, Waiting for Receipt, Receiving in Process, Receiving Complete, Exporting in Process, Export Complete, Completed.  

Data Type: String 




SourceWarehouseName


Description: The warehouse that inventory will be coming from during a transfer.  

Data Type: String 




DestinationWarehouseName


Description: The warehouse the task is for.  

Data Type: String




DestinationBinNumber


Description: The bin in the warehouse the task will go to.  

Data Type: String




DestinationZone


Description: The zone in the warehouse the task will go to.

Data Type: String





Example



  "Tasks":

[

    {

          "TaskDescription": "Purchase Order",

          "TaskNumber": "PROC1012",

          "ItemNumber": "1233",

          "Quantity": 50.00,

          "UomDesc": "LB",

          "StatusDescription": "Complete",

          "SourceWarehouseName": "Warehouse",

          "DestinationWarehouseName": "Warehouse",

          "DestinationBinNumber": "",

          "DestinationZone": ""

    }

]