GET API/OrcamentoWebCalcImport/Detalhe/{orcamentoId}

Exibe o detalhe do orçamento.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
orcamentoId

decimal number

Required

Body Parameters

None.

Response Information

Resource Description

WilsonSons.Terminais.WSNegocio.API.Models.OrcWebCalcBaseModel+Detalhe
NameDescriptionTypeAdditional 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": "2025-06-06T20:42:28.7590826-03:00",
  "OsServList": [
    {
      "OrcamentoOsId": 1.0,
      "OsId": 2.0,
      "CdTipoServico": 3.0,
      "DscTipoServico": "sample string 4",
      "OrcamentoId": 5.0,
      "MemCalcId": 1.0,
      "Qtde": 1.0,
      "ValorUnitario": 1.0,
      "ValorTotal": 1.0,
      "ValorPago": 1.0,
      "ValorPagar": 1.0
    },
    {
      "OrcamentoOsId": 1.0,
      "OsId": 2.0,
      "CdTipoServico": 3.0,
      "DscTipoServico": "sample string 4",
      "OrcamentoId": 5.0,
      "MemCalcId": 1.0,
      "Qtde": 1.0,
      "ValorUnitario": 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>2025-06-06T20:42:28.7590826-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>
      <OsId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">2</OsId>
      <CdTipoServico xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">3</CdTipoServico>
      <DscTipoServico xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 4</DscTipoServico>
      <OrcamentoId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">5</OrcamentoId>
      <MemCalcId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</MemCalcId>
      <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>
      <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>
      <OsId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">2</OsId>
      <CdTipoServico xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">3</CdTipoServico>
      <DscTipoServico xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 4</DscTipoServico>
      <OrcamentoId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">5</OrcamentoId>
      <MemCalcId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</MemCalcId>
      <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>
      <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>