Receive Entire Shipment

The Receive Entire Shipment allows you to receive the entire shipment if it is in cartonized and in transit status..

POST .../entity/ib_shipment/receive_entire_shipment

Sample JSON Request

{
    "parameters": {         
        "facility_id__code": "FAC_CODE",         
        "company_id__code": "COMP_CODE",         
        "shipment_nbr": "SHIPMENT_NBR"     
    }
}