POST api/resultReport/{escuela}/generatePlanOfResults

Request Information

URI Parameters

NameDescriptionTypeAdditional information
escuela

string

Required

Body Parameters

PlanOfResultsRequest
NameDescriptionTypeAdditional information
PlanOfResultsData

Collection of ResultReportModel

None.

Request Formats

application/json, text/json

Sample:
{
  "PlanOfResultsData": [
    {
      "Comision": "sample string 1",
      "IdCarrera": 2,
      "Anio": 3,
      "IdModalidad": 4,
      "IdCostituyente": 5,
      "IdInstrumento": 6,
      "IdPlan": 7,
      "LanguageCulture": "sample string 8",
      "ModalityId": 1,
      "ModuleId": 1,
      "CycleFromId": 9,
      "CycleToId": 10,
      "ExistData": true,
      "Message": "sample string 11",
      "CollegeId": 12
    },
    {
      "Comision": "sample string 1",
      "IdCarrera": 2,
      "Anio": 3,
      "IdModalidad": 4,
      "IdCostituyente": 5,
      "IdInstrumento": 6,
      "IdPlan": 7,
      "LanguageCulture": "sample string 8",
      "ModalityId": 1,
      "ModuleId": 1,
      "CycleFromId": 9,
      "CycleToId": 10,
      "ExistData": true,
      "Message": "sample string 11",
      "CollegeId": 12
    }
  ]
}

application/xml, text/xml

Sample:
<PlanOfResultsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Abet.Reportes.Api.Models.Request.ResultReport">
  <PlanOfResultsData xmlns:d2p1="http://schemas.datacontract.org/2004/07/Abet.Reportes.Model.ResultReport">
    <d2p1:ResultReportModel>
      <CollegeId xmlns="http://schemas.datacontract.org/2004/07/Abet.Reportes.Model.Generic">12</CollegeId>
      <CycleFromId xmlns="http://schemas.datacontract.org/2004/07/Abet.Reportes.Model.Generic">9</CycleFromId>
      <CycleToId xmlns="http://schemas.datacontract.org/2004/07/Abet.Reportes.Model.Generic">10</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 8</LanguageCulture>
      <Message xmlns="http://schemas.datacontract.org/2004/07/Abet.Reportes.Model.Generic">sample string 11</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:Anio>3</d2p1:Anio>
      <d2p1:Comision>sample string 1</d2p1:Comision>
      <d2p1:IdCarrera>2</d2p1:IdCarrera>
      <d2p1:IdCostituyente>5</d2p1:IdCostituyente>
      <d2p1:IdInstrumento>6</d2p1:IdInstrumento>
      <d2p1:IdModalidad>4</d2p1:IdModalidad>
      <d2p1:IdPlan>7</d2p1:IdPlan>
    </d2p1:ResultReportModel>
    <d2p1:ResultReportModel>
      <CollegeId xmlns="http://schemas.datacontract.org/2004/07/Abet.Reportes.Model.Generic">12</CollegeId>
      <CycleFromId xmlns="http://schemas.datacontract.org/2004/07/Abet.Reportes.Model.Generic">9</CycleFromId>
      <CycleToId xmlns="http://schemas.datacontract.org/2004/07/Abet.Reportes.Model.Generic">10</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 8</LanguageCulture>
      <Message xmlns="http://schemas.datacontract.org/2004/07/Abet.Reportes.Model.Generic">sample string 11</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:Anio>3</d2p1:Anio>
      <d2p1:Comision>sample string 1</d2p1:Comision>
      <d2p1:IdCarrera>2</d2p1:IdCarrera>
      <d2p1:IdCostituyente>5</d2p1:IdCostituyente>
      <d2p1:IdInstrumento>6</d2p1:IdInstrumento>
      <d2p1:IdModalidad>4</d2p1:IdModalidad>
      <d2p1:IdPlan>7</d2p1:IdPlan>
    </d2p1:ResultReportModel>
  </PlanOfResultsData>
</PlanOfResultsRequest>

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.