GET api/TipoCaracters
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of TipoCaracterName | Description | Type | Additional information |
---|---|---|---|
idTIpoCaracter | integer |
None. |
|
idCategoriaCaracter | integer |
None. |
|
tipoCaracter1 | string |
String length: inclusive between 0 and 500 |
|
descripcion | string |
String length: inclusive between 0 and 500 |
|
activo | boolean |
None. |
|
Caracter | Collection of Caracter |
None. |
|
TCategoriaCaracter | TCategoriaCaracter |
None. |
Response Formats
application/json, text/json
Sample:
[ { "idTIpoCaracter": 1, "idCategoriaCaracter": 1, "tipoCaracter1": "sample string 2", "descripcion": "sample string 3", "activo": true, "TCategoriaCaracter": { "idCategoriaCaracter": 1, "categoriaCaracter": "sample string 2", "descripcion": "sample string 3", "activo": true } }, { "idTIpoCaracter": 1, "idCategoriaCaracter": 1, "tipoCaracter1": "sample string 2", "descripcion": "sample string 3", "activo": true, "TCategoriaCaracter": { "idCategoriaCaracter": 1, "categoriaCaracter": "sample string 2", "descripcion": "sample string 3", "activo": true } } ]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.