Close Intermediate IBLPN

The Close Intermediate IBLPN API allows you to close an intermediate Inbound LPN and create distribution allocations from it after a successful close. This API is useful when the close is not sent as part of the last pick using the Consolidate API.

URL by ID

Use the POST method to call the API by id, with the required parameters and options:

POST ...lgfapi/v10/entity/iblpn/{id}/close_intermediate/

Request by ID - Parameters

Name Required Type Default Description
distribution_uom C String
  • "UNITS", if different from the allocation UOM.

  • System assumes alloc_uom if not passed/blank OR

    explicitly passing ORIG_UOM derives the same result.

  • Error* - 'System cannot distribute in %s(value passed)',

    or something to that effect for anything other than alloc uom/units passed.

location_barcode X String location of type drop, to locate the intermediate after close

URL by Filters

POST ...lgfapi/v10/entity/iblpn/close_intermediate/

Request by Filters - Parameters

Name Required Type Default Description
facility_id Integer Facility context by id.
facility_id__code String Facility context by code.
company_id Integer Company context by id.
company_id___code String Company context by code.
container_nbr X String Intermediate LPN in RESERVED status

Request JSON Example

  {
"options": {
        "distribution_uom": "UNITS",
        "location_barcode": "DRP1" },
      
    }

Request by Filters - Parameters: