Access Sets REST Endpoints
Order Management/Cost Lists/Access Sets
An association of access sets for a cost list.
- Create access sets
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/costLists/{CostListId}/child/accessSets
- Delete one access set
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/costLists/{CostListId}/child/accessSets/{CostListSetId}
- Get all access sets
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/costLists/{CostListId}/child/accessSets
- Get one access set
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/costLists/{CostListId}/child/accessSets/{CostListSetId}