POST api/public/reservaciones/{id}/enviar-correo
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
ReservacionesPublicData| Name | Description | Type | Additional information |
|---|---|---|---|
| fecha_entrada_dia | integer |
None. |
|
| fecha_entrada_mes | integer |
None. |
|
| fecha_entrada_anio | integer |
None. |
|
| fecha_salida_dia | integer |
None. |
|
| fecha_salida_mes | integer |
None. |
|
| fecha_salida_anio | integer |
None. |
|
| fecha_entrada | date |
None. |
|
| fecha_salida | date |
None. |
|
| clave_hotel | string |
None. |
|
| id_hotel | integer |
None. |
|
| lang | string |
None. |
|
| booking | Collection of BookingSearchData |
None. |
|
| paquetes | Collection of PaquetesPublicData |
None. |
|
| cliente | ClientesPublicData |
None. |
|
| promo | PromosPublicData |
None. |
|
| disponibilidad | Collection of DisponibilidadPublicData |
None. |
|
| resumen | Collection of ResumenPublicData |
None. |
|
| total_habitaciones | decimal number |
None. |
|
| total_adicionales | decimal number |
None. |
|
| total_paquetes | decimal number |
None. |
|
| descuento_promo | decimal number |
None. |
|
| total_a_pagar | decimal number |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
text/html
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RespuestaApi| Name | Description | Type | Additional information |
|---|---|---|---|
| error | boolean |
None. |
|
| mensaje | string |
None. |
|
| contenido | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"error": true,
"mensaje": "sample string 2",
"contenido": {}
}
text/html
Sample:
{"error":true,"mensaje":"sample string 2","contenido":{}}
application/xml, text/xml
Sample:
<RespuestaApi xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/sysserver.Areas.Comun"> <contenido /> <error>true</error> <mensaje>sample string 2</mensaje> </RespuestaApi>