GET API/AnaliseCritica/ListarEmbalagem

Listar embalagens

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of WilsonSons.Terminais.WSNegocio.Modelo.ScEmbal
NameDescriptionTypeAdditional information
Id

string

None.

DscEmbal

string

None.

DscEmbalTrad

string

None.

Instancia

WilsonSons.Arquitetura.Framework.GenericObjectHandler.Modelo.BaseDTO

None.

Estado

System.Data.DataRowState

None.

Filtrado

boolean

None.

Original

WilsonSons.Arquitetura.Framework.GenericObjectHandler.Modelo.BaseDTO

None.

FoiAlterado

boolean

None.

Lista

Collection of Object

None.

EdicaoIniciada

boolean

None.

AdicaoPendente

boolean

None.

ErroValidacao

string

None.

ErroValidacaoItem

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": "sample string 1",
    "DscEmbal": "sample string 2",
    "DscEmbalTrad": "sample string 3"
  },
  {
    "Id": "sample string 1",
    "DscEmbal": "sample string 2",
    "DscEmbalTrad": "sample string 3"
  }
]

application/xml, text/xml

Sample:
<ArrayOfScEmbal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo">
  <ScEmbal>
    <Id xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 1</Id>
    <DscEmbal xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 2</DscEmbal>
    <DscEmbalTrad xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 3</DscEmbalTrad>
  </ScEmbal>
  <ScEmbal>
    <Id xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 1</Id>
    <DscEmbal xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 2</DscEmbal>
    <DscEmbalTrad xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 3</DscEmbalTrad>
  </ScEmbal>
</ArrayOfScEmbal>