Planned Parcel Shipment
The Planned Parcel Shipment API allows you to query data in the stage tables, status, and corresponding error messages without the need to go through the Input Interface UI.
Stage Planned Parcel Shipment Header
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/
GET .../lgfapi/v10/entity/stage_planned_parcel_shipment_hdr/{id}
HEAD .../lgfapi/v10/entity/stage_planned_parcel_shipment_hdr/{id}
Stage Planned Parcel Shipment Detail
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/
GET .../lgfapi/v10/entity/stage_planned_parcel_shipment_dtl/{id}
HEAD .../lgfapi/v10/entity/stage_planned_parcel_shipment_dtl/{id}