White Server White Server White Server API White Server API v2 Description of Methods Current: IsMainSystemAvailable IsMainSystemAvailable PurposeChecks the availability of the specified primary system in the restaurant Request typeSynchronous onlySupported agent version2.9.2.1 and higherPluggetSystemTypeRKRef, RKMid, StoreHouse, SqlRequest format { "taskType": "IsMainSystemAvailable", "params": { "systemType": "RKRef", "sync": { "objectId": 199996011 } } } CODE ParameterTypeMandatoryDescriptiontaskTypestring+Task type, for this method the value is "IsMainSystemAvailable"params+Request parameters systemType+System type (RKRef, RKMid, StoreHouse, Sql) sync+Synchronous method objectIdint+Restaurant code in the licensing systemResponse format { "taskResponse": { "isAvailable": true }, "responseCommon": { "taskGuid": "9e397e88-2830-4946-95e3-0fe8555ad1e1", "taskType": "IsMainSystemAvailable", "objectId": 199990246, "agentGuid": "d564619a-50c3-3d87-0816-de67ed9c8e18" } } CODE ParameterTypeDescriptiontaskGuidguidThe unique code of this task is used when receiving the task through the queue.taskTypestring enumTask typeobjectIdintRestaurant code in the licensing systemtaskResponsearrayArray of available logs isAvailablebooltrue if the system is available, otherwise falseerrorError container, see Error Description ×