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": "4e42a18f-1b8b-483b-8a1e-f8ab04bf7e31",
"idSesion": "86e2176f-2efc-48b2-8b10-e36eb9b1a4cb",
"idPantalla": "3eb8e063-f635-40be-b781-9cb0aef62b4e"
}
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>3eb8e063-f635-40be-b781-9cb0aef62b4e</idPantalla> <idSesion>86e2176f-2efc-48b2-8b10-e36eb9b1a4cb</idSesion> <idUser>4e42a18f-1b8b-483b-8a1e-f8ab04bf7e31</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>