Costs for Packed Shipment Lines REST Endpoints
Inventory Management/Shipment Transaction Requests/Shipments/Outer Packing Units/Packed Shipment Lines/Costs for Packed Shipment Lines
The Costs for Packed Shipment Lines resource manages details about the shipping costs for packed shipment lines.
- Create one cost
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests/{TransactionId}/child/shipments/{DeliveryInterfaceId}/child/outerPackingUnits/{LPNInterfaceId}/child/packedLines/{DeliveryDetailInterfaceId}/child/costs
- Get all costs
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests/{TransactionId}/child/shipments/{DeliveryInterfaceId}/child/outerPackingUnits/{LPNInterfaceId}/child/packedLines/{DeliveryDetailInterfaceId}/child/costs
- Get one cost
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests/{TransactionId}/child/shipments/{DeliveryInterfaceId}/child/outerPackingUnits/{LPNInterfaceId}/child/packedLines/{DeliveryDetailInterfaceId7}/child/costs/{FreightCostInterfaceId1}
- Update a cost
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests/{TransactionId}/child/shipments/{DeliveryInterfaceId}/child/outerPackingUnits/{LPNInterfaceId}/child/packedLines/{DeliveryDetailInterfaceId7}/child/costs/{FreightCostInterfaceId1}