POST api/mentionReport/{escuela}/generateCompletionCourses

Request Information

URI Parameters

NameDescriptionTypeAdditional information
escuela

string

Required

Body Parameters

MentionCompletionCoursesRequest
NameDescriptionTypeAdditional information
CompletionCoursesData

Collection of MentionCompletionCoursesModel

None.

Request Formats

application/json, text/json

Sample:
{
  "CompletionCoursesData": [
    {
      "MentionId": 1,
      "CareerId": 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,
      "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:
<MentionCompletionCoursesRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Abet.Reportes.Api.Models.Request.MentionReport">
  <CompletionCoursesData xmlns:d2p1="http://schemas.datacontract.org/2004/07/Abet.Reportes.Model.MentionReport.MentionCompletionCourses">
    <d2p1:MentionCompletionCoursesModel>
      <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:MentionId>1</d2p1:MentionId>
    </d2p1:MentionCompletionCoursesModel>
    <d2p1:MentionCompletionCoursesModel>
      <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:MentionId>1</d2p1:MentionId>
    </d2p1:MentionCompletionCoursesModel>
  </CompletionCoursesData>
</MentionCompletionCoursesRequest>

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.