GET API/AgendCntrManter/ListarTipos

Retorna os Tipos de Agendamento.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

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

decimal number

None.

FainaId

decimal number

None.

CodTipo

string

None.

DscTipo

string

None.

CodIdentificador

string

None.

CdAtv

string

None.

StatusCntr

string

None.

FlgLibAgend

string

None.

FlgTrem

string

None.

FlgTransitAduan

string

None.

FlgReefer

string

None.

CdServGold

decimal number

None.

FlgValTipoCntr

string

None.

TrantypeId

string

None.

FlgMonitoraHoraEsgot

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": 1.0,
    "FainaId": 2.0,
    "CodTipo": "sample string 3",
    "DscTipo": "sample string 4",
    "CodIdentificador": "sample string 5",
    "CdAtv": "sample string 6",
    "StatusCntr": "sample string 7",
    "FlgLibAgend": "sample string 8",
    "FlgTrem": "sample string 9",
    "FlgTransitAduan": "sample string 10",
    "FlgReefer": "sample string 11",
    "CdServGold": 12.0,
    "FlgValTipoCntr": "sample string 13",
    "TrantypeId": "sample string 14",
    "FlgMonitoraHoraEsgot": "sample string 15"
  },
  {
    "Id": 1.0,
    "FainaId": 2.0,
    "CodTipo": "sample string 3",
    "DscTipo": "sample string 4",
    "CodIdentificador": "sample string 5",
    "CdAtv": "sample string 6",
    "StatusCntr": "sample string 7",
    "FlgLibAgend": "sample string 8",
    "FlgTrem": "sample string 9",
    "FlgTransitAduan": "sample string 10",
    "FlgReefer": "sample string 11",
    "CdServGold": 12.0,
    "FlgValTipoCntr": "sample string 13",
    "TrantypeId": "sample string 14",
    "FlgMonitoraHoraEsgot": "sample string 15"
  }
]

application/xml, text/xml

Sample:
<ArrayOfScAgendTipo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo">
  <ScAgendTipo>
    <Id xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Id>
    <FainaId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">2</FainaId>
    <CodTipo xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 3</CodTipo>
    <DscTipo xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 4</DscTipo>
    <CodIdentificador xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 5</CodIdentificador>
    <CdAtv xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 6</CdAtv>
    <StatusCntr xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 7</StatusCntr>
    <FlgLibAgend xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 8</FlgLibAgend>
    <FlgTrem xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 9</FlgTrem>
    <FlgTransitAduan xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 10</FlgTransitAduan>
    <FlgReefer xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 11</FlgReefer>
    <CdServGold xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">12</CdServGold>
    <FlgValTipoCntr xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 13</FlgValTipoCntr>
    <TrantypeId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 14</TrantypeId>
    <FlgMonitoraHoraEsgot xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 15</FlgMonitoraHoraEsgot>
  </ScAgendTipo>
  <ScAgendTipo>
    <Id xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Id>
    <FainaId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">2</FainaId>
    <CodTipo xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 3</CodTipo>
    <DscTipo xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 4</DscTipo>
    <CodIdentificador xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 5</CodIdentificador>
    <CdAtv xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 6</CdAtv>
    <StatusCntr xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 7</StatusCntr>
    <FlgLibAgend xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 8</FlgLibAgend>
    <FlgTrem xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 9</FlgTrem>
    <FlgTransitAduan xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 10</FlgTransitAduan>
    <FlgReefer xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 11</FlgReefer>
    <CdServGold xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">12</CdServGold>
    <FlgValTipoCntr xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 13</FlgValTipoCntr>
    <TrantypeId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 14</TrantypeId>
    <FlgMonitoraHoraEsgot xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 15</FlgMonitoraHoraEsgot>
  </ScAgendTipo>
</ArrayOfScAgendTipo>