- Subcategories:
- Access Sets
- Header Flexfields
- Items
Cost Lists REST Endpoints
Order Management/Cost Lists
A collection of costs for items.
- Create cost lists
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/costLists
- Delete one cost list
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/costLists/{CostListId}
- Get all cost lists
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/costLists
- Get one cost list
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/costLists/{CostListId}
- Populate one charge and one cost element
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/costLists/{CostListId}/action/populateChargeAndCostElement
- Update one cost list
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/costLists/{CostListId}