patch https://api.elliemae.com/workflow/v1/tasks
Updates all tasks.
Usage Notes:
This API can be used to batch assign all tasks. For example:
PATCH workflow/v1/tasks?action=assignTo&loanId={loanId}&associatedEntityId={associatedEntityId}&associatedEntityType={associatedEntityType}&relationship={relationship}
- action and loanId are required.
- associatedEntityId, associatedEntityType and relationship are optional.
- If loanId is provided, all the tasks for the given loan will be reassigned.
- If loanId, associatedEntityId and associatedEntityType are provided, all the tasks for the given loan with associated entityId and entityType are reassigned.