PUT api/Tarifas/cambiarTarifa

Request Information

URI Parameters

None.

Body Parameters

HabitacionesTarifasCC
NameDescriptionTypeAdditional information
IdTarifa

integer

None.

CodHotel

string

Required

Max length: 11

CodTipoHab

string

Required

Max length: 2

FechaInicio

date

Required

FechaFinal

date

Required

Tarifa

decimal number

Required

Lunes

boolean

None.

Martes

boolean

None.

Miercoles

boolean

None.

Jueves

boolean

None.

Viernes

boolean

None.

Sabado

boolean

None.

Domingo

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "IdTarifa": 1,
  "CodHotel": "sample string 2",
  "CodTipoHab": "sample string 3",
  "FechaInicio": "2026-08-24T12:13:51.4964448-06:00",
  "FechaFinal": "2026-08-24T12:13:51.4964448-06:00",
  "Tarifa": 6.0,
  "Lunes": true,
  "Martes": true,
  "Miercoles": true,
  "Jueves": true,
  "Viernes": true,
  "Sabado": true,
  "Domingo": true
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

multipart/form-data

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, multipart/form-data

Sample:

Sample not available.