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:
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.