POST api/ListaPrecio

Request Information

URI Parameters

None.

Body Parameters

ListaPrecio
NameDescriptionTypeAdditional information
idListaPrecio

integer

None.

idLista

integer

None.

idTour

integer

None.

idActividadSecundaria

integer

None.

idMoneda

integer

None.

fechaVigencia

date

None.

precioAdulto

decimal number

None.

precioNinio

decimal number

None.

precioInfante

decimal number

None.

precioVehiculo

decimal number

None.

claveListaPrecio

string

None.

claveLista

string

None.

Request Formats

application/json, text/json

Sample:
{
  "idListaPrecio": 1,
  "idLista": 2,
  "idTour": 3,
  "idActividadSecundaria": 4,
  "idMoneda": 5,
  "fechaVigencia": "2026-05-23T17:21:45.8517997+00:00",
  "precioAdulto": 1.0,
  "precioNinio": 1.0,
  "precioInfante": 1.0,
  "precioVehiculo": 1.0,
  "claveListaPrecio": "sample string 7",
  "claveLista": "sample string 8"
}

application/xml, text/xml

Sample:
<ListaPrecio xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
  <claveLista>sample string 8</claveLista>
  <claveListaPrecio>sample string 7</claveListaPrecio>
  <fechaVigencia>2026-05-23T17:21:45.8517997+00:00</fechaVigencia>
  <idActividadSecundaria>4</idActividadSecundaria>
  <idLista>2</idLista>
  <idListaPrecio>1</idListaPrecio>
  <idMoneda>5</idMoneda>
  <idTour>3</idTour>
  <precioAdulto>1</precioAdulto>
  <precioInfante>1</precioInfante>
  <precioNinio>1</precioNinio>
  <precioVehiculo>1</precioVehiculo>
</ListaPrecio>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ListaPrecio'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.