POST api/seguridad/registrar-acceso
Request Information
URI Parameters
None.
Body Parameters
clsAcceso| Name | Description | Type | Additional information |
|---|---|---|---|
| IdAcceso | integer |
None. |
|
| IdUsuario | integer |
None. |
|
| FechaIngreso | date |
None. |
|
| FechaSalida | date |
None. |
|
| IdTipoSistema | integer |
None. |
|
| IdEstado | integer |
None. |
|
| NombrePC | string |
None. |
|
| SistemaOperativo | string |
None. |
|
| VersionDotNetFramework | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdAcceso": 1,
"IdUsuario": 1,
"FechaIngreso": "2026-03-21T20:36:29.7098053-05:00",
"FechaSalida": "2026-03-21T20:36:29.7098053-05:00",
"IdTipoSistema": 1,
"IdEstado": 1,
"NombrePC": "sample string 2",
"SistemaOperativo": "sample string 3",
"VersionDotNetFramework": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.