Costs REST Endpoints
            
            Inventory Management/Inventory Count Tasks/Costs
            
        
        
    The Costs resource manages the costs associated with the count task.
- Create one cost
- Method: postPath:/fscmRestApi/resources/11.13.18.05/inventoryCountTasks/{InvCountTaskId}/child/costs
- Delete a cost
- Method: deletePath:/fscmRestApi/resources/11.13.18.05/inventoryCountTasks/{InvCountTaskId}/child/costs/{costsUniqID}
- Get all costs
- Method: getPath:/fscmRestApi/resources/11.13.18.05/inventoryCountTasks/{InvCountTaskId}/child/costs
- Get one cost
- Method: getPath:/fscmRestApi/resources/11.13.18.05/inventoryCountTasks/{InvCountTaskId}/child/costs/{costsUniqID}
- Update a cost
- Method: patchPath:/fscmRestApi/resources/11.13.18.05/inventoryCountTasks/{InvCountTaskId}/child/costs/{costsUniqID}