GET api/Bethouse/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Bethouse| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Nombre | string |
None. |
|
| Imagen | string |
None. |
|
| Url | string |
None. |
|
| Activa | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Nombre": "sample string 2",
"Imagen": "sample string 3",
"Url": "sample string 4",
"Activa": true
}