GET api/Ofertas/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Oferta| Name | Description | Type | Additional information |
|---|---|---|---|
| CodOferta | string |
Max length: 3 |
|
| NomOferta | string |
Required Max length: 50 |
|
| FechaInicio | date |
None. |
|
| FechaFinal | date |
None. |
|
| TipoOferta | string |
Required Max length: 1 |
|
| Valor | decimal number |
None. |
|
| Porcentaje | decimal number |
None. |
|
| PrecioTachado | decimal number |
None. |
|
| EstanciaMinima | integer |
None. |
|
| PorcPagoMinimo | decimal number |
None. |
|
| DescripcionPago | string |
Max length: 100 |
|
| DescripcionCancelacion | string |
Max length: 100 |
|
| CapacidadMinAdultos | integer |
None. |
|
| CapacidadMinNinos | integer |
None. |
|
| OfertaIncluye | string |
None. |
|
| OfertaNoIncluye | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"CodOferta": "sample string 1",
"NomOferta": "sample string 2",
"FechaInicio": "2026-08-24T12:13:51.0119425-06:00",
"FechaFinal": "2026-08-24T12:13:51.0119425-06:00",
"TipoOferta": "sample string 5",
"Valor": 6.0,
"Porcentaje": 7.0,
"PrecioTachado": 8.0,
"EstanciaMinima": 9,
"PorcPagoMinimo": 10.0,
"DescripcionPago": "sample string 11",
"DescripcionCancelacion": "sample string 12",
"CapacidadMinAdultos": 13,
"CapacidadMinNinos": 14,
"OfertaIncluye": "sample string 15",
"OfertaNoIncluye": "sample string 16"
}
application/xml, text/xml
Sample:
<Oferta xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CheckIn.Domain"> <CapacidadMinAdultos>13</CapacidadMinAdultos> <CapacidadMinNinos>14</CapacidadMinNinos> <CodOferta>sample string 1</CodOferta> <DescripcionCancelacion>sample string 12</DescripcionCancelacion> <DescripcionPago>sample string 11</DescripcionPago> <EstanciaMinima>9</EstanciaMinima> <FechaFinal>2026-08-24T12:13:51.0119425-06:00</FechaFinal> <FechaInicio>2026-08-24T12:13:51.0119425-06:00</FechaInicio> <NomOferta>sample string 2</NomOferta> <OfertaIncluye>sample string 15</OfertaIncluye> <OfertaNoIncluye>sample string 16</OfertaNoIncluye> <PorcPagoMinimo>10</PorcPagoMinimo> <Porcentaje>7</Porcentaje> <PrecioTachado>8</PrecioTachado> <TipoOferta>sample string 5</TipoOferta> <Valor>6</Valor> </Oferta>
multipart/form-data
Sample:
<Oferta xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CheckIn.Domain"><CapacidadMinAdultos>13</CapacidadMinAdultos><CapacidadMinNinos>14</CapacidadMinNinos><CodOferta>sample string 1</CodOferta><DescripcionCancelacion>sample string 12</DescripcionCancelacion><DescripcionPago>sample string 11</DescripcionPago><EstanciaMinima>9</EstanciaMinima><FechaFinal>2026-08-24T12:13:51.0119425-06:00</FechaFinal><FechaInicio>2026-08-24T12:13:51.0119425-06:00</FechaInicio><NomOferta>sample string 2</NomOferta><OfertaIncluye>sample string 15</OfertaIncluye><OfertaNoIncluye>sample string 16</OfertaNoIncluye><PorcPagoMinimo>10</PorcPagoMinimo><Porcentaje>7</Porcentaje><PrecioTachado>8</PrecioTachado><TipoOferta>sample string 5</TipoOferta><Valor>6</Valor></Oferta>