GET api/GetCircuito/{Id}?or={or}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Id

integer

Required

or

string

Default value is

Body Parameters

None.

Response Information

Resource Description

CircuitoCls
NameDescriptionTypeAdditional information
ID_VIAJE

string

None.

IMAGENES

string

None.

WORDDOLARES

string

None.

PDFDOLARES

string

None.

NOMBREVIAJE

string

None.

IMAGENMAPA

string

None.

NUMERODIAS

string

None.

PERMITECOMPATIR

boolean

None.

TRASLADOLLEGADA

boolean

None.

TRASLADOSALIDA

boolean

None.

PERMITESINGLE

boolean

None.

PERMITETRIPLE

boolean

None.

CIUDADINICIO

string

None.

CIUDADFIN

string

None.

TEMPORADA

string

None.

INTEGRACIONPERMITETRASLADO

boolean

None.

ID_ViajeAnterior

integer

None.

ID_ViajeSiguiente

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "ID_VIAJE": "sample string 1",
  "IMAGENES": "sample string 2",
  "WORDDOLARES": "sample string 3",
  "PDFDOLARES": "sample string 4",
  "NOMBREVIAJE": "sample string 5",
  "IMAGENMAPA": "sample string 6",
  "NUMERODIAS": "sample string 7",
  "PERMITECOMPATIR": true,
  "TRASLADOLLEGADA": true,
  "TRASLADOSALIDA": true,
  "PERMITESINGLE": true,
  "PERMITETRIPLE": true,
  "CIUDADINICIO": "sample string 13",
  "CIUDADFIN": "sample string 14",
  "TEMPORADA": "sample string 15",
  "INTEGRACIONPERMITETRASLADO": true,
  "ID_ViajeAnterior": 17,
  "ID_ViajeSiguiente": 18
}

application/xml, text/xml

Sample:
<CircuitoCls xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API_Europamundo.Models.Class">
  <CIUDADFIN>sample string 14</CIUDADFIN>
  <CIUDADINICIO>sample string 13</CIUDADINICIO>
  <ID_VIAJE>sample string 1</ID_VIAJE>
  <ID_ViajeAnterior>17</ID_ViajeAnterior>
  <ID_ViajeSiguiente>18</ID_ViajeSiguiente>
  <IMAGENES>sample string 2</IMAGENES>
  <IMAGENMAPA>sample string 6</IMAGENMAPA>
  <INTEGRACIONPERMITETRASLADO>true</INTEGRACIONPERMITETRASLADO>
  <NOMBREVIAJE>sample string 5</NOMBREVIAJE>
  <NUMERODIAS>sample string 7</NUMERODIAS>
  <PDFDOLARES>sample string 4</PDFDOLARES>
  <PERMITECOMPATIR>true</PERMITECOMPATIR>
  <PERMITESINGLE>true</PERMITESINGLE>
  <PERMITETRIPLE>true</PERMITETRIPLE>
  <TEMPORADA>sample string 15</TEMPORADA>
  <TRASLADOLLEGADA>true</TRASLADOLLEGADA>
  <TRASLADOSALIDA>true</TRASLADOSALIDA>
  <WORDDOLARES>sample string 3</WORDDOLARES>
</CircuitoCls>