POST api/ObtieneCotizacionJetcard

Request Information

URI Parameters

None.

Body Parameters

requestCotizacionJetcard
NameDescriptionTypeAdditional information
ClaveContrato

string

None.

GrupoModelo

string

None.

CostoHoraVueloInt

decimal number

None.

CostoHoraEsperaInt

decimal number

None.

CostoPernoctaInt

decimal number

None.

CostoHoraVueloNal

decimal number

None.

CostoHoraEsperaNal

decimal number

None.

CostoPernoctaNal

decimal number

None.

Moneda

string

None.

FormatoAeropuertos

string

None.

TramosCotizacion

Collection of TramosCotizacionJetcard

None.

Request Formats

application/json, text/json

Sample:
{
  "claveContrato": "sample string 1",
  "grupoModelo": "sample string 2",
  "costoHoraVueloInt": 3.0,
  "costoHoraEsperaInt": 4.0,
  "costoPernoctaInt": 5.0,
  "costoHoraVueloNal": 6.0,
  "costoHoraEsperaNal": 7.0,
  "costoPernoctaNal": 8.0,
  "moneda": "sample string 9",
  "formatoAeropuertos": "sample string 10",
  "tramosCotizacion": [
    {
      "noTramo": 1,
      "origen": "sample string 2",
      "destino": "sample string 3",
      "fechaSalida": "2026-07-13T06:50:54.4908886-06:00",
      "fechaLlegada": "2026-07-13T06:50:54.4908886-06:00",
      "horasVuelo": "sample string 6",
      "horasCobrar": "sample string 7",
      "tiempoEspera": "sample string 8",
      "tipo": "sample string 9",
      "seCobra": 10,
      "pax": 11
    },
    {
      "noTramo": 1,
      "origen": "sample string 2",
      "destino": "sample string 3",
      "fechaSalida": "2026-07-13T06:50:54.4908886-06:00",
      "fechaLlegada": "2026-07-13T06:50:54.4908886-06:00",
      "horasVuelo": "sample string 6",
      "horasCobrar": "sample string 7",
      "tiempoEspera": "sample string 8",
      "tipo": "sample string 9",
      "seCobra": 10,
      "pax": 11
    }
  ]
}

application/xml, text/xml

Sample:
<requestCotizacionJetcard xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiAerolineasCloud.Objects.Request">
  <ClaveContrato>sample string 1</ClaveContrato>
  <CostoHoraEsperaInt>4</CostoHoraEsperaInt>
  <CostoHoraEsperaNal>7</CostoHoraEsperaNal>
  <CostoHoraVueloInt>3</CostoHoraVueloInt>
  <CostoHoraVueloNal>6</CostoHoraVueloNal>
  <CostoPernoctaInt>5</CostoPernoctaInt>
  <CostoPernoctaNal>8</CostoPernoctaNal>
  <FormatoAeropuertos>sample string 10</FormatoAeropuertos>
  <GrupoModelo>sample string 2</GrupoModelo>
  <Moneda>sample string 9</Moneda>
  <TramosCotizacion>
    <TramosCotizacionJetcard>
      <Destino>sample string 3</Destino>
      <FechaLlegada>2026-07-13T06:50:54.4908886-06:00</FechaLlegada>
      <FechaSalida>2026-07-13T06:50:54.4908886-06:00</FechaSalida>
      <HorasCobrar>sample string 7</HorasCobrar>
      <HorasVuelo>sample string 6</HorasVuelo>
      <NoTramo>1</NoTramo>
      <Origen>sample string 2</Origen>
      <Pax>11</Pax>
      <SeCobra>10</SeCobra>
      <TiempoEspera>sample string 8</TiempoEspera>
      <Tipo>sample string 9</Tipo>
    </TramosCotizacionJetcard>
    <TramosCotizacionJetcard>
      <Destino>sample string 3</Destino>
      <FechaLlegada>2026-07-13T06:50:54.4908886-06:00</FechaLlegada>
      <FechaSalida>2026-07-13T06:50:54.4908886-06:00</FechaSalida>
      <HorasCobrar>sample string 7</HorasCobrar>
      <HorasVuelo>sample string 6</HorasVuelo>
      <NoTramo>1</NoTramo>
      <Origen>sample string 2</Origen>
      <Pax>11</Pax>
      <SeCobra>10</SeCobra>
      <TiempoEspera>sample string 8</TiempoEspera>
      <Tipo>sample string 9</Tipo>
    </TramosCotizacionJetcard>
  </TramosCotizacion>
</requestCotizacionJetcard>

multipart/form-data

Sample:
<requestCotizacionJetcard xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiAerolineasCloud.Objects.Request"><ClaveContrato>sample string 1</ClaveContrato><CostoHoraEsperaInt>4</CostoHoraEsperaInt><CostoHoraEsperaNal>7</CostoHoraEsperaNal><CostoHoraVueloInt>3</CostoHoraVueloInt><CostoHoraVueloNal>6</CostoHoraVueloNal><CostoPernoctaInt>5</CostoPernoctaInt><CostoPernoctaNal>8</CostoPernoctaNal><FormatoAeropuertos>sample string 10</FormatoAeropuertos><GrupoModelo>sample string 2</GrupoModelo><Moneda>sample string 9</Moneda><TramosCotizacion><TramosCotizacionJetcard><Destino>sample string 3</Destino><FechaLlegada>2026-07-13T06:50:54.4908886-06:00</FechaLlegada><FechaSalida>2026-07-13T06:50:54.4908886-06:00</FechaSalida><HorasCobrar>sample string 7</HorasCobrar><HorasVuelo>sample string 6</HorasVuelo><NoTramo>1</NoTramo><Origen>sample string 2</Origen><Pax>11</Pax><SeCobra>10</SeCobra><TiempoEspera>sample string 8</TiempoEspera><Tipo>sample string 9</Tipo></TramosCotizacionJetcard><TramosCotizacionJetcard><Destino>sample string 3</Destino><FechaLlegada>2026-07-13T06:50:54.4908886-06:00</FechaLlegada><FechaSalida>2026-07-13T06:50:54.4908886-06:00</FechaSalida><HorasCobrar>sample string 7</HorasCobrar><HorasVuelo>sample string 6</HorasVuelo><NoTramo>1</NoTramo><Origen>sample string 2</Origen><Pax>11</Pax><SeCobra>10</SeCobra><TiempoEspera>sample string 8</TiempoEspera><Tipo>sample string 9</Tipo></TramosCotizacionJetcard></TramosCotizacion></requestCotizacionJetcard>

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, multipart/form-data

Sample:

Sample not available.