GET api/Bethouse/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Bethouse
NameDescriptionTypeAdditional 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
}