El WebService WSContactoDetalleBuscar permite visualizar información detallada de un Contacto de la Empresa Netviax ATLAS.
Direcciones
Producción:
Testing:
Entrada
Salida
Llamada
Respuesta
SearchQuery
| Parámetro | Tipo | Regla | Descripción | Ejemplo |
|---|---|---|---|---|
| AdultsQty | Int | Requerido | Cantidad de adultos | 1 |
| ChildsQty | Int | Requerido | Cantidad de niños | 1 |
| InfantsQty | Int | Requerido | Cantidad de Infantes | 1 |
| TripsLegs | List<SearchQueryLeg> | Requerido | Segmentos | |
| TripType | TripType | OneWay = 1, RoundTrip = 2, MultipleFlights = 3 | ||
| CabinType | CabinType | |||
| ChosenAirlines | List<String> | |||
| ForcedDataSource | string | |||
| FlexibleDate | bool | |||
| TaxBreakdown | bool | |||
| FareStrategy | string | |||
| DBStrategy | string | |||
| RulesDetailLevel | string | |||
| CorporationCodeGLAS | ||||
| AdvancedSearchOptions | List<ExtendedProperty> | |||
SearchQueryLeg
| Parámetro | Tipo | Regla | Descripción | Ejemplo |
|---|---|---|---|---|
| Origin | string | Origen | «COR» | |
| Destination | string | Destino | «AEP» | |
| DepartureDate | DateTime | |||
| DepartureTime | string | Si la Entidad es ‘P | «Paz» |
TripType
| Parámetro | Tipo | Regla | Descripción | Ejemplo |
|---|---|---|---|---|
| TripType | Carácter (20) | Código de Características | ||
| CaracteristicasNombre | Carácter (40) | Nombre de Características | ||
| CaracteristicaValor | Carácter (80) | Valor de Características |
SearchResponse
| Atributo | Tipo | Descripción |
|---|---|---|
| SearchId | String | |
| Quotations | List<SearchResponseQuotation> | |
| GroupsOfFlights | List<SearchResponseGroupOfFlights> | |
| GeoInformation | List<SearchResponseGeoInformation> | |
| AirlineInformation | List<SearchResponseAirlineInformation> | |
| dAirlineInformation | Dictionary <string, SearchResponseAirlineInformation> | |
| SetsOfRulesApplied | LFSSetsOfRules | |
| RulesInformation | List<Rule> | |
| WarningMessage | String | |
| ErrorMessage | String | |
| GDSId | String | |
| BrandsInformation | List<BrandInformation> | |
| HandOnBaggageServices | List<HandOnBaggageService> | |
| CarryOnBaggageServices | List<CarryOnBaggageService> | |
| CheckedBaggageServices | List<CheckedBaggageService> |
HandOnBaggageService
| Atributo | Tipo | Descripción |
|---|---|---|
| Pieces | String | |
| Description | String | |
| SourceCode | String | |
| SourceGroup | String | |
| SourceSubGroup | String | |
| SourceDescription | List<String> | |
| Reference | String | |
| WeightUnit | String | |
| Weight | String | |
| DimensionUnit | String | |
| Dimension | String |
CarryOnBaggageService
| Atributo | Tipo | Descripción |
|---|---|---|
| Pieces | String | |
| WeightUnit | String | |
| Weight | String | |
| DimensionUnit | String | |
| Dimension | String | |
| Description | String | |
| SourceCode | String | |
| SourceGroup | String | |
| SourceSubGroup | String | |
| SourceDescription | String | |
| Reference | String |
CheckedBaggageService
| Atributo | Tipo | Descripción |
|---|---|---|
| Pieces | String | |
| Weight | String | |
| Unit | String | |
| Description | List<string> | |
| SourceCode | String | |
| SourceDescription | String | |
| Reference | String |
SearchResponseQuotation
| Atributo | Tipo | Descripción |
|---|---|---|
| Source | String | |
| Quotations | List<SearchResponseIndividualQuotation> | |
| RPHsQuoted | List<SearchResponseRPHQuoted> | |
| ErrorMessage | String | |
| InternalGDSKey | String | |
| Office | String | |
| AlternateProducts | String | |
| AlternatePrices | String | |
| Owner | String | |
| SourceResponseId | String | |
| SourceQuotationId | String | |
| Id | String |
SearchResponseIndividualQuotation
| Atributo | Tipo | Descripción |
|---|---|---|
| ValidatingCarrier | String | |
| PassengerType | String | |
| PassengerQuantity | String | |
| PassengerDiscountType | String | |
| FareType | String | |
| AccountCodesUsed | String | |
| CurrencyFareAmount | System.Decimal | |
| BaseFareCurrency | String | |
| BaseFareAmount | System.Decimal | |
| TotalTaxAmount | System.Decimal | |
| FlightsFareDetails | List<SearchResponseFlightFareDetails> | |
| GlasData | GlasData | |
| Taxes | List<Tax> | |
| FareCurrency | String | |
| FareAmount | System.Decimal | |
| BaggageAllowanceList | List<BaggageAllowance> | |
| Penalties | List<Penalty> | |
| LastTicketingDate | System.Nullable`1[System.DateTime] | |
| InternalGDSKey | String | |
| RPHServices | List<RPHServiceReference> |
RPHServiceReference
| Atributo | Tipo | Descripción |
|---|---|---|
| HandOnBaggage | List<ServiceReference> | |
| CarryOnBaggage | List<ServiceReference> | |
| CheckedBaggage | List<ServiceReference> |
ServiceReference
| Atributo | Tipo | Descripción |
|---|---|---|
| ChargeType | String | |
| Reference | String | |
SearchResponseRPHQuoted
| Atributo | Tipo | Descripción |
|---|---|---|
| RPHIndex | String | |
| InternalGDSKey | String | |
| BookingClassUsed | List<string> | |
| FareDetails | List<SearchResponseFlightDetails> |
Tax
| Atributo | Tipo | Descripción |
|---|---|---|
| TaxCode | String | |
| Amount | String | |
| Currency | List<string> | |
SearchResponseFlightDetails
| Atributo | Tipo | Descripción |
|---|---|---|
| BookingClass | String | |
| MarriedWithPreviousSegment | String | |
| Cabin | CabinCode | |
| BrandedFare | BrandedFare | |
| SeatsRemaining | String |
BaggageAllowance
| Atributo | Tipo | Descripción |
|---|---|---|
| Pieces | String | |
| Weight | String | |
| Unit | String | |
| Description | String |
"Usuario": "{{Usuario}}",
"Clave": "{{Clave}}",
"Empresa": "DEMUY",
"Sucursal": "CC",
"WSContactoSDT": {
"Version": "",
"ContactoCodigo": "",
"ContactoPrimerNombre": "",
"ContactoSegundoNombre": "",
"ContactoPrimerApellido": "",
"ContactoSegundoApellido": "",
"ContactoRazonSocial": "",
"ContactoEsContacto": "",
"ContactoEsCliente": "",
"ContactoEsPasajero": "",
"ContactoEntidad": "",
"IdentificacionCodigoDocumento1": "",
"IdentificacionNombreDocumento1": "",
"ContactoDocumento1": "",
"PaisCodigoDocumento1": "",
"PaisNombreDocumento1": "",
"ContactoVencimientoDocumento1": "",
"CategoriaCodigoComunicacion1": "",
"CategoriaNombreComunicacion1": "",
"ContactoTelefono1": "",
"ContactoCelular1": "",
"ContactoEmail1": "",
"CategoriaCodigoComunicacion2": "",
"CategoriaNombreComunicacion2": "",
"ContactoTelefono2": "",
"ContactoCelular2": "",
"ContactoEmail2": "",
"ContactoDireccion": "",
"CiudadCodigoDireccion": "",
"CiudadNombreDireccion": "",
"ContactoNacimiento": "",
"ContactoEstadoCivil": "",
"ContactoEstadoCivilNombre": "",
"PaisCodigoNacionalidad": "",
"PaisNombreNacionalidad": "",
"ContactoGenero": "",
"ContactoGeneroNombre": "",
"ContactoEnviarCFE": "",
"ContactoEmailCFE": "",
"ContactoObservaciones": "",
"Caracteristicas": [
{
"CaracteristicaCodigo": "",
"CaracteristicaNombre": "",
"CaracteristicaValor": ""
}
],
"Proyectos": [
{
"ContactoProyectoCodigo": "",
"ContactoProyectoNombre": "",
"ContactoProyectoCorporateCode": "",
"ContactoProyectoActivo": "",
"ContactoProyectoNotas": ""
}
],
"Afiliaciones": [
{
"ContactoAfiliacionPrestadorCodigo": "",
"ContactoAfiliacionPrestadorNombre": "",
"ContactoAfiliacionNombre": "",
"ContactoAfiliacionNumero": "",
"ContactoAfiliacionNotas": ""
}
],
"Comunicaciones": [
{
"ContactoComunicacionTipo": "",
"ContactoComunicacionTipoNombre": "",
"ContactoComunicacionCategoria": "",
"ContactoComunicacionTelefonoEmailDireccion": "",
"ContactoComunicacionImportancia": "",
"ContactoComunicacionNotas": ""
}
],
"Documentos": [
{
"IdentificacionCodigo": "",
"IdentificacionNombre": "",
"ContactoDocumentoDocumento": "",
"PaisCodigoContactoDocumento": "",
"PaisNombreContactoDocumento": "",
"ContactoDocumentoVencimiento": "",
"ContactoDocumentoImportancia": "",
"ContactoDocumentoNotas": ""
}
],
"Relaciones": [
{
"ContactoCodigoRelacion": "",
"ContactoNombreRelacion": "",
"RelacionCodigo": "",
"RelacionNombre": "",
"ContactoRelacionNotas": ""
}
]
}
}
{
"Error": 0,
"Mensaje": ""
"TitCod": ""
}