POST api/mentionReport/{escuela}/generateStudentsByCompletionCourses

Request Information

URI Parameters

NameDescriptionTypeAdditional information
escuela

string

Required

Body Parameters

MentionStudentsByCompletionCoursesRequest
NameDescriptionTypeAdditional information
StudentsByCompletionCoursesData

Collection of MentionStudentsByCompletionCoursesModel

None.

Request Formats

application/json, text/json

Sample:
{
  "StudentsByCompletionCoursesData": [
    {
      "MentionId": 1,
      "CareerId": 2,
      "CoursesId": [
        "sample string 1",
        "sample string 2"
      ],
      "LanguageCulture": "sample string 3",
      "ModalityId": 1,
      "ModuleId": 1,
      "CycleFromId": 4,
      "CycleToId": 5,
      "ExistData": true,
      "Message": "sample string 6",
      "CollegeId": 7
    },
    {
      "MentionId": 1,
      "CareerId": 2,
      "CoursesId": [
        "sample string 1",
        "sample string 2"
      ],
      "LanguageCulture": "sample string 3",
      "ModalityId": 1,
      "ModuleId": 1,
      "CycleFromId": 4,
      "CycleToId": 5,
      "ExistData": true,
      "Message": "sample string 6",
      "CollegeId": 7
    }
  ]
}

application/xml, text/xml

Sample:
<MentionStudentsByCompletionCoursesRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Abet.Reportes.Api.Models.Request.MentionReport">
  <StudentsByCompletionCoursesData xmlns:d2p1="http://schemas.datacontract.org/2004/07/Abet.Reportes.Model.MentionReport.MentionStudentsByCompletionCourses">
    <d2p1:MentionStudentsByCompletionCoursesModel>
      <CollegeId xmlns="http://schemas.datacontract.org/2004/07/Abet.Reportes.Model.Generic">7</CollegeId>
      <CycleFromId xmlns="http://schemas.datacontract.org/2004/07/Abet.Reportes.Model.Generic">4</CycleFromId>
      <CycleToId xmlns="http://schemas.datacontract.org/2004/07/Abet.Reportes.Model.Generic">5</CycleToId>
      <ExistData xmlns="http://schemas.datacontract.org/2004/07/Abet.Reportes.Model.Generic">true</ExistData>
      <LanguageCulture xmlns="http://schemas.datacontract.org/2004/07/Abet.Reportes.Model.Generic">sample string 3</LanguageCulture>
      <Message xmlns="http://schemas.datacontract.org/2004/07/Abet.Reportes.Model.Generic">sample string 6</Message>
      <ModalityId xmlns="http://schemas.datacontract.org/2004/07/Abet.Reportes.Model.Generic">1</ModalityId>
      <ModuleId xmlns="http://schemas.datacontract.org/2004/07/Abet.Reportes.Model.Generic">1</ModuleId>
      <d2p1:CareerId>2</d2p1:CareerId>
      <d2p1:CoursesId xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:string>sample string 1</d4p1:string>
        <d4p1:string>sample string 2</d4p1:string>
      </d2p1:CoursesId>
      <d2p1:MentionId>1</d2p1:MentionId>
    </d2p1:MentionStudentsByCompletionCoursesModel>
    <d2p1:MentionStudentsByCompletionCoursesModel>
      <CollegeId xmlns="http://schemas.datacontract.org/2004/07/Abet.Reportes.Model.Generic">7</CollegeId>
      <CycleFromId xmlns="http://schemas.datacontract.org/2004/07/Abet.Reportes.Model.Generic">4</CycleFromId>
      <CycleToId xmlns="http://schemas.datacontract.org/2004/07/Abet.Reportes.Model.Generic">5</CycleToId>
      <ExistData xmlns="http://schemas.datacontract.org/2004/07/Abet.Reportes.Model.Generic">true</ExistData>
      <LanguageCulture xmlns="http://schemas.datacontract.org/2004/07/Abet.Reportes.Model.Generic">sample string 3</LanguageCulture>
      <Message xmlns="http://schemas.datacontract.org/2004/07/Abet.Reportes.Model.Generic">sample string 6</Message>
      <ModalityId xmlns="http://schemas.datacontract.org/2004/07/Abet.Reportes.Model.Generic">1</ModalityId>
      <ModuleId xmlns="http://schemas.datacontract.org/2004/07/Abet.Reportes.Model.Generic">1</ModuleId>
      <d2p1:CareerId>2</d2p1:CareerId>
      <d2p1:CoursesId xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:string>sample string 1</d4p1:string>
        <d4p1:string>sample string 2</d4p1:string>
      </d2p1:CoursesId>
      <d2p1:MentionId>1</d2p1:MentionId>
    </d2p1:MentionStudentsByCompletionCoursesModel>
  </StudentsByCompletionCoursesData>
</MentionStudentsByCompletionCoursesRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.