GET API/OrcamentoWebCalcImport/DemonstrativoArmazenagem?armCalcId={armCalcId}&maxDias={maxDias}

Retorna os dados referentes ao Demonstrativo de Armazenagem.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
armCalcId

decimal number

Required

maxDias

integer

None.

Body Parameters

None.

Response Information

Resource Description

WilsonSons.Terminais.WSNegocio.API.Models.OrcWebCalcImportModel+ResultDemonstrativoArmazenagem
NameDescriptionTypeAdditional information
ArmCalc

WilsonSons.Terminais.WSNegocio.Modelo.ScArmCalc

None.

ArmCalcItemList

Collection of WilsonSons.Terminais.WSNegocio.Modelo.VwFatWebArmCalcItem

None.

QuantTotalItens

integer

None.

Mensagem

Mensagem de retorno (alertas, erros e etc).

string

None.

Sucesso

Indica o sucesso.

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "ArmCalc": {
    "Id": 1.0,
    "DiId": 1.0,
    "DataCalc": "2026-02-03T23:19:22.4619114-03:00",
    "UserCalc": "sample string 2",
    "ValorArbitrario": 1.0,
    "DataPorta": "2026-02-03T23:19:22.4619114-03:00",
    "DataVencimento": "2026-02-03T23:19:22.4619114-03:00",
    "DataBase": "2026-02-03T23:19:22.4619114-03:00",
    "DataFim": "2026-02-03T23:19:22.4619114-03:00",
    "Status": "sample string 3",
    "ValorFinal": 1.0,
    "ContratoId": 1.0,
    "TabelaPrecoId": 1.0,
    "MemCalcId": 1.0,
    "ValorSeguro": 1.0,
    "ValorIss": 1.0,
    "ValorDesconto": 1.0
  },
  "ArmCalcItemList": [
    {
      "ArmCalcId": 1.0,
      "Periodo": 2.0,
      "DataIni": "2026-02-03T23:19:22.4619114-03:00",
      "DataFim": "2026-02-03T23:19:22.4619114-03:00",
      "Dias": 5.0,
      "ValorCalculado": 1.0,
      "ValorMinCalculado": 1.0,
      "ValorDesconto": 1.0,
      "ValorFinalCalculado": 1.0,
      "ValorAdicional": 1.0
    },
    {
      "ArmCalcId": 1.0,
      "Periodo": 2.0,
      "DataIni": "2026-02-03T23:19:22.4619114-03:00",
      "DataFim": "2026-02-03T23:19:22.4619114-03:00",
      "Dias": 5.0,
      "ValorCalculado": 1.0,
      "ValorMinCalculado": 1.0,
      "ValorDesconto": 1.0,
      "ValorFinalCalculado": 1.0,
      "ValorAdicional": 1.0
    }
  ],
  "QuantTotalItens": 1,
  "Mensagem": "sample string 2",
  "Sucesso": true
}

application/xml, text/xml

Sample:
<OrcWebCalcImportModel.ResultDemonstrativoArmazenagem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.API.Models">
  <Mensagem>sample string 2</Mensagem>
  <Sucesso>true</Sucesso>
  <ArmCalc xmlns:d2p1="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo">
    <Id xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Id>
    <DiId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</DiId>
    <DataCalc xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2026-02-03T23:19:22.4619114-03:00</DataCalc>
    <UserCalc xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 2</UserCalc>
    <ValorArbitrario xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</ValorArbitrario>
    <DataPorta xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2026-02-03T23:19:22.4619114-03:00</DataPorta>
    <DataVencimento xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2026-02-03T23:19:22.4619114-03:00</DataVencimento>
    <DataBase xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2026-02-03T23:19:22.4619114-03:00</DataBase>
    <DataFim xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2026-02-03T23:19:22.4619114-03:00</DataFim>
    <Status xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 3</Status>
    <ValorFinal xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</ValorFinal>
    <ContratoId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</ContratoId>
    <TabelaPrecoId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</TabelaPrecoId>
    <MemCalcId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</MemCalcId>
    <ValorSeguro xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</ValorSeguro>
    <ValorIss xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</ValorIss>
    <ValorDesconto xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</ValorDesconto>
  </ArmCalc>
  <ArmCalcItemList xmlns:d2p1="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo">
    <d2p1:VwFatWebArmCalcItem>
      <ArmCalcId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</ArmCalcId>
      <Periodo xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">2</Periodo>
      <DataIni xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:dateTime" xmlns="">2026-02-03T23:19:22.4619114-03:00</DataIni>
      <DataFim xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:dateTime" xmlns="">2026-02-03T23:19:22.4619114-03:00</DataFim>
      <Dias xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">5</Dias>
      <ValorCalculado xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</ValorCalculado>
      <ValorMinCalculado xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</ValorMinCalculado>
      <ValorDesconto xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</ValorDesconto>
      <ValorFinalCalculado xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</ValorFinalCalculado>
      <ValorAdicional xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</ValorAdicional>
    </d2p1:VwFatWebArmCalcItem>
    <d2p1:VwFatWebArmCalcItem>
      <ArmCalcId xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</ArmCalcId>
      <Periodo xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">2</Periodo>
      <DataIni xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:dateTime" xmlns="">2026-02-03T23:19:22.4619114-03:00</DataIni>
      <DataFim xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:dateTime" xmlns="">2026-02-03T23:19:22.4619114-03:00</DataFim>
      <Dias xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">5</Dias>
      <ValorCalculado xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</ValorCalculado>
      <ValorMinCalculado xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</ValorMinCalculado>
      <ValorDesconto xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</ValorDesconto>
      <ValorFinalCalculado xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</ValorFinalCalculado>
      <ValorAdicional xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal" xmlns="">1</ValorAdicional>
    </d2p1:VwFatWebArmCalcItem>
  </ArmCalcItemList>
  <QuantTotalItens>1</QuantTotalItens>
</OrcWebCalcImportModel.ResultDemonstrativoArmazenagem>