GET API/AgendCntrManter/ListarDIsPorTranspIdTipoDI/{transpId}/{tipoDi}

Retorna as DI

Request Information

URI Parameters

NameDescriptionTypeAdditional information
transpId

id da transportadora

decimal number

Required

tipoDi

tipo da DI

string

None.

Body Parameters

None.

Response Information

Resource Description

Boolean

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

decimal number

None.

DiId

decimal number

None.

TipoDi

string

None.

NumeroDi

string

None.

TranspId

decimal number

None.

EadiId

decimal number

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": 1.0,
    "DiId": 2.0,
    "TipoDi": "sample string 3",
    "NumeroDi": "sample string 4",
    "TranspId": 5.0,
    "EadiId": 1.0
  },
  {
    "Id": 1.0,
    "DiId": 2.0,
    "TipoDi": "sample string 3",
    "NumeroDi": "sample string 4",
    "TranspId": 5.0,
    "EadiId": 1.0
  }
]

application/xml, text/xml

Sample:
<ArrayOfVwAgendDiTransp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo">
  <VwAgendDiTransp>
    <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="">2</DiId>
    <TipoDi xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 3</TipoDi>
    <NumeroDi xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 4</NumeroDi>
    <TranspId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">5</TranspId>
    <EadiId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</EadiId>
  </VwAgendDiTransp>
  <VwAgendDiTransp>
    <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="">2</DiId>
    <TipoDi xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 3</TipoDi>
    <NumeroDi xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 4</NumeroDi>
    <TranspId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">5</TranspId>
    <EadiId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</EadiId>
  </VwAgendDiTransp>
</ArrayOfVwAgendDiTransp>