POST api/XlsxClaves
Request Information
URI Parameters
None.
Body Parameters
XlsxClaves| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| idCategoriaCaracter | integer |
None. |
|
| categoriaCaracter | string |
String length: inclusive between 0 and 300 |
|
| idTipoCaracter | integer |
None. |
|
| tipoCaracter | string |
String length: inclusive between 0 and 300 |
|
| idCaracter | integer |
None. |
|
| caracter | string |
String length: inclusive between 0 and 300 |
|
| familia | string |
String length: inclusive between 0 and 200 |
|
| genero | string |
String length: inclusive between 0 and 200 |
|
| idEspecie | integer |
None. |
|
| especie | string |
String length: inclusive between 0 and 200 |
|
| usuarioRegistro | string |
String length: inclusive between 0 and 200 |
|
| fechaRegistro | date |
Data type: DateTime |
|
| validacion | string |
String length: inclusive between 0 and 500 |
|
| rangoMinimo | integer |
None. |
|
| rangoMaximo | integer |
None. |
|
| esRango | string |
String length: inclusive between 0 and 5 |
Request Formats
application/json, text/json
{
"id": 1,
"idCategoriaCaracter": 1,
"categoriaCaracter": "sample string 2",
"idTipoCaracter": 1,
"tipoCaracter": "sample string 3",
"idCaracter": 1,
"caracter": "sample string 4",
"familia": "sample string 5",
"genero": "sample string 6",
"idEspecie": 1,
"especie": "sample string 7",
"usuarioRegistro": "sample string 8",
"fechaRegistro": "2025-10-30T05:55:13.4199665+00:00",
"validacion": "sample string 9",
"rangoMinimo": 1,
"rangoMaximo": 1,
"esRango": "sample string 10"
}
application/xml, text/xml
<XlsxClaves xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPIQCAZ.Models.ModelsDB"> <caracter>sample string 4</caracter> <categoriaCaracter>sample string 2</categoriaCaracter> <esRango>sample string 10</esRango> <especie>sample string 7</especie> <familia>sample string 5</familia> <fechaRegistro>2025-10-30T05:55:13.4199665+00:00</fechaRegistro> <genero>sample string 6</genero> <id>1</id> <idCaracter>1</idCaracter> <idCategoriaCaracter>1</idCategoriaCaracter> <idEspecie>1</idEspecie> <idTipoCaracter>1</idTipoCaracter> <rangoMaximo>1</rangoMaximo> <rangoMinimo>1</rangoMinimo> <tipoCaracter>sample string 3</tipoCaracter> <usuarioRegistro>sample string 8</usuarioRegistro> <validacion>sample string 9</validacion> </XlsxClaves>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
XlsxClaves| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| idCategoriaCaracter | integer |
None. |
|
| categoriaCaracter | string |
String length: inclusive between 0 and 300 |
|
| idTipoCaracter | integer |
None. |
|
| tipoCaracter | string |
String length: inclusive between 0 and 300 |
|
| idCaracter | integer |
None. |
|
| caracter | string |
String length: inclusive between 0 and 300 |
|
| familia | string |
String length: inclusive between 0 and 200 |
|
| genero | string |
String length: inclusive between 0 and 200 |
|
| idEspecie | integer |
None. |
|
| especie | string |
String length: inclusive between 0 and 200 |
|
| usuarioRegistro | string |
String length: inclusive between 0 and 200 |
|
| fechaRegistro | date |
Data type: DateTime |
|
| validacion | string |
String length: inclusive between 0 and 500 |
|
| rangoMinimo | integer |
None. |
|
| rangoMaximo | integer |
None. |
|
| esRango | string |
String length: inclusive between 0 and 5 |
Response Formats
application/json, text/json
{
"id": 1,
"idCategoriaCaracter": 1,
"categoriaCaracter": "sample string 2",
"idTipoCaracter": 1,
"tipoCaracter": "sample string 3",
"idCaracter": 1,
"caracter": "sample string 4",
"familia": "sample string 5",
"genero": "sample string 6",
"idEspecie": 1,
"especie": "sample string 7",
"usuarioRegistro": "sample string 8",
"fechaRegistro": "2025-10-30T05:55:13.4199665+00:00",
"validacion": "sample string 9",
"rangoMinimo": 1,
"rangoMaximo": 1,
"esRango": "sample string 10"
}
application/xml, text/xml
<XlsxClaves xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPIQCAZ.Models.ModelsDB"> <caracter>sample string 4</caracter> <categoriaCaracter>sample string 2</categoriaCaracter> <esRango>sample string 10</esRango> <especie>sample string 7</especie> <familia>sample string 5</familia> <fechaRegistro>2025-10-30T05:55:13.4199665+00:00</fechaRegistro> <genero>sample string 6</genero> <id>1</id> <idCaracter>1</idCaracter> <idCategoriaCaracter>1</idCategoriaCaracter> <idEspecie>1</idEspecie> <idTipoCaracter>1</idTipoCaracter> <rangoMaximo>1</rangoMaximo> <rangoMinimo>1</rangoMinimo> <tipoCaracter>sample string 3</tipoCaracter> <usuarioRegistro>sample string 8</usuarioRegistro> <validacion>sample string 9</validacion> </XlsxClaves>