-taskGuid | guid |
| Unique code for this task. Used when receiving a task via the queue |
-taskType | string enum |
| Task type |
-objectId | int |
| Restaurant code in the licensing system |
taskResponse | object |
|
|
--id | int | yes | Employee record ID |
--name | string | yes | Full name of the employee |
--altName | string | no | Employee's full name in an alternative language |
--visualTypeImage | string | no | The image assigned to the element |
--visualTypeBColor | string | no | Element button background color |
--visualTypeTextColor | string | no | Color of text on element button |
--visualTypeImage | string | no | The image assigned to the element |
--cardCode | string | no | Employee card code, which the employee uses to log in at the cash register |
--largeImagePath | string | no | Name of the file with the large image |
--eMail | string | no | User's email |
--pagerCode | string | no | Unique pager number |
--pagerType | string | no | Pager type |
--brigade | string | no | The team to which the worker belongs |
--defServPosition | string | no | Default worker service position |
--defaultRestaurantId | int | no | Current restaurant ID |
--groups | int[] | yes | Array of group IDs to which the employee is included |
--restaurantRoles | array | yes | Array of employee roles |
---restaurantId | int | yes | The ID of the restaurant to which the role is assigned |
---roleId | int | yes | Role ID |