Project Cost Details REST Endpoints

Inventory Management/Inventory Staged Transactions/Project Cost Details
The Project Cost Details resource manages the project cost elements associated with the inventory staged transaction.
Create one project costing detail
Method: post
Path: /fscmRestApi/resources/11.13.18.05/inventoryStagedTransactions/{TransactionInterfaceId}/child/projectCostingDFFs
Get all project costing details
Method: get
Path: /fscmRestApi/resources/11.13.18.05/inventoryStagedTransactions/{TransactionInterfaceId}/child/projectCostingDFFs
Get one project costing detail
Method: get
Path: /fscmRestApi/resources/11.13.18.05/inventoryStagedTransactions/{TransactionInterfaceId}/child/projectCostingDFFs/{projectCostingDFFsUniqID}
Update one project costing detail
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/inventoryStagedTransactions/{TransactionInterfaceId}/child/projectCostingDFFs/{projectCostingDFFsUniqID}