Standard Costs REST Endpoints

Inventory Management/Standard Costs
Standard cost provides the unit cost of the item for its valuation unit. The published standard cost is used by cost accounting to cost transactions and value inventory.
Check if the inventory item has existing cost profile information.
Method: post
Path: /fscmRestApi/resources/11.13.18.05/standardCosts/action/checkItemCostProfileData
Create a standard cost record
Method: post
Path: /fscmRestApi/resources/11.13.18.05/standardCosts
Delete a standard cost record
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/standardCosts/{StandardCostId}
Get all standard costs
Method: get
Path: /fscmRestApi/resources/11.13.18.05/standardCosts
Get one standard cost
Method: get
Path: /fscmRestApi/resources/11.13.18.05/standardCosts/{StandardCostId}
Update a standard cost record
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/standardCosts/{StandardCostId}