Costs REST Endpoints

Inventory Management/Inventory Count Tasks/Costs
The Costs resource manages the costs associated with the count task.
Create one cost
Method: post
Path: /fscmRestApi/resources/11.13.18.05/inventoryCountTasks/{InvCountTaskId}/child/costs
Delete a cost
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/inventoryCountTasks/{InvCountTaskId}/child/costs/{costsUniqID}
Get all costs
Method: get
Path: /fscmRestApi/resources/11.13.18.05/inventoryCountTasks/{InvCountTaskId}/child/costs
Get one cost
Method: get
Path: /fscmRestApi/resources/11.13.18.05/inventoryCountTasks/{InvCountTaskId}/child/costs/{costsUniqID}
Update a cost
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/inventoryCountTasks/{InvCountTaskId}/child/costs/{costsUniqID}