POST api/Bitacora
Request Information
URI Parameters
None.
Body Parameters
Bitacora| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| error | string |
None. |
|
| metodo | string |
None. |
|
| fecha | string |
None. |
|
| idUsuario | integer |
None. |
|
| plataforma | integer |
None. |
|
| VersionApp | string |
None. |
|
| registrar | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"error": "sample string 2",
"metodo": "sample string 3",
"fecha": "sample string 4",
"idUsuario": 5,
"plataforma": 6,
"VersionApp": "sample string 7",
"registrar": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| codigoRespuesta | integer |
None. |
|
| mensaje | string |
None. |
|
| datos | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"codigoRespuesta": 1,
"mensaje": "sample string 2",
"datos": {}
}