POST api/graduandoReport/{escuela}/generateOutcomeImportance

Request Information

URI Parameters

NameDescriptionTypeAdditional information
escuela

string

Required

Body Parameters

GROutcomeImportanceRequest
NameDescriptionTypeAdditional information
OutcomeImportanceData

Collection of OutcomeImportanceModel

None.

Request Formats

application/json, text/json

Sample:
{
  "OutcomeImportanceData": [
    {
      "CareerId": 1,
      "CommissionId": 2,
      "CycleId": 3,
      "StudyModalityId": 4,
      "CampusId": [
        1,
        2
      ],
      "LanguageCulture": "sample string 5",
      "ModalityId": 1,
      "ModuleId": 1,
      "CycleFromId": 6,
      "CycleToId": 7,
      "ExistData": true,
      "Message": "sample string 8",
      "CollegeId": 9
    },
    {
      "CareerId": 1,
      "CommissionId": 2,
      "CycleId": 3,
      "StudyModalityId": 4,
      "CampusId": [
        1,
        2
      ],
      "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:
<GROutcomeImportanceRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Abet.Reportes.Api.Models.Request.GraduandoReport">
  <OutcomeImportanceData xmlns:d2p1="http://schemas.datacontract.org/2004/07/Abet.Reportes.Model.GraduandoReport.OutcomeImportance">
    <d2p1:OutcomeImportanceModel>
      <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:CampusId xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </d2p1:CampusId>
      <d2p1:CareerId>1</d2p1:CareerId>
      <d2p1:CommissionId>2</d2p1:CommissionId>
      <d2p1:CycleId>3</d2p1:CycleId>
      <d2p1:StudyModalityId>4</d2p1:StudyModalityId>
    </d2p1:OutcomeImportanceModel>
    <d2p1:OutcomeImportanceModel>
      <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:CampusId xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </d2p1:CampusId>
      <d2p1:CareerId>1</d2p1:CareerId>
      <d2p1:CommissionId>2</d2p1:CommissionId>
      <d2p1:CycleId>3</d2p1:CycleId>
      <d2p1:StudyModalityId>4</d2p1:StudyModalityId>
    </d2p1:OutcomeImportanceModel>
  </OutcomeImportanceData>
</GROutcomeImportanceRequest>

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.