POST api/{tenant}/ProjetoOrcamentoRecalcularTotal/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
tenant

string

None.

id

string

None.

Body Parameters

RecalcularTotalProjetoOrcamento
NameDescriptionTypeAdditional information
ProjetoOrcamentoId

integer

None.

EmpresaId

integer

None.

Guid

string

None.

Tenant

string

None.

Dominio

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ProjetoOrcamentoId": 1,
  "EmpresaId": 2,
  "Guid": "sample string 3",
  "Tenant": "sample string 4",
  "Dominio": "sample string 5"
}

application/xml, text/xml

Sample:
<RecalcularTotalProjetoOrcamento xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/M8.WebApi.Controllers.Integracao.Agregue.Projetos">
  <Dominio>sample string 5</Dominio>
  <EmpresaId>2</EmpresaId>
  <Guid>sample string 3</Guid>
  <ProjetoOrcamentoId>1</ProjetoOrcamentoId>
  <Tenant>sample string 4</Tenant>
</RecalcularTotalProjetoOrcamento>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'RecalcularTotalProjetoOrcamento'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.