GET IB Shipment Container Lock

You can retrieve the ib_shipment_container_lock entity through GET API. You can also use different API supported functions to filter for desired records and fields.

URLs

  • GET paginated results when users use the following URL
    GET .../lgfapi/v10/entity/ib_shipment_container_lock/
  • GET non-paginated result by specific 'ID'
    GET .../lgfapi/v10/entity/ib_shipment_container_lock/{id}
  • HEAD URL - to validate an object exists for the entity in WMS.
    HEAD .../lgfapi/v10/entity/ib_shipment_container_lock/
    HEAD .../lgfapi/v10/entity/ib_shipment_container_lock/{id}