POST api/pppReport/{escuela}/generateSurveyPerception

Request Information

URI Parameters

NameDescriptionTypeAdditional information
escuela

string

Required

Body Parameters

PPPRSurveyPerceptionRequest
NameDescriptionTypeAdditional information
SurveyPerceptionData

Collection of SurveyPerceptionModel

None.

Request Formats

application/json, text/json

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

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.