POST ApiRest/Evento/addEvento
Request Information
URI Parameters
None.
Body Parameters
EventoJson| Name | Description | Type | Additional information |
|---|---|---|---|
| OperacionExitosa | boolean |
None. |
|
| Mensaje | string |
None. |
|
| ResultadoPaginacion | ResultadoPaginacion |
None. |
|
| EjecucionProcesoId | string |
None. |
|
| EventoId | integer |
None. |
|
| AgenteId | integer |
None. |
|
| AgenteNombre | string |
None. |
|
| EventoNombre | string |
None. |
|
| EventoResena | string |
None. |
|
| TipoEventoId | integer |
None. |
|
| NombreTipoEvento | string |
None. |
|
| OtroTipoEvento | string |
None. |
|
| EventoOrganizador | string |
None. |
|
| EventoOrgEmail | string |
None. |
|
| EventoOrgTelefono | string |
None. |
|
| MunicipioId | integer |
None. |
|
| DepartamentoId | integer |
None. |
|
| EntidadNombreDep | string |
None. |
|
| EntidadNombreMun | string |
None. |
|
| EventoDireccion | string |
None. |
|
| EventoFechaRegistro | string |
None. |
|
| CuentaUsuarioUsuario | string |
None. |
|
| EventoFechaEdito | string |
None. |
|
| CuentaUsuarioEdito | string |
None. |
|
| EventoObservaciones | string |
None. |
|
| EventoFechaAprobacion | string |
None. |
|
| EventoEstado | string |
None. |
|
| EventoEstadoNombre | string |
None. |
|
| PublicoDirigido | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"EventoId": 1,
"AgenteId": 1,
"AgenteNombre": "sample string 2",
"EventoNombre": "sample string 3",
"EventoResena": "sample string 4",
"TipoEventoId": 5,
"NombreTipoEvento": "sample string 6",
"OtroTipoEvento": "sample string 7",
"EventoOrganizador": "sample string 8",
"EventoOrgEmail": "sample string 9",
"EventoOrgTelefono": "sample string 10",
"MunicipioId": 11,
"DepartamentoId": 12,
"EntidadNombreDep": "sample string 13",
"EntidadNombreMun": "sample string 14",
"EventoDireccion": "sample string 15",
"EventoFechaRegistro": "sample string 16",
"CuentaUsuarioUsuario": "sample string 17",
"EventoFechaEdito": "sample string 18",
"CuentaUsuarioEdito": "sample string 19",
"EventoObservaciones": "sample string 20",
"EventoFechaAprobacion": "sample string 21",
"EventoEstado": "sample string 22",
"EventoEstadoNombre": "sample string 23",
"PublicoDirigido": [
1,
2
],
"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
EventoJson| Name | Description | Type | Additional information |
|---|---|---|---|
| OperacionExitosa | boolean |
None. |
|
| Mensaje | string |
None. |
|
| ResultadoPaginacion | ResultadoPaginacion |
None. |
|
| EjecucionProcesoId | string |
None. |
|
| EventoId | integer |
None. |
|
| AgenteId | integer |
None. |
|
| AgenteNombre | string |
None. |
|
| EventoNombre | string |
None. |
|
| EventoResena | string |
None. |
|
| TipoEventoId | integer |
None. |
|
| NombreTipoEvento | string |
None. |
|
| OtroTipoEvento | string |
None. |
|
| EventoOrganizador | string |
None. |
|
| EventoOrgEmail | string |
None. |
|
| EventoOrgTelefono | string |
None. |
|
| MunicipioId | integer |
None. |
|
| DepartamentoId | integer |
None. |
|
| EntidadNombreDep | string |
None. |
|
| EntidadNombreMun | string |
None. |
|
| EventoDireccion | string |
None. |
|
| EventoFechaRegistro | string |
None. |
|
| CuentaUsuarioUsuario | string |
None. |
|
| EventoFechaEdito | string |
None. |
|
| CuentaUsuarioEdito | string |
None. |
|
| EventoObservaciones | string |
None. |
|
| EventoFechaAprobacion | string |
None. |
|
| EventoEstado | string |
None. |
|
| EventoEstadoNombre | string |
None. |
|
| PublicoDirigido | Collection of integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"EventoId": 1,
"AgenteId": 1,
"AgenteNombre": "sample string 2",
"EventoNombre": "sample string 3",
"EventoResena": "sample string 4",
"TipoEventoId": 5,
"NombreTipoEvento": "sample string 6",
"OtroTipoEvento": "sample string 7",
"EventoOrganizador": "sample string 8",
"EventoOrgEmail": "sample string 9",
"EventoOrgTelefono": "sample string 10",
"MunicipioId": 11,
"DepartamentoId": 12,
"EntidadNombreDep": "sample string 13",
"EntidadNombreMun": "sample string 14",
"EventoDireccion": "sample string 15",
"EventoFechaRegistro": "sample string 16",
"CuentaUsuarioUsuario": "sample string 17",
"EventoFechaEdito": "sample string 18",
"CuentaUsuarioEdito": "sample string 19",
"EventoObservaciones": "sample string 20",
"EventoFechaAprobacion": "sample string 21",
"EventoEstado": "sample string 22",
"EventoEstadoNombre": "sample string 23",
"PublicoDirigido": [
1,
2
],
"OperacionExitosa": true,
"Mensaje": "sample string 2",
"ResultadoPaginacion": {
"$id": "2",
"CantidadPaginas": 1,
"TotalRegistros": 2.0
},
"EjecucionProcesoId": "sample string 3"
}