GET api/InstituicoesProjeto/Edita?Projeto={Projeto}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Projeto | string |
Required |
Body Parameters
None.
Response Information
Resource Description
BEInstituicoesProjeto| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjetoID |
Identificador do Projeto |
string |
None. |
| Projeto |
Código do Projeto |
string |
None. |
| Instituicoes | Collection of BEInstituicaoProjeto |
None. |
Response Formats
application/json, text/json
Sample:
{
"ProjetoID": "sample string 1",
"Projeto": "sample string 2",
"Instituicoes": [
{
"ID": "sample string 1",
"TipoEntidade": "sample string 2",
"Entidade": "sample string 3",
"NomeEntidade": "sample string 4",
"InvestimentoTotal": 5.0,
"InvestimentoElegivel": 6.0,
"Financiamento": 7.0,
"PercFinanciamento": 1.0,
"Proponente": true
},
{
"ID": "sample string 1",
"TipoEntidade": "sample string 2",
"Entidade": "sample string 3",
"NomeEntidade": "sample string 4",
"InvestimentoTotal": 5.0,
"InvestimentoElegivel": 6.0,
"Financiamento": 7.0,
"PercFinanciamento": 1.0,
"Proponente": true
}
]
}
text/plain
Sample:
{"ProjetoID":"sample string 1","Projeto":"sample string 2","Instituicoes":[{"ID":"sample string 1","TipoEntidade":"sample string 2","Entidade":"sample string 3","NomeEntidade":"sample string 4","InvestimentoTotal":5.0,"InvestimentoElegivel":6.0,"Financiamento":7.0,"PercFinanciamento":1.0,"Proponente":true},{"ID":"sample string 1","TipoEntidade":"sample string 2","Entidade":"sample string 3","NomeEntidade":"sample string 4","InvestimentoTotal":5.0,"InvestimentoElegivel":6.0,"Financiamento":7.0,"PercFinanciamento":1.0,"Proponente":true}]}