Costs for Unpacked Shipment Lines REST Endpoints
Inventory Management/Shipment Transaction Requests/Shipments/Unpacked Shipment Lines/Costs for Unpacked Shipment Lines
The Costs for Unpacked Shipment Lines resource manages details about the shipping costs for unpacked shipment lines.
- Create one cost
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests/{TransactionId}/child/shipments/{DeliveryInterfaceId}/child/unpackedLines/{DeliveryDetailInterfaceId10}/child/costs - Get all costs
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests/{TransactionId}/child/shipments/{DeliveryInterfaceId}/child/unpackedLines/{DeliveryDetailInterfaceId10}/child/costs - Get one cost
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests/{TransactionId}/child/shipments/{DeliveryInterfaceId}/child/unpackedLines/{DeliveryDetailInterfaceId10}/child/costs/{FreightCostInterfaceId2} - Update a cost
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests/{TransactionId}/child/shipments/{DeliveryInterfaceId}/child/unpackedLines/{DeliveryDetailInterfaceId10}/child/costs/{FreightCostInterfaceId2}