Executors
Executors is a helper object for defining users on which the task will be created
| Attribute | Type | Description | Nullable |
|---|---|---|---|
| executorRole | String | Role of the executor | false |
| allCompanySelected | Boolean | Flag indicating a task created to all company users | false |
| shopIds | List of integers | Identifiers of stores | false |
| regionIds | List of integers | Identifiers of regions | false |
| divisionIds | List of integers | Identifiers of divisions | false |
| userIds | List of integers | Identifiers of users | false |
| bnIds | List of integers | Identifiers of business-directions | false |
| objectsToUsers | Map of integers,list of integers | Identifiers of object linked to users | false |