Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of DTOIdiomaName | Description | Type | Additional 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 }, { "Id": 1, "Clave": "sample string 2", "Valor": "sample string 3", "IsPorDefecto": true } ]
application/xml, text/xml
Sample:
<ArrayOfDTOIdioma xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DTO"> <DTOIdioma> <Clave>sample string 2</Clave> <Id>1</Id> <IsPorDefecto>true</IsPorDefecto> <Valor>sample string 3</Valor> </DTOIdioma> <DTOIdioma> <Clave>sample string 2</Clave> <Id>1</Id> <IsPorDefecto>true</IsPorDefecto> <Valor>sample string 3</Valor> </DTOIdioma> </ArrayOfDTOIdioma>