POST api/AcompanhamentoFinanceiroDoProjeto
Request Information
URI Parameters
None.
Body Parameters
Collection of ValoresDeAcompanhamentoFinanceiroDoProjetoName | Description | Type | Additional information |
---|---|---|---|
IdDoProjeto | integer |
No documentation available |
|
CodigoDeInterface | string |
No documentation available |
|
Mes | integer |
No documentation available |
|
Ano | integer |
No documentation available |
|
DespesaOrcado | ValorDeAcompanhamentoFinanceiro |
No documentation available |
|
DespesaRealizado | ValorDeAcompanhamentoFinanceiro |
No documentation available |
|
InvestimentoOrcado | ValorDeAcompanhamentoFinanceiro |
No documentation available |
|
InvestimentoRealizado | ValorDeAcompanhamentoFinanceiro |
No documentation available |
Request Formats
application/json, text/json
Sample:
[ { "IdDoProjeto": 1, "CodigoDeInterface": "sample string 2", "Mes": 3, "Ano": 4, "DespesaOrcado": { "Valor": 1.0 }, "DespesaRealizado": { "Valor": 1.0 }, "InvestimentoOrcado": { "Valor": 1.0 }, "InvestimentoRealizado": { "Valor": 1.0 } }, { "IdDoProjeto": 1, "CodigoDeInterface": "sample string 2", "Mes": 3, "Ano": 4, "DespesaOrcado": { "Valor": 1.0 }, "DespesaRealizado": { "Valor": 1.0 }, "InvestimentoOrcado": { "Valor": 1.0 }, "InvestimentoRealizado": { "Valor": 1.0 } } ]
application/xml, text/xml
Sample:
<ArrayOfValoresDeAcompanhamentoFinanceiroDoProjeto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PortalSIM.Domain.EPM.ValueObjects"> <ValoresDeAcompanhamentoFinanceiroDoProjeto> <Ano>4</Ano> <CodigoDeInterface>sample string 2</CodigoDeInterface> <DespesaOrcado> <Valor>1</Valor> </DespesaOrcado> <DespesaRealizado> <Valor>1</Valor> </DespesaRealizado> <IdDoProjeto>1</IdDoProjeto> <InvestimentoOrcado> <Valor>1</Valor> </InvestimentoOrcado> <InvestimentoRealizado> <Valor>1</Valor> </InvestimentoRealizado> <Mes>3</Mes> </ValoresDeAcompanhamentoFinanceiroDoProjeto> <ValoresDeAcompanhamentoFinanceiroDoProjeto> <Ano>4</Ano> <CodigoDeInterface>sample string 2</CodigoDeInterface> <DespesaOrcado> <Valor>1</Valor> </DespesaOrcado> <DespesaRealizado> <Valor>1</Valor> </DespesaRealizado> <IdDoProjeto>1</IdDoProjeto> <InvestimentoOrcado> <Valor>1</Valor> </InvestimentoOrcado> <InvestimentoRealizado> <Valor>1</Valor> </InvestimentoRealizado> <Mes>3</Mes> </ValoresDeAcompanhamentoFinanceiroDoProjeto> </ArrayOfValoresDeAcompanhamentoFinanceiroDoProjeto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.