https://api.lanucia.es/api/Idiomas/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

DTOIdioma
NameDescriptionTypeAdditional information
Id

integer

None.

Clave

string

Required

Valor

string

Required

IsPorDefecto

boolean

Required

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Clave": "sample string 2",
  "Valor": "sample string 3",
  "IsPorDefecto": true
}

application/xml, text/xml

Sample:
<DTOIdioma xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DTO">
  <Clave>sample string 2</Clave>
  <Id>1</Id>
  <IsPorDefecto>true</IsPorDefecto>
  <Valor>sample string 3</Valor>
</DTOIdioma>