POST api/CotizacionCircuito
Request Information
URI Parameters
None.
Body Parameters
CotizacionCls| Name | Description | Type | Additional information |
|---|---|---|---|
| ID_VIAJE | string |
None. |
|
| NOCHESADICIONALESINICIO | integer |
None. |
|
| NOCHESADICIONALESFIN | integer |
None. |
|
| TRASLADOLLEGADA | boolean |
None. |
|
| TRASLADOSALIDA | boolean |
None. |
|
| FECHA | string |
None. |
|
| TEMPORADA | string |
None. |
|
| LUGARTRASLADOLLEGADA | string |
None. |
|
| LUGARTRASLADOSALIDA | string |
None. |
|
| logid | string |
None. |
|
| presupuesto | boolean |
None. |
|
| nombre | string |
None. |
|
| apellido | string |
None. |
|
| celular | string |
None. |
|
| string |
None. |
||
| nombreCircuito | string |
None. |
|
| tokenwb | string |
None. |
|
| PASAJEROS | Collection of PasajerosCls |
None. |
Request Formats
application/json, text/json
Sample:
{
"PASAJEROS": [
{
"TIPO": "sample string 1",
"EDAD": "sample string 2"
},
{
"TIPO": "sample string 1",
"EDAD": "sample string 2"
}
],
"ID_VIAJE": "sample string 1",
"NOCHESADICIONALESINICIO": 2,
"NOCHESADICIONALESFIN": 3,
"TRASLADOLLEGADA": true,
"TRASLADOSALIDA": true,
"FECHA": "sample string 6",
"TEMPORADA": "sample string 7",
"LUGARTRASLADOLLEGADA": "sample string 8",
"LUGARTRASLADOSALIDA": "sample string 9",
"logid": "sample string 10",
"presupuesto": true,
"nombre": "sample string 12",
"apellido": "sample string 13",
"celular": "sample string 14",
"email": "sample string 15",
"nombreCircuito": "sample string 16",
"tokenwb": "sample string 17"
}
application/xml, text/xml
Sample:
<CotizacionCls xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API_Europamundo.Models.Class">
<FECHA>sample string 6</FECHA>
<ID_VIAJE>sample string 1</ID_VIAJE>
<LUGARTRASLADOLLEGADA>sample string 8</LUGARTRASLADOLLEGADA>
<LUGARTRASLADOSALIDA>sample string 9</LUGARTRASLADOSALIDA>
<NOCHESADICIONALESFIN>3</NOCHESADICIONALESFIN>
<NOCHESADICIONALESINICIO>2</NOCHESADICIONALESINICIO>
<PASAJEROS>
<PasajerosCls>
<EDAD>sample string 2</EDAD>
<TIPO>sample string 1</TIPO>
</PasajerosCls>
<PasajerosCls>
<EDAD>sample string 2</EDAD>
<TIPO>sample string 1</TIPO>
</PasajerosCls>
</PASAJEROS>
<TEMPORADA>sample string 7</TEMPORADA>
<TRASLADOLLEGADA>true</TRASLADOLLEGADA>
<TRASLADOSALIDA>true</TRASLADOSALIDA>
<apellido>sample string 13</apellido>
<celular>sample string 14</celular>
<email>sample string 15</email>
<logid>sample string 10</logid>
<nombre>sample string 12</nombre>
<nombreCircuito>sample string 16</nombreCircuito>
<presupuesto>true</presupuesto>
<tokenwb>sample string 17</tokenwb>
</CotizacionCls>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CotizacionRS| Name | Description | Type | Additional information |
|---|---|---|---|
| IdLogCotizacion | integer |
None. |
|
| Descuento | decimal number |
None. |
|
| CantPersonas | decimal number |
None. |
|
| PrecioSencilla | decimal number |
None. |
|
| PrecioCompartida | decimal number |
None. |
|
| PrecioDoble | decimal number |
None. |
|
| PrecioTriple | decimal number |
None. |
|
| PrecioNochesInicio | decimal number |
None. |
|
| PrecioNochesFin | decimal number |
None. |
|
| PrecioTrasladoLlegada | decimal number |
None. |
|
| PrecioTrsaladoSalida | decimal number |
None. |
|
| PrecioGastos | decimal number |
None. |
|
| PrecioGastosLocal | decimal number |
None. |
|
| PrecioTotal | decimal number |
None. |
|
| IncluyeTrasladoLlegada | string |
None. |
|
| IncluyeTrasladoSalida | string |
None. |
|
| Comision | decimal number |
None. |
|
| Costo | decimal number |
None. |
|
| FechaLimitePresupuesto | date |
None. |
|
| IdPresupuesto | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"IdLogCotizacion": 1,
"Descuento": 2.1,
"CantPersonas": 3.1,
"PrecioSencilla": 4.1,
"PrecioCompartida": 5.1,
"PrecioDoble": 6.1,
"PrecioTriple": 7.1,
"PrecioNochesInicio": 8.1,
"PrecioNochesFin": 9.1,
"PrecioTrasladoLlegada": 10.1,
"PrecioTrsaladoSalida": 11.1,
"PrecioGastos": 12.1,
"PrecioGastosLocal": 13.1,
"PrecioTotal": 14.1,
"IncluyeTrasladoLlegada": "sample string 15",
"IncluyeTrasladoSalida": "sample string 16",
"Comision": 17.1,
"Costo": 18.1,
"FechaLimitePresupuesto": "2025-12-12T17:54:46.1186838-05:00",
"IdPresupuesto": 20
}
application/xml, text/xml
Sample:
<CotizacionRS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API_Europamundo.Models.Class"> <CantPersonas>3.1</CantPersonas> <Comision>17.1</Comision> <Costo>18.1</Costo> <Descuento>2.1</Descuento> <FechaLimitePresupuesto>2025-12-12T17:54:46.1186838-05:00</FechaLimitePresupuesto> <IdLogCotizacion>1</IdLogCotizacion> <IdPresupuesto>20</IdPresupuesto> <IncluyeTrasladoLlegada>sample string 15</IncluyeTrasladoLlegada> <IncluyeTrasladoSalida>sample string 16</IncluyeTrasladoSalida> <PrecioCompartida>5.1</PrecioCompartida> <PrecioDoble>6.1</PrecioDoble> <PrecioGastos>12.1</PrecioGastos> <PrecioGastosLocal>13.1</PrecioGastosLocal> <PrecioNochesFin>9.1</PrecioNochesFin> <PrecioNochesInicio>8.1</PrecioNochesInicio> <PrecioSencilla>4.1</PrecioSencilla> <PrecioTotal>14.1</PrecioTotal> <PrecioTrasladoLlegada>10.1</PrecioTrasladoLlegada> <PrecioTriple>7.1</PrecioTriple> <PrecioTrsaladoSalida>11.1</PrecioTrsaladoSalida> </CotizacionRS>