GET api/SGA/GetDetalles

Metódo para recuperar un vuelo indicando el identificador del mismo.

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:
[
  {
    "reg": "sample string 1",
    "id_stand": "sample string 2",
    "stand": "sample string 3",
    "seq": "sample string 4",
    "bon": "sample string 5",
    "boff": "sample string 6",
    "fbon": "sample string 7",
    "hbon": "sample string 8",
    "fboff": "sample string 9",
    "hboff": "sample string 10",
    "zone": "sample string 11",
    "ID_OP_FLT_A": "sample string 12"
  },
  {
    "reg": "sample string 1",
    "id_stand": "sample string 2",
    "stand": "sample string 3",
    "seq": "sample string 4",
    "bon": "sample string 5",
    "boff": "sample string 6",
    "fbon": "sample string 7",
    "hbon": "sample string 8",
    "fboff": "sample string 9",
    "hboff": "sample string 10",
    "zone": "sample string 11",
    "ID_OP_FLT_A": "sample string 12"
  }
]

application/xml, text/xml

Ejemplo:
<ArrayOfSGADetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wtapi.Models.SGA">
  <SGADetail>
    <ID_OP_FLT_A>sample string 12</ID_OP_FLT_A>
    <boff>sample string 6</boff>
    <bon>sample string 5</bon>
    <fboff>sample string 9</fboff>
    <fbon>sample string 7</fbon>
    <hboff>sample string 10</hboff>
    <hbon>sample string 8</hbon>
    <id_stand>sample string 2</id_stand>
    <reg>sample string 1</reg>
    <seq>sample string 4</seq>
    <stand>sample string 3</stand>
    <zone>sample string 11</zone>
  </SGADetail>
  <SGADetail>
    <ID_OP_FLT_A>sample string 12</ID_OP_FLT_A>
    <boff>sample string 6</boff>
    <bon>sample string 5</bon>
    <fboff>sample string 9</fboff>
    <fbon>sample string 7</fbon>
    <hboff>sample string 10</hboff>
    <hbon>sample string 8</hbon>
    <id_stand>sample string 2</id_stand>
    <reg>sample string 1</reg>
    <seq>sample string 4</seq>
    <stand>sample string 3</stand>
    <zone>sample string 11</zone>
  </SGADetail>
</ArrayOfSGADetail>