Pickup and refile files

You can code an application that lets users request Access to pickup and refile files in boxes of records in Access facilities. Employing the following methods, the application can request the required customer information from Access, post the work orders to Access, and display the orders statuses:

Get customer IDs and names required for submitting orders then Get additional customer details then Get the list of departments then Get the list of locations then Get the work order priorities then Get the record types then Create the work orders and then Get the work order IDs to display the status of the orders

POST/workorders parameters

Most of the Physical Inventory API use cases employ the same methods and parameter values except for the parameter values of the POST/workorders method. For this use case, specify the following parameter values:

Group Name Data Type Value Description
ItemLines parentItemCode string   Access Box Barcode
itemtype string 3 File
action string 1 Refile
ItemCode string  

Required (Access-assigned File Barcode)

nonItemLines quantity string   Number of files for pickup
itemtype string 3 File
action string 200 Pickup

 

Notes

  • When files are refiled, the Access Box Barcode and the Access File Barcode are required in the order.

  • You can also specify the priority parameter of the POST/workorders method.