GET API/OrcamentoWebCalcImport/Detalhe/{orcamentoId}
Exibe o detalhe do orçamento.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| orcamentoId | decimal number |
Required |
Body Parameters
None.
Response Information
Resource Description
WilsonSons.Terminais.WSNegocio.API.Models.OrcWebCalcBaseModel+Detalhe| Name | Description | Type | Additional information |
|---|---|---|---|
| QuantOS | integer |
None. |
|
| OrcamentoId | decimal number |
None. |
|
| Documento | string |
None. |
|
| TotalPagar | decimal number |
None. |
|
| Infor | string |
None. |
|
| Descritivo | string |
None. |
|
| UsuarioCancelamento | string |
None. |
|
| DataCancelamento | date |
None. |
|
| OsServList | Collection of WilsonSons.Terminais.WSNegocio.Modelo.VwOrcamentoOsServ |
None. |
|
| Mensagem |
Mensagem de retorno (alertas, erros e etc). |
string |
None. |
| Sucesso |
Indica o sucesso. |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"QuantOS": 1,
"OrcamentoId": 2.0,
"Documento": "sample string 3",
"TotalPagar": 4.0,
"Infor": "sample string 5",
"Descritivo": "sample string 6",
"UsuarioCancelamento": "sample string 7",
"DataCancelamento": "2026-02-03T23:18:11.9000639-03:00",
"OsServList": [
{
"OrcamentoOsId": 1.0,
"OrcamentoId": 2.0,
"OsId": 3.0,
"MemCalcId": 1.0,
"CdTipoServico": 4.0,
"DscTipoServico": "sample string 5",
"Qtde": 1.0,
"ValorUnitario": 1.0,
"ValorLiquido": 1.0,
"Tributos": 1.0,
"ValorTotal": 1.0,
"ValorPago": 1.0,
"ValorPagar": 1.0
},
{
"OrcamentoOsId": 1.0,
"OrcamentoId": 2.0,
"OsId": 3.0,
"MemCalcId": 1.0,
"CdTipoServico": 4.0,
"DscTipoServico": "sample string 5",
"Qtde": 1.0,
"ValorUnitario": 1.0,
"ValorLiquido": 1.0,
"Tributos": 1.0,
"ValorTotal": 1.0,
"ValorPago": 1.0,
"ValorPagar": 1.0
}
],
"Mensagem": "sample string 8",
"Sucesso": true
}
application/xml, text/xml
Sample:
<OrcWebCalcBaseModel.Detalhe xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.API.Models">
<Mensagem>sample string 8</Mensagem>
<Sucesso>true</Sucesso>
<DataCancelamento>2026-02-03T23:18:11.9000639-03:00</DataCancelamento>
<Descritivo>sample string 6</Descritivo>
<Documento>sample string 3</Documento>
<Infor>sample string 5</Infor>
<OrcamentoId>2</OrcamentoId>
<OsServList xmlns:d2p1="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo">
<d2p1:VwOrcamentoOsServ>
<OrcamentoOsId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</OrcamentoOsId>
<OrcamentoId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">2</OrcamentoId>
<OsId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">3</OsId>
<MemCalcId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</MemCalcId>
<CdTipoServico xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">4</CdTipoServico>
<DscTipoServico xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 5</DscTipoServico>
<Qtde xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</Qtde>
<ValorUnitario xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</ValorUnitario>
<ValorLiquido xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</ValorLiquido>
<Tributos xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</Tributos>
<ValorTotal xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</ValorTotal>
<ValorPago xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</ValorPago>
<ValorPagar xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</ValorPagar>
</d2p1:VwOrcamentoOsServ>
<d2p1:VwOrcamentoOsServ>
<OrcamentoOsId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</OrcamentoOsId>
<OrcamentoId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">2</OrcamentoId>
<OsId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">3</OsId>
<MemCalcId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</MemCalcId>
<CdTipoServico xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">4</CdTipoServico>
<DscTipoServico xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 5</DscTipoServico>
<Qtde xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</Qtde>
<ValorUnitario xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</ValorUnitario>
<ValorLiquido xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</ValorLiquido>
<Tributos xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</Tributos>
<ValorTotal xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</ValorTotal>
<ValorPago xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</ValorPago>
<ValorPagar xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</ValorPagar>
</d2p1:VwOrcamentoOsServ>
</OsServList>
<QuantOS>1</QuantOS>
<TotalPagar>4</TotalPagar>
<UsuarioCancelamento>sample string 7</UsuarioCancelamento>
</OrcWebCalcBaseModel.Detalhe>