POST ApiRest/Evento/deleteMedio?MedioId={MedioId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
MedioId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
MedioRespuestaName | Description | Type | Additional information |
---|---|---|---|
Lista | Collection of MedioJson |
None. |
|
OperacionExitosa | boolean |
None. |
|
Mensaje | string |
None. |
|
ResultadoPaginacion | ResultadoPaginacion |
None. |
|
EjecucionProcesoId | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Lista": [ { "$id": "2", "MedioId": 1, "EventoId": 1, "TipoMedioId": 2, "TipoMedioNombre": "sample string 3", "MedioNombre": "sample string 4", "MedioURL": "sample string 5", "ExisteArchivoFisico": true, "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" }