GET ApiRest/Salas/getAllProyectoPresupuesto?ProyectoId={ProyectoId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ProyectoId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ProyectoPresupuestoRespuestaName | Description | Type | Additional information |
---|---|---|---|
Lista | Collection of ProyectoPresupuestoJson |
None. |
|
OperacionExitosa | boolean |
None. |
|
Mensaje | string |
None. |
|
ResultadoPaginacion | ResultadoPaginacion |
None. |
|
EjecucionProcesoId | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Lista": [ { "$id": "2", "PresupuestoId": 1, "ProyectoId": 2, "PresupuestoComponente": "sample string 3", "PresupuestoTipoGasto": "sample string 4", "PresupuestoValor": "sample string 5", "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" }