POST api/graduandoReport/{escuela}/generateNotifiedSurveys

Request Information

URI Parameters

NameDescriptionTypeAdditional information
escuela

string

Required

Body Parameters

GRNotifiedSurveysRequest
NameDescriptionTypeAdditional information
NotifiedSurveysData

Collection of NotifiedSurveysModel

None.

Request Formats

application/json, text/json

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

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.