GET API/AgendCntrConsulta/ListarDetalhes/{agendId}

Retorna os detalhes do agendamento.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
agendId

decimal number

Required

Body Parameters

None.

Response Information

Resource Description

Collection of WilsonSons.Terminais.WSNegocio.Modelo.VwAgendDetalhe
NameDescriptionTypeAdditional information
RowId

decimal number

None.

AgendId

decimal number

None.

CodTipo

string

None.

PlacaCavalo

string

None.

PlacaCarret1

string

None.

PlacaCarret2

string

None.

Motorista

string

None.

MotoristaCnh

decimal number

None.

MotoristaCpf

decimal number

None.

MotoristaRg

decimal number

None.

CategCnh

string

None.

OrgaoEmissor

string

None.

Cliente

string

None.

AgenteCarga

string

None.

EmpRespOva

string

None.

CodCntr

string

None.

QuantCntr

decimal number

None.

NumBooking

string

None.

NumCtrc

string

None.

CdIso

string

None.

Orig

string

None.

Categoria

string

None.

CapacidMax

decimal number

None.

PesoLiqCarga

decimal number

None.

PesoDocumental

decimal number

None.

Tara

decimal number

None.

Operacao

string

None.

Armador

string

None.

Porto

string

None.

Destino

string

None.

Transito

string

None.

TipoMercadoria

string

None.

Un

decimal number

None.

Temperatura

decimal number

None.

Umidade

decimal number

None.

Ventilacao

decimal number

None.

SobremedidaAltura

decimal number

None.

SobremedidaDireita

decimal number

None.

SobremedidaEsquerda

decimal number

None.

SobremedidaFrente

decimal number

None.

SobremedidaTrazeira

decimal number

None.

Mercadoria

string

None.

TipoLacre

string

None.

Lacre

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:
[
  {
    "RowId": 1.0,
    "AgendId": 2.0,
    "CodTipo": "sample string 3",
    "PlacaCavalo": "sample string 4",
    "PlacaCarret1": "sample string 5",
    "PlacaCarret2": "sample string 6",
    "Motorista": "sample string 7",
    "MotoristaCnh": 8.0,
    "MotoristaCpf": 9.0,
    "MotoristaRg": 10.0,
    "CategCnh": "sample string 11",
    "OrgaoEmissor": "sample string 12",
    "Cliente": "sample string 13",
    "AgenteCarga": "sample string 14",
    "EmpRespOva": "sample string 15",
    "CodCntr": "sample string 16",
    "QuantCntr": 17.0,
    "NumBooking": "sample string 18",
    "NumCtrc": "sample string 19",
    "CdIso": "sample string 20",
    "Orig": "sample string 21",
    "Categoria": "sample string 22",
    "CapacidMax": 23.0,
    "PesoLiqCarga": 24.0,
    "PesoDocumental": 25.0,
    "Tara": 26.0,
    "Operacao": "sample string 27",
    "Armador": "sample string 28",
    "Porto": "sample string 29",
    "Destino": "sample string 30",
    "Transito": "sample string 31",
    "TipoMercadoria": "sample string 32",
    "Un": 33.0,
    "Temperatura": 34.0,
    "Umidade": 35.0,
    "Ventilacao": 36.0,
    "SobremedidaAltura": 37.0,
    "SobremedidaDireita": 38.0,
    "SobremedidaEsquerda": 39.0,
    "SobremedidaFrente": 40.0,
    "SobremedidaTrazeira": 41.0,
    "Mercadoria": "sample string 42",
    "TipoLacre": "sample string 43",
    "Lacre": "sample string 44"
  },
  {
    "RowId": 1.0,
    "AgendId": 2.0,
    "CodTipo": "sample string 3",
    "PlacaCavalo": "sample string 4",
    "PlacaCarret1": "sample string 5",
    "PlacaCarret2": "sample string 6",
    "Motorista": "sample string 7",
    "MotoristaCnh": 8.0,
    "MotoristaCpf": 9.0,
    "MotoristaRg": 10.0,
    "CategCnh": "sample string 11",
    "OrgaoEmissor": "sample string 12",
    "Cliente": "sample string 13",
    "AgenteCarga": "sample string 14",
    "EmpRespOva": "sample string 15",
    "CodCntr": "sample string 16",
    "QuantCntr": 17.0,
    "NumBooking": "sample string 18",
    "NumCtrc": "sample string 19",
    "CdIso": "sample string 20",
    "Orig": "sample string 21",
    "Categoria": "sample string 22",
    "CapacidMax": 23.0,
    "PesoLiqCarga": 24.0,
    "PesoDocumental": 25.0,
    "Tara": 26.0,
    "Operacao": "sample string 27",
    "Armador": "sample string 28",
    "Porto": "sample string 29",
    "Destino": "sample string 30",
    "Transito": "sample string 31",
    "TipoMercadoria": "sample string 32",
    "Un": 33.0,
    "Temperatura": 34.0,
    "Umidade": 35.0,
    "Ventilacao": 36.0,
    "SobremedidaAltura": 37.0,
    "SobremedidaDireita": 38.0,
    "SobremedidaEsquerda": 39.0,
    "SobremedidaFrente": 40.0,
    "SobremedidaTrazeira": 41.0,
    "Mercadoria": "sample string 42",
    "TipoLacre": "sample string 43",
    "Lacre": "sample string 44"
  }
]

