POST api/VuelosCarrousel/FlightsLoad?flightType={flightType}&startDate={startDate}&endDate={endDate}&idArpt={idArpt}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
flightType
No documentation available.

Define this parameter in the request URI.

startDate
No documentation available.

Define this parameter in the request URI.

endDate
No documentation available.

Define this parameter in the request URI.

idArpt
No documentation available.

Define this parameter in the request URI.

Información de respuesta:

En los siguientes apartados de indican los formatos de respuesta. Para probar el servicio haga click en el boton probar api e ingrese su key en la cabecera del mensaje.

application/json, text/json

Ejemplo:
{
  "flightType": "sample string 1",
  "flightEntities": [
    {
      "flight": {
        "command": "sample string 1",
        "flightCompany": "sample string 2",
        "flightCompanyCode": "sample string 3",
        "flightVanderland": "sample string 4",
        "flightVanderlandCode": "sample string 5",
        "flightNumber": "sample string 6",
        "scheduledDate": "sample string 7",
        "terminalArea": "sample string 8",
        "estimatedDate": "sample string 9",
        "outBound": "sample string 10",
        "outBoundCode": "sample string 11",
        "flightStatus": "sample string 12",
        "aircraftClass": "sample string 13",
        "aircraftType": "sample string 14",
        "aircraftTypeCode": "sample string 15",
        "aircraftMaxPax": "sample string 16",
        "type": "sample string 17",
        "flightDependency": {
          "type": "sample string 1",
          "primaryFlight": {
            "flightCompany": "sample string 1",
            "flightCompanyCode": "sample string 2",
            "flightNumber": "sample string 3",
            "scheduledDate": "sample string 4",
            "flightType": "sample string 5"
          }
        },
        "handling": "sample string 18",
        "resources": [
          {
            "resourceType": "sample string 1",
            "resourceName": "sample string 2",
            "startDate": "sample string 3",
            "endDate": "sample string 4"
          },
          {
            "resourceType": "sample string 1",
            "resourceName": "sample string 2",
            "startDate": "sample string 3",
            "endDate": "sample string 4"
          }
        ],
        "ID_AIRLINE": "sample string 19"
      }
    },
    {
      "flight": {
        "command": "sample string 1",
        "flightCompany": "sample string 2",
        "flightCompanyCode": "sample string 3",
        "flightVanderland": "sample string 4",
        "flightVanderlandCode": "sample string 5",
        "flightNumber": "sample string 6",
        "scheduledDate": "sample string 7",
        "terminalArea": "sample string 8",
        "estimatedDate": "sample string 9",
        "outBound": "sample string 10",
        "outBoundCode": "sample string 11",
        "flightStatus": "sample string 12",
        "aircraftClass": "sample string 13",
        "aircraftType": "sample string 14",
        "aircraftTypeCode": "sample string 15",
        "aircraftMaxPax": "sample string 16",
        "type": "sample string 17",
        "flightDependency": {
          "type": "sample string 1",
          "primaryFlight": {
            "flightCompany": "sample string 1",
            "flightCompanyCode": "sample string 2",
            "flightNumber": "sample string 3",
            "scheduledDate": "sample string 4",
            "flightType": "sample string 5"
          }
        },
        "handling": "sample string 18",
        "resources": [
          {
            "resourceType": "sample string 1",
            "resourceName": "sample string 2",
            "startDate": "sample string 3",
            "endDate": "sample string 4"
          },
          {
            "resourceType": "sample string 1",
            "resourceName": "sample string 2",
            "startDate": "sample string 3",
            "endDate": "sample string 4"
          }
        ],
        "ID_AIRLINE": "sample string 19"
      }
    }
  ]
}

application/xml, text/xml

