PUT api/Tarifas/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
HabitacionesTarifasCC| Name | Description | Type | Additional 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:42.6057391-06:00",
"FechaFinal": "2026-08-24T12:13:42.6057391-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
None.