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": "624fcd5f-0311-4665-aca7-5550a35091cd",
"idSesion": "bc6abe2e-a9f2-4d80-923d-255ed30aa691",
"idPantalla": "b9f4c05c-0dec-4c41-b53f-f054bfb79b0f"
}
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>b9f4c05c-0dec-4c41-b53f-f054bfb79b0f</idPantalla> <idSesion>bc6abe2e-a9f2-4d80-923d-255ed30aa691</idSesion> <idUser>624fcd5f-0311-4665-aca7-5550a35091cd</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>