/// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='xSelectedSchoolCode'>
 /// Selected school code, used when multiple impersonation permissions are
 /// available on the token
 /// </param>
 /// <param name='body'>
 /// </param>
 public static PagedResponseStudentExternalResponse Post(this IKMDStudicaStudents operations, string xSelectedSchoolCode = default(string), ActiveStudentsExternalRequest body = default(ActiveStudentsExternalRequest))
 {
     return(operations.PostAsync(xSelectedSchoolCode, body).GetAwaiter().GetResult());
 }