GET API/Bookings/Operacoes

Retorna as operações de acordo com a data de início e fim.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of WilsonSons.Terminais.WSNegocio.Modelo.VwVesselVisit
NameDescriptionTypeAdditional information
NavioNome

string

None.

Navio

string

None.

Viagem

string

None.

PaisNavio

string

None.

Operacao

string

None.

Armador

string

None.

ServicoFormat

string

None.

Tipo

string

None.

Situacao

string

None.

SituacaoTraduzida

string

None.

Berco

string

None.

DtPrevIni

date

None.

DtPrevFim

date

None.

DtIniReal

date

None.

DtFimReal

date

None.

DtPraticoBordo

date

None.

DtIniRecebCarga

date

None.

DtDeadLineRecebCarga

date

None.

DtIniRecebCntr

date

None.

DtDeadLineRecebCntr

date

None.

DtChegadaNavioPrev

date

None.

DtChegadaNavioReal

date

None.

DtAtracaNavioReal

date

None.

DtPartidaNavioPrev

date

None.

DtPartidaNavioReal

date

None.

DtLibReceita

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:
[
  {
    "NavioNome": "sample string 1",
    "Navio": "sample string 2",
    "Viagem": "sample string 3",
    "PaisNavio": "sample string 4",
    "Operacao": "sample string 5",
    "Armador": "sample string 6",
    "ServicoFormat": "sample string 7",
    "Tipo": "sample string 8",
    "Situacao": "sample string 9",
    "SituacaoTraduzida": "sample string 10",
    "Berco": "sample string 11",
    "DtPrevIni": "2025-06-06T20:30:25.7090322-03:00",
    "DtPrevFim": "2025-06-06T20:30:25.7090322-03:00",
    "DtIniReal": "2025-06-06T20:30:25.7090322-03:00",
    "DtFimReal": "2025-06-06T20:30:25.7090322-03:00",
    "DtPraticoBordo": "2025-06-06T20:30:25.7090322-03:00",
    "DtIniRecebCarga": "2025-06-06T20:30:25.7090322-03:00",
    "DtDeadLineRecebCarga": "2025-06-06T20:30:25.7090322-03:00",
    "DtIniRecebCntr": "2025-06-06T20:30:25.7090322-03:00",
    "DtDeadLineRecebCntr": "2025-06-06T20:30:25.7090322-03:00",
    "DtChegadaNavioPrev": "2025-06-06T20:30:25.7090322-03:00",
    "DtChegadaNavioReal": "2025-06-06T20:30:25.7090322-03:00",
    "DtAtracaNavioReal": "2025-06-06T20:30:25.7090322-03:00",
    "DtPartidaNavioPrev": "2025-06-06T20:30:25.7090322-03:00",
    "DtPartidaNavioReal": "2025-06-06T20:30:25.7090322-03:00",
    "DtLibReceita": "sample string 26"
  },
  {
    "NavioNome": "sample string 1",
    "Navio": "sample string 2",
    "Viagem": "sample string 3",
    "PaisNavio": "sample string 4",
    "Operacao": "sample string 5",
    "Armador": "sample string 6",
    "ServicoFormat": "sample string 7",
    "Tipo": "sample string 8",
    "Situacao": "sample string 9",
    "SituacaoTraduzida": "sample string 10",
    "Berco": "sample string 11",
    "DtPrevIni": "2025-06-06T20:30:25.7090322-03:00",
    "DtPrevFim": "2025-06-06T20:30:25.7090322-03:00",
    "DtIniReal": "2025-06-06T20:30:25.7090322-03:00",
    "DtFimReal": "2025-06-06T20:30:25.7090322-03:00",
    "DtPraticoBordo": "2025-06-06T20:30:25.7090322-03:00",
    "DtIniRecebCarga": "2025-06-06T20:30:25.7090322-03:00",
    "DtDeadLineRecebCarga": "2025-06-06T20:30:25.7090322-03:00",
    "DtIniRecebCntr": "2025-06-06T20:30:25.7090322-03:00",
    "DtDeadLineRecebCntr": "2025-06-06T20:30:25.7090322-03:00",
    "DtChegadaNavioPrev": "2025-06-06T20:30:25.7090322-03:00",
    "DtChegadaNavioReal": "2025-06-06T20:30:25.7090322-03:00",
    "DtAtracaNavioReal": "2025-06-06T20:30:25.7090322-03:00",
    "DtPartidaNavioPrev": "2025-06-06T20:30:25.7090322-03:00",
    "DtPartidaNavioReal": "2025-06-06T20:30:25.7090322-03:00",
    "DtLibReceita": "sample string 26"
  }
]

application/xml, text/xml

