GET IB Shipment Vendor Performance

You can retrieve ib_shipment_vendor_perf 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_vendor_perf/
  • GET non-paginated result by specific 'ID'
    GET .../lgfapi/v10/entity/ib_shipment_vendor_perf/{id}
  • HEAD URL - to validate an object exists for the entity in WMS.
    HEAD .../lgfapi/v10/entity/ib_shipment_vendor_perf/
    HEAD .../lgfapi/v10/entity/ib_shipment_vendor_perf/{id}