GET api/SGA/GetTypeAircrafts
Retorna los tipos de aeronaves registradas.
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:
[
{
"Key": "sample string 1",
"Value": "sample string 2"
},
{
"Key": "sample string 1",
"Value": "sample string 2"
}
]
application/xml, text/xml
Ejemplo:
<ArrayOfSGATypeAircraft xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wtapi.Models.SGA">
<SGATypeAircraft>
<Key>sample string 1</Key>
<Value>sample string 2</Value>
</SGATypeAircraft>
<SGATypeAircraft>
<Key>sample string 1</Key>
<Value>sample string 2</Value>
</SGATypeAircraft>
</ArrayOfSGATypeAircraft>