application/xml, text/xml

Sample:
<ArrayOfVwAgendDetalhe xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo">
  <VwAgendDetalhe>
    <RowId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</RowId>
    <AgendId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">2</AgendId>
    <CodTipo xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 3</CodTipo>
    <PlacaCavalo xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 4</PlacaCavalo>
    <PlacaCarret1 xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 5</PlacaCarret1>
    <PlacaCarret2 xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 6</PlacaCarret2>
    <Motorista xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 7</Motorista>
    <MotoristaCnh xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">8</MotoristaCnh>
    <MotoristaCpf xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">9</MotoristaCpf>
    <MotoristaRg xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">10</MotoristaRg>
    <CategCnh xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 11</CategCnh>
    <OrgaoEmissor xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 12</OrgaoEmissor>
    <Cliente xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 13</Cliente>
    <AgenteCarga xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 14</AgenteCarga>
    <EmpRespOva xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 15</EmpRespOva>
    <CodCntr xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 16</CodCntr>
    <QuantCntr xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">17</QuantCntr>
    <NumBooking xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 18</NumBooking>
    <NumCtrc xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 19</NumCtrc>
    <CdIso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 20</CdIso>
    <Orig xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 21</Orig>
    <Categoria xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 22</Categoria>
    <CapacidMax xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">23</CapacidMax>
    <PesoLiqCarga xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">24</PesoLiqCarga>
    <PesoDocumental xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">25</PesoDocumental>
    <Tara xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">26</Tara>
    <Operacao xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 27</Operacao>
    <Armador xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 28</Armador>
    <Porto xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 29</Porto>
    <Destino xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 30</Destino>
    <Transito xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 31</Transito>
    <TipoMercadoria xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 32</TipoMercadoria>
    <Un xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">33</Un>
    <Temperatura xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">34</Temperatura>
    <Umidade xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">35</Umidade>
    <Ventilacao xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">36</Ventilacao>
    <SobremedidaAltura xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">37</SobremedidaAltura>
    <SobremedidaDireita xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">38</SobremedidaDireita>
    <SobremedidaEsquerda xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">39</SobremedidaEsquerda>
    <SobremedidaFrente xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">40</SobremedidaFrente>
    <SobremedidaTrazeira xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">41</SobremedidaTrazeira>
    <Mercadoria xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 42</Mercadoria>
    <TipoLacre xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 43</TipoLacre>
    <Lacre xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 44</Lacre>
  </VwAgendDetalhe>
  <VwAgendDetalhe>
    <RowId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</RowId>
    <AgendId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">2</AgendId>
    <CodTipo xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 3</CodTipo>
    <PlacaCavalo xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 4</PlacaCavalo>
    <PlacaCarret1 xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 5</PlacaCarret1>
    <PlacaCarret2 xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 6</PlacaCarret2>
    <Motorista xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 7</Motorista>
    <MotoristaCnh xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">8</MotoristaCnh>
    <MotoristaCpf xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">9</MotoristaCpf>
    <MotoristaRg xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">10</MotoristaRg>
    <CategCnh xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 11</CategCnh>
    <OrgaoEmissor xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 12</OrgaoEmissor>
    <Cliente xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 13</Cliente>
    <AgenteCarga xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 14</AgenteCarga>
    <EmpRespOva xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 15</EmpRespOva>
    <CodCntr xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 16</CodCntr>
    <QuantCntr xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">17</QuantCntr>
    <NumBooking xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 18</NumBooking>
    <NumCtrc xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 19</NumCtrc>
    <CdIso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 20</CdIso>
    <Orig xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 21</Orig>
    <Categoria xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 22</Categoria>
    <CapacidMax xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">23</CapacidMax>
    <PesoLiqCarga xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">24</PesoLiqCarga>
    <PesoDocumental xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">25</PesoDocumental>
    <Tara xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">26</Tara>
    <Operacao xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 27</Operacao>
    <Armador xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 28</Armador>
    <Porto xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 29</Porto>
    <Destino xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 30</Destino>
    <Transito xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 31</Transito>
    <TipoMercadoria xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 32</TipoMercadoria>
    <Un xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">33</Un>
    <Temperatura xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">34</Temperatura>
    <Umidade xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">35</Umidade>
    <Ventilacao xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">36</Ventilacao>
    <SobremedidaAltura xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">37</SobremedidaAltura>
    <SobremedidaDireita xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">38</SobremedidaDireita>
    <SobremedidaEsquerda xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">39</SobremedidaEsquerda>
    <SobremedidaFrente xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">40</SobremedidaFrente>
    <SobremedidaTrazeira xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">41</SobremedidaTrazeira>
    <Mercadoria xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 42</Mercadoria>
    <TipoLacre xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 43</TipoLacre>
    <Lacre xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 44</Lacre>
  </VwAgendDetalhe>
</ArrayOfVwAgendDetalhe>