Flexfields for Costs REST Endpoints
Inventory Management/Shipment Transaction Requests/Shipments/Outer Packing Units/Flexfields for Costs
The Flexfields for Costs resource manages details about shipping costs.
- Create one flexfield
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests/{TransactionId}/child/shipments/{DeliveryInterfaceId}/child/outerPackingUnits/{LPNInterfaceId}/child/DFF
- Get all flexfields
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests/{TransactionId}/child/shipments/{DeliveryInterfaceId}/child/outerPackingUnits/{LPNInterfaceId}/child/DFF
- Get one flexfield
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests/{TransactionId}/child/shipments/{DeliveryInterfaceId}/child/outerPackingUnits/{LPNInterfaceId}/child/DFF/{LPNInterfaceId2}
- Update a flexfield
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests/{TransactionId}/child/shipments/{DeliveryInterfaceId}/child/outerPackingUnits/{LPNInterfaceId}/child/DFF/{LPNInterfaceId2}