/// <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>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task <PagedResponseEmployeeExternalResponse> Post1Async(this IKMDStudicaSchoolAdministration operations, string xSelectedSchoolCode = default(string), ActiveEmployeesExternalRequest body = default(ActiveEmployeesExternalRequest), CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.Post1WithHttpMessagesAsync(xSelectedSchoolCode, body, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='id'>
 /// Guid
 /// </param>
 /// <param name='schoolCode'>
 /// String The school code for which to get data.
 /// </param>
 /// <param name='xSelectedSchoolCode'>
 /// Selected school code, used when multiple impersonation permissions are
 /// available on the token
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task <SchoolHoursPlanDetailsExternalResponse> Post9Async(this IKMDStudicaSchoolAdministration operations, System.Guid id, string schoolCode, string xSelectedSchoolCode = default(string), CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.Post9WithHttpMessagesAsync(id, schoolCode, xSelectedSchoolCode, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }
 /// <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 PagedResponseAreaOfEducationExternalResponse Post2(this IKMDStudicaSchoolAdministration operations, string xSelectedSchoolCode = default(string), AreasOfEducationExternalRequest body = default(AreasOfEducationExternalRequest))
 {
     return(operations.Post2Async(xSelectedSchoolCode, body).GetAwaiter().GetResult());
 }
 /// <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 PagedResponseEmployeeExternalResponse Post1(this IKMDStudicaSchoolAdministration operations, string xSelectedSchoolCode = default(string), ActiveEmployeesExternalRequest body = default(ActiveEmployeesExternalRequest))
 {
     return(operations.Post1Async(xSelectedSchoolCode, body).GetAwaiter().GetResult());
 }
 /// <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 PagedResponseSchoolHoursPlanExternalResponse Post10(this IKMDStudicaSchoolAdministration operations, string xSelectedSchoolCode = default(string), SchoolHoursPlansExternalRequest body = default(SchoolHoursPlansExternalRequest))
 {
     return(operations.Post10Async(xSelectedSchoolCode, body).GetAwaiter().GetResult());
 }
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='id'>
 /// Guid
 /// </param>
 /// <param name='schoolCode'>
 /// String The school code for which to get data.
 /// </param>
 /// <param name='xSelectedSchoolCode'>
 /// Selected school code, used when multiple impersonation permissions are
 /// available on the token
 /// </param>
 public static SchoolHoursPlanDetailsExternalResponse Post9(this IKMDStudicaSchoolAdministration operations, System.Guid id, string schoolCode, string xSelectedSchoolCode = default(string))
 {
     return(operations.Post9Async(id, schoolCode, xSelectedSchoolCode).GetAwaiter().GetResult());
 }
 /// <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 PagedResponseRoomExternalResponse Post7(this IKMDStudicaSchoolAdministration operations, string xSelectedSchoolCode = default(string), RoomsExternalRequest body = default(RoomsExternalRequest))
 {
     return(operations.Post7Async(xSelectedSchoolCode, body).GetAwaiter().GetResult());
 }