POST api/thesisRequirementReport/{escuela}/generateThesisRequirementReport

Request Information

URI Parameters

NameDescriptionTypeAdditional information
escuela

string

Required

Body Parameters

StudentThesisRequirementRequest
NameDescriptionTypeAdditional information
StudentThesisRequirementData

Collection of StudentThesisRequirementModel

None.

Request Formats

application/json, text/json

Sample:
{
  "StudentThesisRequirementData": [
    {
      "CourseId": 1,
      "CareerId": 2,
      "Requirements": "sample string 3",
      "isFulfill": 4,
      "LanguageCulture": "sample string 5",
      "ModalityId": 1,
      "ModuleId": 1,
      "CycleFromId": 6,
      "CycleToId": 7,
      "ExistData": true,
      "Message": "sample string 8",
      "CollegeId": 9
    },
    {
      "CourseId": 1,
      "CareerId": 2,
      "Requirements": "sample string 3",
      "isFulfill": 4,
      "LanguageCulture": "sample string 5",
      "ModalityId": 1,
      "ModuleId": 1,
      "CycleFromId": 6,
      "CycleToId": 7,
      "ExistData": true,
      "Message": "sample string 8",
      "CollegeId": 9
    }
  ]
}

application/xml, text/xml

Sample:
<StudentThesisRequirementRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Abet.Reportes.Api.Models.Request.ThesisRequirementReport">
  <StudentThesisRequirementData xmlns:d2p1="http://schemas.datacontract.org/2004/07/Abet.Reportes.Model.ThesisRequirementReport">
    <d2p1:StudentThesisRequirementModel>
      <CollegeId xmlns="http://schemas.datacontract.org/2004/07/Abet.Reportes.Model.Generic">9</CollegeId>
      <CycleFromId xmlns="http://schemas.datacontract.org/2004/07/Abet.Reportes.Model.Generic">6</CycleFromId>
      <CycleToId xmlns="http://schemas.datacontract.org/2004/07/Abet.Reportes.Model.Generic">7</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 5</LanguageCulture>
      <Message xmlns="http://schemas.datacontract.org/2004/07/Abet.Reportes.Model.Generic">sample string 8</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:CourseId>1</d2p1:CourseId>
      <d2p1:Requirements>sample string 3</d2p1:Requirements>
      <d2p1:isFulfill>4</d2p1:isFulfill>
    </d2p1:StudentThesisRequirementModel>
    <d2p1:StudentThesisRequirementModel>
      <CollegeId xmlns="http://schemas.datacontract.org/2004/07/Abet.Reportes.Model.Generic">9</CollegeId>
      <CycleFromId xmlns="http://schemas.datacontract.org/2004/07/Abet.Reportes.Model.Generic">6</CycleFromId>
      <CycleToId xmlns="http://schemas.datacontract.org/2004/07/Abet.Reportes.Model.Generic">7</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 5</LanguageCulture>
      <Message xmlns="http://schemas.datacontract.org/2004/07/Abet.Reportes.Model.Generic">sample string 8</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:CourseId>1</d2p1:CourseId>
      <d2p1:Requirements>sample string 3</d2p1:Requirements>
      <d2p1:isFulfill>4</d2p1:isFulfill>
    </d2p1:StudentThesisRequirementModel>
  </StudentThesisRequirementData>
</StudentThesisRequirementRequest>

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.