POST api/{tenant}/ProjetoOrcamentoRecalcularTotal/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| tenant | string |
None. |
|
| id | string |
None. |
Body Parameters
RecalcularTotalProjetoOrcamento| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.