Validate WaitingListCall and returns a validation result and specific info about the WaitingListCall
{ "Criteria": { "WaitingListStudentId": "00000000-0000-0000-0000-000000000000", "LessonGroupId": "00000000-0000-0000-0000-000000000000" }, "Context": { "DivisionId": "00000000-0000-0000-0000-000000000000", "Language": "string_example", "ShopId": "00000000-0000-0000-0000-000000000000", "SessionId": "00000000-0000-0000-0000-000000000000", "Origin": 0, "Password": "string_example", "Encode": false, "AccessToken": "string_example" } }
{ "Result": { "Expired": false, "StudentName": "string_example", "LessonGroupName": "string_example", "ValidationResult": { "IsValid": false, "Message": null, "brokenRuleName": null } } }