Ejemplo:
<VuelosCarrouselController.flightLoadReplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wtapi.Controllers">
  <flightEntities>
    <VuelosCarrouselController.flightEntity>
      <flight>
        <ID_AIRLINE>sample string 19</ID_AIRLINE>
        <aircraftClass>sample string 13</aircraftClass>
        <aircraftMaxPax>sample string 16</aircraftMaxPax>
        <aircraftType>sample string 14</aircraftType>
        <aircraftTypeCode>sample string 15</aircraftTypeCode>
        <command>sample string 1</command>
        <estimatedDate>sample string 9</estimatedDate>
        <flightCompany>sample string 2</flightCompany>
        <flightCompanyCode>sample string 3</flightCompanyCode>
        <flightDependency>
          <primaryFlight>
            <flightCompany>sample string 1</flightCompany>
            <flightCompanyCode>sample string 2</flightCompanyCode>
            <flightNumber>sample string 3</flightNumber>
            <flightType>sample string 5</flightType>
            <scheduledDate>sample string 4</scheduledDate>
          </primaryFlight>
          <type>sample string 1</type>
        </flightDependency>
        <flightNumber>sample string 6</flightNumber>
        <flightStatus>sample string 12</flightStatus>
        <flightVanderland>sample string 4</flightVanderland>
        <flightVanderlandCode>sample string 5</flightVanderlandCode>
        <handling>sample string 18</handling>
        <outBound>sample string 10</outBound>
        <outBoundCode>sample string 11</outBoundCode>
        <resources>
          <VuelosCarrouselController.resource>
            <endDate>sample string 4</endDate>
            <resourceName>sample string 2</resourceName>
            <resourceType>sample string 1</resourceType>
            <startDate>sample string 3</startDate>
          </VuelosCarrouselController.resource>
          <VuelosCarrouselController.resource>
            <endDate>sample string 4</endDate>
            <resourceName>sample string 2</resourceName>
            <resourceType>sample string 1</resourceType>
            <startDate>sample string 3</startDate>
          </VuelosCarrouselController.resource>
        </resources>
        <scheduledDate>sample string 7</scheduledDate>
        <terminalArea>sample string 8</terminalArea>
        <type>sample string 17</type>
      </flight>
    </VuelosCarrouselController.flightEntity>
    <VuelosCarrouselController.flightEntity>
      <flight>
        <ID_AIRLINE>sample string 19</ID_AIRLINE>
        <aircraftClass>sample string 13</aircraftClass>
        <aircraftMaxPax>sample string 16</aircraftMaxPax>
        <aircraftType>sample string 14</aircraftType>
        <aircraftTypeCode>sample string 15</aircraftTypeCode>
        <command>sample string 1</command>
        <estimatedDate>sample string 9</estimatedDate>
        <flightCompany>sample string 2</flightCompany>
        <flightCompanyCode>sample string 3</flightCompanyCode>
        <flightDependency>
          <primaryFlight>
            <flightCompany>sample string 1</flightCompany>
            <flightCompanyCode>sample string 2</flightCompanyCode>
            <flightNumber>sample string 3</flightNumber>
            <flightType>sample string 5</flightType>
            <scheduledDate>sample string 4</scheduledDate>
          </primaryFlight>
          <type>sample string 1</type>
        </flightDependency>
        <flightNumber>sample string 6</flightNumber>
        <flightStatus>sample string 12</flightStatus>
        <flightVanderland>sample string 4</flightVanderland>
        <flightVanderlandCode>sample string 5</flightVanderlandCode>
        <handling>sample string 18</handling>
        <outBound>sample string 10</outBound>
        <outBoundCode>sample string 11</outBoundCode>
        <resources>
          <VuelosCarrouselController.resource>
            <endDate>sample string 4</endDate>
            <resourceName>sample string 2</resourceName>
            <resourceType>sample string 1</resourceType>
            <startDate>sample string 3</startDate>
          </VuelosCarrouselController.resource>
          <VuelosCarrouselController.resource>
            <endDate>sample string 4</endDate>
            <resourceName>sample string 2</resourceName>
            <resourceType>sample string 1</resourceType>
            <startDate>sample string 3</startDate>
          </VuelosCarrouselController.resource>
        </resources>
        <scheduledDate>sample string 7</scheduledDate>
        <terminalArea>sample string 8</terminalArea>
        <type>sample string 17</type>
      </flight>
    </VuelosCarrouselController.flightEntity>
  </flightEntities>
  <flightType>sample string 1</flightType>
</VuelosCarrouselController.flightLoadReplay>