POST api/notificacion/listar
Request Information
URI Parameters
None.
Body Parameters
clsNotificacion| Name | Description | Type | Additional information |
|---|---|---|---|
| IdNotificacion | integer |
None. |
|
| IdTipoNotificacion | integer |
None. |
|
| Fecha | date |
None. |
|
| Descripcion | string |
None. |
|
| IdEstado | integer |
None. |
|
| FechaDesde | date |
None. |
|
| FechaHasta | date |
None. |
|
| IdEmpresa | integer |
None. |
|
| IdSede | integer |
None. |
|
| Empresa | string |
None. |
|
| Sede | string |
None. |
|
| TipoNotificacion | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdNotificacion": 1,
"IdTipoNotificacion": 1,
"Fecha": "2026-03-22T01:09:05.1645947-05:00",
"Descripcion": "sample string 2",
"IdEstado": 1,
"FechaDesde": "2026-03-22T01:09:05.1645947-05:00",
"FechaHasta": "2026-03-22T01:09:05.1645947-05:00",
"IdEmpresa": 5,
"IdSede": 6,
"Empresa": "sample string 7",
"Sede": "sample string 8",
"TipoNotificacion": "sample string 9"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.