POST api/notificaciones/crearNotificacion
Request Information
URI Parameters
None.
Body Parameters
Notificacion| Name | Description | Type | Additional information |
|---|---|---|---|
| NotificacionID | integer |
Required |
|
| CerradaID | integer |
Required |
|
| PersonaID | integer |
Required |
|
| Descripcion | string |
Required |
|
| Tipo | string |
Required String length: inclusive between 0 and 50 |
|
| Prioridad | string |
Required String length: inclusive between 0 and 20 |
|
| DispositivoID | string |
String length: inclusive between 0 and 100 |
|
| FechaCreacion | date |
Required |
|
| FechaModificacion | date |
Required |
|
| UsrCreacion | string |
Required String length: inclusive between 0 and 100 |
|
| UsrModificacion | string |
Required String length: inclusive between 0 and 100 |
|
| EmisorNombre | string |
None. |
|
| Fechatmp | string |
None. |
|
| isNew | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"notificacionID": 1,
"cerradaID": 2,
"personaID": 3,
"descripcion": "sample string 4",
"tipo": "sample string 5",
"prioridad": "sample string 6",
"dispositivoID": "sample string 7",
"fechaCreacion": "2026-01-14T21:16:16.1804634-07:00",
"fechaModificacion": "2026-01-14T21:16:16.1804634-07:00",
"usrCreacion": "sample string 10",
"usrModificacion": "sample string 11",
"emisorNombre": "sample string 12",
"fechatmp": "sample string 13",
"isNew": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.