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": "e68245f8-36db-48ff-8c47-ba0e1184b480",
"idSesion": "48f6c8e4-e56b-41f6-87a1-1fa32fecfb3b",
"idPantalla": "e2128b92-a0d2-4a2e-8a1c-b3414dc0bdf7"
}
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>e2128b92-a0d2-4a2e-8a1c-b3414dc0bdf7</idPantalla> <idSesion>48f6c8e4-e56b-41f6-87a1-1fa32fecfb3b</idSesion> <idUser>e68245f8-36db-48ff-8c47-ba0e1184b480</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>