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": "f2b664e0-6a23-4efb-804a-1b03e79504e0",
"idSesion": "d9220b9a-9936-4b8c-8fcd-9e184058bfe3",
"idPantalla": "802eab4b-b586-43c4-9da1-0bca2c178d74"
}
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>802eab4b-b586-43c4-9da1-0bca2c178d74</idPantalla> <idSesion>d9220b9a-9936-4b8c-8fcd-9e184058bfe3</idSesion> <idUser>f2b664e0-6a23-4efb-804a-1b03e79504e0</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>