POST ApiRest/Basicos/addIndicadorOfertaPrograma
Request Information
URI Parameters
None.
Body Parameters
IndicadoresOfertaProgramaJsonName | Description | Type | Additional information |
---|---|---|---|
OperacionExitosa | boolean |
None. |
|
Mensaje | string |
None. |
|
ResultadoPaginacion | ResultadoPaginacion |
None. |
|
EjecucionProcesoId | string |
None. |
|
IndicadoresOfertaProgramaId | integer |
None. |
|
OfertaProgramaId | integer |
None. |
|
IndicadorId | integer |
None. |
|
nombreIndicador | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "IndicadoresOfertaProgramaId": 1, "OfertaProgramaId": 2, "IndicadorId": 3, "nombreIndicador": "sample string 4", "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
IndicadoresOfertaProgramaJsonName | Description | Type | Additional information |
---|---|---|---|
OperacionExitosa | boolean |
None. |
|
Mensaje | string |
None. |
|
ResultadoPaginacion | ResultadoPaginacion |
None. |
|
EjecucionProcesoId | string |
None. |
|
IndicadoresOfertaProgramaId | integer |
None. |
|
OfertaProgramaId | integer |
None. |
|
IndicadorId | integer |
None. |
|
nombreIndicador | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "IndicadoresOfertaProgramaId": 1, "OfertaProgramaId": 2, "IndicadorId": 3, "nombreIndicador": "sample string 4", "OperacionExitosa": true, "Mensaje": "sample string 2", "ResultadoPaginacion": { "$id": "2", "CantidadPaginas": 1, "TotalRegistros": 2.0 }, "EjecucionProcesoId": "sample string 3" }