Costs REST Endpoints

Inventory Management/Inventory Staged Transactions/Costs
The Costs resource manages the costs associated with the inventory staged transaction.
Create one cost
Method: post
Path: /fscmRestApi/resources/11.13.18.05/inventoryStagedTransactions/{TransactionInterfaceId}/child/costs
Delete one cost
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/inventoryStagedTransactions/{TransactionInterfaceId}/child/costs/{costsUniqID}
Get all costs
Method: get
Path: /fscmRestApi/resources/11.13.18.05/inventoryStagedTransactions/{TransactionInterfaceId}/child/costs
Get one cost
Method: get
Path: /fscmRestApi/resources/11.13.18.05/inventoryStagedTransactions/{TransactionInterfaceId}/child/costs/{costsUniqID}
Update one cost
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/inventoryStagedTransactions/{TransactionInterfaceId}/child/costs/{costsUniqID}