- Subcategories:
- Attachments
- Standard Cost Details
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: postPath:
/fscmRestApi/resources/11.13.18.05/standardCosts/action/checkItemCostProfileData
- Create a standard cost record
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/standardCosts
- Delete a standard cost record
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/standardCosts/{StandardCostId}
- Get all standard costs
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/standardCosts
- Get one standard cost
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/standardCosts/{StandardCostId}
- Update a standard cost record
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/standardCosts/{StandardCostId}