User Tasks REST Endpoints
    
        Collections Strategies/User Tasks
    
The user tasks resource is used to create, update, or view any ad hoc strategy tasks that collectors want to add to the list of predefined strategy tasks for a particular strategy assignment.
- Create a user task assignment
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/collectionStrategies/{StrategyId}/child/strategyUserTasks - Get a user task assignment
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/collectionStrategies/{StrategyId}/child/strategyUserTasks/{UserItemId} - Get all user task assignments
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/collectionStrategies/{StrategyId}/child/strategyUserTasks - Update a user task assignment
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/collectionStrategies/{StrategyId}/child/strategyUserTasks/{UserItemId}