POST api/PostLogRegistro
Request Information
URI Parameters
None.
Body Parameters
TB_LogRegistro| Name | Description | Type | Additional information |
|---|---|---|---|
| banNuevo | boolean |
None. |
|
| idUser | globally unique identifier |
None. |
|
| idSesion | globally unique identifier |
None. |
|
| idPantalla | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"banNuevo": true,
"idUser": "8ba7716a-efc9-4e27-b063-0394a99bfcf7",
"idSesion": "12254189-3fb9-4d1a-97b5-9b4ffef5167f",
"idPantalla": "ac37afdf-079c-4fda-ad83-ab0ab30e8869"
}
application/xml, text/xml
Sample:
<TB_LogRegistro xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api_Ecuador_pruebas"> <banNuevo>true</banNuevo> <idPantalla>ac37afdf-079c-4fda-ad83-ab0ab30e8869</idPantalla> <idSesion>12254189-3fb9-4d1a-97b5-9b4ffef5167f</idSesion> <idUser>8ba7716a-efc9-4e27-b063-0394a99bfcf7</idUser> </TB_LogRegistro>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
MsgRespuesta| Name | Description | Type | Additional information |
|---|---|---|---|
| codigo | string |
None. |
|
| mensaje | string |
None. |
|
| contenido | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"codigo": "sample string 1",
"mensaje": "sample string 2",
"contenido": {}
}
application/xml, text/xml
Sample:
<MsgRespuesta xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api_Ecuador_pruebas"> <codigo>sample string 1</codigo> <contenido /> <mensaje>sample string 2</mensaje> </MsgRespuesta>