GET REST API Support for Planned Parcel Shipment Stage Tables

We have extended GET and HEAD support to the following entities to facilitate easy access to relevant stage table records:

stage_planned_parcel_shipment_hdr

This entity is used to get the list of the planned parcel shipment stage table records present in the system.

  • To fetch all results, use the following URL:

GET .../lgfapi/v10/entity/stage_planned_parcel_shipment_hdr/

  • To fetch only one result based on ‘ID’, search with a specific 'ID' in the following URL:

GET .../lgfapi/v10/entity/stage_planned_parcel_shipment_hdr/{id}

  • In the same way, the support is extended for HEAD Request Method using the following URL:

HEAD .../lgfapi/v10/entity/stage_planned_parcel_shipment_hdr/{id}

stage_planned_parcel_shipment_dtl

This entity is used to get the planned parcel shipment detail records of a parcel shipment stage table.

  • To fetch all results, use the following URL:

GET .../lgfapi/v10/entity/stage_planned_parcel_shipment_dtl/

  • To fetch only one result based on ‘ID’, search with a specific 'ID' in the following URL:

GET .../lgfapi/v10/entity/stage_planned_parcel_shipment_dtl/{id}

  • In the same way, the support is extended for HEAD Request Method using the following URL:

HEAD .../lgfapi/v10/entity/stage_planned_parcel_shipment_dtl/{id}

Steps to Enable

You don't need to do anything to enable this feature.