/// <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 PagedResponseStudentMarksExternalResponse Post1(this IKMDStudicaStudents operations, string xSelectedSchoolCode = default(string), StudentMarksExternalRequest body = default(StudentMarksExternalRequest))
 {
     return(operations.Post1Async(xSelectedSchoolCode, body).GetAwaiter().GetResult());
 }