POST ApiRest/Evento/addFechaEvento
Request Information
URI Parameters
None.
Body Parameters
FechaEventoJson| Name | Description | Type | Additional information |
|---|---|---|---|
| OperacionExitosa | boolean |
None. |
|
| Mensaje | string |
None. |
|
| ResultadoPaginacion | ResultadoPaginacion |
None. |
|
| EjecucionProcesoId | string |
None. |
|
| FechaEventoId | integer |
None. |
|
| EventoId | integer |
None. |
|
| FrecuenciaId | integer |
None. |
|
| Descripcion | string |
None. |
|
| FechaEventoInicio | string |
None. |
|
| FechaEventoFin | string |
None. |
|
| HoraInicio | time interval |
None. |
|
| HoraFin | time interval |
None. |
Request Formats
application/json, text/json
Sample:
{
"FechaEventoId": 1,
"EventoId": 2,
"FrecuenciaId": 3,
"Descripcion": "sample string 4",
"FechaEventoInicio": "sample string 5",
"FechaEventoFin": "sample string 6",
"HoraInicio": "00:00:00.1234567",
"HoraFin": "00:00:00.1234567",
"OperacionExitosa": true,
"Mensaje": "sample string 2",
"ResultadoPaginacion": {
"$id": "2",
"CantidadPaginas": 1,
"TotalRegistros": 2.0
},
"EjecucionProcesoId": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
FechaEventoRespuesta| Name | Description | Type | Additional information |
|---|---|---|---|
| Lista | Collection of FechaEventoJson |
None. |
|
| OperacionExitosa | boolean |
None. |
|
| Mensaje | string |
None. |
|
| ResultadoPaginacion | ResultadoPaginacion |
None. |
|
| EjecucionProcesoId | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Lista": [
{
"$id": "2",
"FechaEventoId": 1,
"EventoId": 2,
"FrecuenciaId": 3,
"Descripcion": "sample string 4",
"FechaEventoInicio": "sample string 5",
"FechaEventoFin": "sample string 6",
"HoraInicio": "00:00:00.1234567",
"HoraFin": "00:00:00.1234567",
"OperacionExitosa": true,
"Mensaje": "sample string 2",
"ResultadoPaginacion": {
"$id": "3",
"CantidadPaginas": 1,
"TotalRegistros": 2.0
},
"EjecucionProcesoId": "sample string 3"
},
{
"$ref": "2"
}
],
"OperacionExitosa": true,
"Mensaje": "sample string 2",
"ResultadoPaginacion": {
"$ref": "3"
},
"EjecucionProcesoId": "sample string 3"
}