Provides default user to task associations
URL: | /editor/userassocdefault/[ID] |
Available Methods: | GET / POST / PUT / DELETE |
Specialities: | After task post action, all matching defaults (workflow,customerId,sourceLang and targetLang) will be auto assigned to the task. |
Resource Layout
Name | Type | Info (each row is unique for customerId,sourceLang,targetLang,userGuid,workflowStepName,workflow.) |
id | int | GET only |
customerId | int | PUT|POST The customer for which the default user should be assigned |
sourceLang | int | PUT|POST The source language(langauge id or rfc5646) of the task for which this default should be assigned |
targetLang | int | PUT|POST The target language(langauge id or rfc5646) of the task for which this default should be assigned |
userGuid | guid | PUT|POST The user guid which will be assigned to the matching task |
workflowStepName | string | PUT|POST The workflow step which will be assigned to the defined user |
workflow | string | PUT|POST Workflow for the defined default |
deadlineDate | float | PUT|POST Same value as the system configuration deadline date (matching the workflowStepName and worklfow). |