White Server White Server White Server API White Server API v2 Description of Methods Current: RemoveEmployee RemoveEmployee PurposeRequest to delete employee dataRequest typeAsynchronous, synchronousSupported agent versionv2PluggetSystemTypeRKRefRequest formatJSON{ "taskType": "RemoveEmployee", "params": { "EmployeeId": 0, "sync": { "objectId": 0, "timeout": 0 } }}ParameterTypeMandatoryDescriptiontaskTypeTask type-employeeIdintyesID of the employee data to be deleted-syncSynchronous method--timeoutintnoAgent response timeout in seconds, default is 120 seconds--objectIdintyesRestaurant code in the licensing systemSynchronous response formatJSON{ "responseCommon": { "employeeId": 0, "taskGuid": "string", "taskType": "RemoveEmployee", "objectId": 0 }, "taskResponse": {} }ParameterTypeDescription-taskGuidguidUnique code for this task. Used when receiving a task via the queue-taskTypestring enumTask type-objectIdintRestaurant code in the licensing systemerrorError container, for more details see the article Error DescriptionExample requestJSON{ "taskType": "RemoveEmployee", "params": { "sync": { "objectId": 199990106, "timeout": 60 } }} ×