GET api/CCHabitacionesFotos/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
HabitacionesFotosCC| Name | Description | Type | Additional information |
|---|---|---|---|
| IdFoto | integer |
None. |
|
| CodHotel | string |
Max length: 11 |
|
| CodTipoHab | string |
Max length: 2 |
|
| CostaRicaCheckIn | boolean |
None. |
|
| Imagen | string |
None. |
|
| ImagenB64 | Collection of byte |
None. |
Response Formats
application/json, text/json
Sample:
{
"IdFoto": 1,
"CodHotel": "sample string 2",
"CodTipoHab": "sample string 3",
"CostaRicaCheckIn": true,
"Imagen": "http://webapicheckin.sicsoftsa.com/sample string 4",
"ImagenB64": "QEA="
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
multipart/form-data
Sample:
Sample not available.