Receive LPN

URL: "xxx.wms.ocs.oraclecloud.com/env_name/wms/api/receive_lpn/"

Initial WMS Version: 7.0.1

Overview

API to receive and optionally xdock an IBLPN.

Assumptions
  • For cross dock mode, a valid allocation must exist.
  • If receiving_location is an MHE induct location, the container will be inducted and corresponding MHE logic will be triggered.
  • Requires location to be type Drop with an MHE System configured of type Conveyor.
    Table 1. Request Arguments
    Parameter Description Initial Version Required Data Type Default
    company_code WMS company code - string User's default context
    facility_code WMS facility code - string User's default context
    xdock_lpn_flg Do you want to cross dock the IBLPN after receiving? - boolean True
    receiving_location Container will be located here at the end of the process, if provided - string ""
    received_ts If provided, will be the received timestamp on the container - datetime
    xml_data Allows updating of cust fields for IB Shipment Details or Order Details - string ""
    rcvd_trailer_nbr If provided, will be the received trailer for the container - string ""
    lpn_nbr Container to be received - X string
    Note:
    • receiving_location must of type "Dock" or "Drop" for non-xdock.
    • "Staging" is also allowed for xdock.
    xml_data sample:
    <LgfData>
        <UpdateAttributeList>
            <attribute>
                <entity>order_dtl</entity>
                <attribute_name>cust_field_1</attribute_name>
                <attribute_value>ABC123</attribute_value>
            </attribute>
            <attribute>
                <entity>ib_shipment_dtl</entity>
                <attribute_name>cust_field_5</attribute_name>
                <attribute_value>DEF456</attribute_value>
            </attribute>
        </UpdateAttributeList>
    </LgfData>