Skip to main content

Executors

Executors is a helper object for defining users on which the task will be created


AttributeTypeDescriptionNullable
executorRoleStringRole of the executorfalse
allCompanySelectedBooleanFlag indicating a task created to all company usersfalse
shopIdsList of integersIdentifiers of storesfalse
regionIdsList of integersIdentifiers of regionsfalse
divisionIdsList of integersIdentifiers of divisionsfalse
userIdsList of integersIdentifiers of usersfalse
bnIdsList of integersIdentifiers of business-directionsfalse
objectsToUsersMap of integers,list of integersIdentifiers of object linked to usersfalse
Example:
{
"executorRole": "SHOP",
"allCompanySelected": false,
"divisionIds": [
29
],
"regionIds": [],
"shopIds": [],
"bnIds": [
1004
]
}