Cost Lists REST Endpoints

Order Management/Cost Lists
A collection of costs for items.
Create cost lists
Method: post
Path: /fscmRestApi/resources/11.13.18.05/costLists
Delete one cost list
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/costLists/{CostListId}
Get all cost lists
Method: get
Path: /fscmRestApi/resources/11.13.18.05/costLists
Get one cost list
Method: get
Path: /fscmRestApi/resources/11.13.18.05/costLists/{CostListId}
Populate one charge and one cost element
Method: post
Path: /fscmRestApi/resources/11.13.18.05/costLists/{CostListId}/action/populateChargeAndCostElement
Update one cost list
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/costLists/{CostListId}