Sample:
<ArrayOfVwVesselVisit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo">
  <VwVesselVisit>
    <NavioNome xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 1</NavioNome>
    <Navio xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 2</Navio>
    <Viagem xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 3</Viagem>
    <PaisNavio xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 4</PaisNavio>
    <Operacao xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 5</Operacao>
    <Armador xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 6</Armador>
    <ServicoFormat xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 7</ServicoFormat>
    <Tipo xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 8</Tipo>
    <Situacao xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 9</Situacao>
    <SituacaoTraduzida xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 10</SituacaoTraduzida>
    <Berco xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 11</Berco>
    <DtPrevIni xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2025-06-06T20:30:25.7090322-03:00</DtPrevIni>
    <DtPrevFim xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2025-06-06T20:30:25.7090322-03:00</DtPrevFim>
    <DtIniReal xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2025-06-06T20:30:25.7090322-03:00</DtIniReal>
    <DtFimReal xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2025-06-06T20:30:25.7090322-03:00</DtFimReal>
    <DtPraticoBordo xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2025-06-06T20:30:25.7090322-03:00</DtPraticoBordo>
    <DtIniRecebCarga xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2025-06-06T20:30:25.7090322-03:00</DtIniRecebCarga>
    <DtDeadLineRecebCarga xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2025-06-06T20:30:25.7090322-03:00</DtDeadLineRecebCarga>
    <DtIniRecebCntr xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2025-06-06T20:30:25.7090322-03:00</DtIniRecebCntr>
    <DtDeadLineRecebCntr xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2025-06-06T20:30:25.7090322-03:00</DtDeadLineRecebCntr>
    <DtChegadaNavioPrev xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2025-06-06T20:30:25.7090322-03:00</DtChegadaNavioPrev>
    <DtChegadaNavioReal xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2025-06-06T20:30:25.7090322-03:00</DtChegadaNavioReal>
    <DtAtracaNavioReal xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2025-06-06T20:30:25.7090322-03:00</DtAtracaNavioReal>
    <DtPartidaNavioPrev xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2025-06-06T20:30:25.7090322-03:00</DtPartidaNavioPrev>
    <DtPartidaNavioReal xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2025-06-06T20:30:25.7090322-03:00</DtPartidaNavioReal>
    <DtLibReceita xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 26</DtLibReceita>
  </VwVesselVisit>
  <VwVesselVisit>
    <NavioNome xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 1</NavioNome>
    <Navio xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 2</Navio>
    <Viagem xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 3</Viagem>
    <PaisNavio xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 4</PaisNavio>
    <Operacao xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 5</Operacao>
    <Armador xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 6</Armador>
    <ServicoFormat xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 7</ServicoFormat>
    <Tipo xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 8</Tipo>
    <Situacao xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 9</Situacao>
    <SituacaoTraduzida xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 10</SituacaoTraduzida>
    <Berco xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 11</Berco>
    <DtPrevIni xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2025-06-06T20:30:25.7090322-03:00</DtPrevIni>
    <DtPrevFim xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2025-06-06T20:30:25.7090322-03:00</DtPrevFim>
    <DtIniReal xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2025-06-06T20:30:25.7090322-03:00</DtIniReal>
    <DtFimReal xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2025-06-06T20:30:25.7090322-03:00</DtFimReal>
    <DtPraticoBordo xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2025-06-06T20:30:25.7090322-03:00</DtPraticoBordo>
    <DtIniRecebCarga xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2025-06-06T20:30:25.7090322-03:00</DtIniRecebCarga>
    <DtDeadLineRecebCarga xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2025-06-06T20:30:25.7090322-03:00</DtDeadLineRecebCarga>
    <DtIniRecebCntr xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2025-06-06T20:30:25.7090322-03:00</DtIniRecebCntr>
    <DtDeadLineRecebCntr xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2025-06-06T20:30:25.7090322-03:00</DtDeadLineRecebCntr>
    <DtChegadaNavioPrev xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2025-06-06T20:30:25.7090322-03:00</DtChegadaNavioPrev>
    <DtChegadaNavioReal xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2025-06-06T20:30:25.7090322-03:00</DtChegadaNavioReal>
    <DtAtracaNavioReal xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2025-06-06T20:30:25.7090322-03:00</DtAtracaNavioReal>
    <DtPartidaNavioPrev xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2025-06-06T20:30:25.7090322-03:00</DtPartidaNavioPrev>
    <DtPartidaNavioReal xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2025-06-06T20:30:25.7090322-03:00</DtPartidaNavioReal>
    <DtLibReceita xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 26</DtLibReceita>
  </VwVesselVisit>
</ArrayOfVwVesselVisit>