GET API/AgendCntrDepot/CarregarDadosTipoCntr/{bookingCntrId}

Retorna os dados de temperatura e mercadoria cadastrado para o Tipo de Cntr do Booking.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
bookingCntrId

decimal number

Required

Body Parameters

None.

Response Information

Resource Description

Collection of WilsonSons.Terminais.WSNegocio.Modelo.ScodTerBookingCntrMerc
NameDescriptionTypeAdditional information
BookingCntrMercId

decimal number

None.

BookingCntrId

decimal number

None.

CodMercAntaq

decimal number

None.

FlgPerig

string

None.

FlgRefrig

string

None.

TempMin

decimal number

None.

TempMax

decimal number

None.

TempIdeal

decimal number

None.

Umidade

decimal number

None.

Ventilacao

decimal number

None.

CodImo

string

None.

CodUn

string

None.

DscMerc

string

None.

ObsCntrMerc

string

None.

PesoMax

decimal number

None.

Tara

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:
[
  {
    "BookingCntrMercId": 1.0,
    "BookingCntrId": 2.0,
    "CodMercAntaq": 1.0,
    "FlgPerig": "sample string 3",
    "FlgRefrig": "sample string 4",
    "TempMin": 1.0,
    "TempMax": 1.0,
    "TempIdeal": 1.0,
    "Umidade": 1.0,
    "Ventilacao": 1.0,
    "CodImo": "sample string 5",
    "CodUn": "sample string 6",
    "DscMerc": "sample string 7",
    "ObsCntrMerc": "sample string 8",
    "PesoMax": 1.0,
    "Tara": 1.0
  },
  {
    "BookingCntrMercId": 1.0,
    "BookingCntrId": 2.0,
    "CodMercAntaq": 1.0,
    "FlgPerig": "sample string 3",
    "FlgRefrig": "sample string 4",
    "TempMin": 1.0,
    "TempMax": 1.0,
    "TempIdeal": 1.0,
    "Umidade": 1.0,
    "Ventilacao": 1.0,
    "CodImo": "sample string 5",
    "CodUn": "sample string 6",
    "DscMerc": "sample string 7",
    "ObsCntrMerc": "sample string 8",
    "PesoMax": 1.0,
    "Tara": 1.0
  }
]

application/xml, text/xml

Sample:
<ArrayOfScodTerBookingCntrMerc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo">
  <ScodTerBookingCntrMerc>
    <BookingCntrMercId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</BookingCntrMercId>
    <BookingCntrId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">2</BookingCntrId>
    <CodMercAntaq xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</CodMercAntaq>
    <FlgPerig xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 3</FlgPerig>
    <FlgRefrig xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 4</FlgRefrig>
    <TempMin xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</TempMin>
    <TempMax xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</TempMax>
    <TempIdeal xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</TempIdeal>
    <Umidade xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Umidade>
    <Ventilacao xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Ventilacao>
    <CodImo xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 5</CodImo>
    <CodUn xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 6</CodUn>
    <DscMerc xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 7</DscMerc>
    <ObsCntrMerc xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 8</ObsCntrMerc>
    <PesoMax xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</PesoMax>
    <Tara xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Tara>
  </ScodTerBookingCntrMerc>
  <ScodTerBookingCntrMerc>
    <BookingCntrMercId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</BookingCntrMercId>
    <BookingCntrId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">2</BookingCntrId>
    <CodMercAntaq xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</CodMercAntaq>
    <FlgPerig xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 3</FlgPerig>
    <FlgRefrig xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 4</FlgRefrig>
    <TempMin xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</TempMin>
    <TempMax xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</TempMax>
    <TempIdeal xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</TempIdeal>
    <Umidade xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Umidade>
    <Ventilacao xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Ventilacao>
    <CodImo xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 5</CodImo>
    <CodUn xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 6</CodUn>
    <DscMerc xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 7</DscMerc>
    <ObsCntrMerc xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 8</ObsCntrMerc>
    <PesoMax xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</PesoMax>
    <Tara xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Tara>
  </ScodTerBookingCntrMerc>
</ArrayOfScodTerBookingCntrMerc>