Receive Sorted Item

The Receive Sorted Item API allows you to receive an item into a receiving station location during the Sort and Receive transaction.

URL

POST ..lgfapi/v10/sort_recieve/receive_sorted_item

Parameters

Name Type Required Default Description
location_barcode String Y Location barcode for receiving station
iblpn_nbr String Y IBLPN number
ib_shipment_dtl_id Integer Y IbShipment detail ID
attributes_map Object N Attribute values (including batch & expiry)
qty Number N 1 Quantity
item_serial_list Array N [] Item serial number list

Example Payload

{
    "location_barcode": {}"LOCN0001",
    "iblpn_nbr": {}"LPN0001",
    "ib_shipment_dtl_id": {}255,
    "attributes_map": {}
    {"batch_nbr"{{ }}: foo,
     "attr_a": bar,
     }}{{{}"attr_d": spam
     }}{{},
    "qty": {}10
     }