POST api/AcompanhamentoFinanceiroDoProjeto
Cadastra os Acompanhamentos Financeiro de Projetos.
Request Information
URI Parameters
None.
Body Parameters
Collection of PortalSIM.Domain.EPM.ValueObjects.ValoresDeAcompanhamentoFinanceiroDoProjetoName | Description | Type | Additional information |
---|---|---|---|
IdDoProjeto |
|
integer |
Documentação não disponível |
CodigoDeInterface |
|
string |
Documentação não disponível |
Mes |
|
integer |
Documentação não disponível |
Ano |
|
integer |
Documentação não disponível |
DespesaOrcado |
|
PortalSIM.Domain.EPM.ValueObjects.ValorDeAcompanhamentoFinanceiro |
Documentação não disponível |
DespesaRealizado |
|
PortalSIM.Domain.EPM.ValueObjects.ValorDeAcompanhamentoFinanceiro |
Documentação não disponível |
InvestimentoOrcado |
|
PortalSIM.Domain.EPM.ValueObjects.ValorDeAcompanhamentoFinanceiro |
Documentação não disponível |
InvestimentoRealizado |
|
PortalSIM.Domain.EPM.ValueObjects.ValorDeAcompanhamentoFinanceiro |
Documentação não disponível |
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
System.Web.Http.IHttpActionResult
None.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.