POST api/InstituicoesProjeto/Actualiza
Request Information
URI Parameters
None.
Body Parameters
BEInstituicoesProjeto| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjetoID |
Identificador do Projeto |
string |
None. |
| Projeto |
Código do Projeto |
string |
None. |
| Instituicoes | Collection of BEInstituicaoProjeto |
None. |
Request 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}]}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json, text/plain
Sample:
"sample string 1"