Bin Putaway Worksheet

A bin putaway worksheet record is used to post details of initial bin assignments for items in a location. Aside from received items, you can initially assign bins to items that result from positive adjustments.

This record is available when the Bin Management feature is enabled. For more details about this type of record, see Printing Bin Putaway Worksheets and Updating Bin Putaway Worksheets.

The REST API Browser includes information about the field names and field types of the inventory transfer record, and about the HTTP methods, request parameters, and operations available to this record.

For information about using the REST API Browser, see The REST API Browser.

Record IDs

The record ID for a bin putaway worksheet REST record is binworksheet.

The record ID for the inventory detail REST subrecord is inventorydetail.

Prerequisites

To put away lot and serialized items in bins, you must enable the Advanced Bin/Numbered Inventory Management feature.

Code Samples

These sample codes show common use cases for bin putaway worksheet.

Getting a bin putaway worksheet:

            GET {{REST_SERVICES}}/record/v1/BinWorksheet/102?expandSubResources=true 

          

Related Topics

General Notices