POST api/Incidencias/guardar
Request Information
URI Parameters
None.
Body Parameters
Incidencia| Name | Description | Type | Additional information |
|---|---|---|---|
| EMPR_CODE | integer |
None. |
|
| LIST_CEDULA | string |
None. |
|
| VIS_NOMBRE | string |
None. |
|
| VIS_PRIMERAPELLIDO | string |
None. |
|
| VIS_SEGUNDOAPELLIDO | string |
None. |
|
| LIST_MOTIVO | string |
None. |
|
| TILI_CODE | integer |
None. |
|
| TILI_NOMBRE | string |
None. |
|
| TILI_DESCRIPCION | string |
None. |
|
| LIST_CREATEDATE | date |
None. |
|
| CATI_COLOR | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EMPR_CODE": 1,
"LIST_CEDULA": "sample string 2",
"VIS_NOMBRE": "sample string 3",
"VIS_PRIMERAPELLIDO": "sample string 4",
"VIS_SEGUNDOAPELLIDO": "sample string 5",
"LIST_MOTIVO": "sample string 6",
"TILI_CODE": 7,
"TILI_NOMBRE": "sample string 8",
"TILI_DESCRIPCION": "sample string 9",
"LIST_CREATEDATE": "2025-12-05T22:27:18.4089928-06:00",
"CATI_COLOR": "sample string 11"
}
application/xml, text/xml
Sample:
<Incidencia xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CapaNegocios.Incidencias"> <CATI_COLOR>sample string 11</CATI_COLOR> <EMPR_CODE>1</EMPR_CODE> <LIST_CEDULA>sample string 2</LIST_CEDULA> <LIST_CREATEDATE>2025-12-05T22:27:18.4089928-06:00</LIST_CREATEDATE> <LIST_MOTIVO>sample string 6</LIST_MOTIVO> <TILI_CODE>7</TILI_CODE> <TILI_DESCRIPCION>sample string 9</TILI_DESCRIPCION> <TILI_NOMBRE>sample string 8</TILI_NOMBRE> <VIS_NOMBRE>sample string 3</VIS_NOMBRE> <VIS_PRIMERAPELLIDO>sample string 4</VIS_PRIMERAPELLIDO> <VIS_SEGUNDOAPELLIDO>sample string 5</VIS_SEGUNDOAPELLIDO> </Incidencia>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>