GET API/Sailing/Listar/{operacao}

Retorna lista referente ao sailing por operação

Request Information

URI Parameters

NameDescriptionTypeAdditional information
operacao

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of WilsonSons.Terminais.WSNegocio.Modelo.VwSailing
NameDescriptionTypeAdditional information
Mord

decimal number

None.

Atividade

string

None.

Operacao

string

None.

TipoNav

string

None.

ApArm

string

None.

Armador

string

None.

Cheio20Qtd

decimal number

None.

Cheio40Qtd

decimal number

None.

Vazio20Qtd

decimal number

None.

Vazio40Qtd

decimal number

None.

Cheio20Peso

decimal number

None.

Cheio40Peso

decimal number

None.

Vazio20Peso

decimal number

None.

Vazio40Peso

decimal number

None.

TotArmQtd

decimal number

None.

TotArmPeso

decimal number

None.

Modalidade

string

None.

Mcc

string

None.

DescAtividade

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:
[
  {
    "Armador": "sample string 1",
    "Atividade": "sample string 2",
    "Modalidade": "sample string 3",
    "Mcc": "sample string 4",
    "Cheio20Qtd": 5.0,
    "Cheio40Qtd": 6.0,
    "Vazio20Qtd": 7.0,
    "Vazio40Qtd": 8.0,
    "Cheio20Peso": 9.0,
    "Cheio40Peso": 10.0,
    "Vazio20Peso": 11.0,
    "Vazio40Peso": 12.0,
    "TotArmQtd": 13.0,
    "TotArmPeso": 14.0,
    "Mord": 15.0,
    "Operacao": "sample string 16",
    "ApArm": "sample string 17",
    "TipoNav": "sample string 18",
    "DescAtividade": "Atividade Indefinida"
  },
  {
    "Armador": "sample string 1",
    "Atividade": "sample string 2",
    "Modalidade": "sample string 3",
    "Mcc": "sample string 4",
    "Cheio20Qtd": 5.0,
    "Cheio40Qtd": 6.0,
    "Vazio20Qtd": 7.0,
    "Vazio40Qtd": 8.0,
    "Cheio20Peso": 9.0,
    "Cheio40Peso": 10.0,
    "Vazio20Peso": 11.0,
    "Vazio40Peso": 12.0,
    "TotArmQtd": 13.0,
    "TotArmPeso": 14.0,
    "Mord": 15.0,
    "Operacao": "sample string 16",
    "ApArm": "sample string 17",
    "TipoNav": "sample string 18",
    "DescAtividade": "Atividade Indefinida"
  }
]

application/xml, text/xml

Sample:
<ArrayOfVwSailing xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo">
  <VwSailing>
    <Armador xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 1</Armador>
    <Atividade xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 2</Atividade>
    <Modalidade xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 3</Modalidade>
    <Mcc xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 4</Mcc>
    <Cheio20Qtd xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">5</Cheio20Qtd>
    <Cheio40Qtd xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">6</Cheio40Qtd>
    <Vazio20Qtd xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">7</Vazio20Qtd>
    <Vazio40Qtd xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">8</Vazio40Qtd>
    <Cheio20Peso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">9</Cheio20Peso>
    <Cheio40Peso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">10</Cheio40Peso>
    <Vazio20Peso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">11</Vazio20Peso>
    <Vazio40Peso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">12</Vazio40Peso>
    <TotArmQtd xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">13</TotArmQtd>
    <TotArmPeso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">14</TotArmPeso>
    <Mord xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">15</Mord>
    <Operacao xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 16</Operacao>
    <ApArm xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 17</ApArm>
    <TipoNav xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 18</TipoNav>
    <DescAtividade xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">Atividade Indefinida</DescAtividade>
  </VwSailing>
  <VwSailing>
    <Armador xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 1</Armador>
    <Atividade xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 2</Atividade>
    <Modalidade xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 3</Modalidade>
    <Mcc xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 4</Mcc>
    <Cheio20Qtd xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">5</Cheio20Qtd>
    <Cheio40Qtd xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">6</Cheio40Qtd>
    <Vazio20Qtd xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">7</Vazio20Qtd>
    <Vazio40Qtd xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">8</Vazio40Qtd>
    <Cheio20Peso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">9</Cheio20Peso>
    <Cheio40Peso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">10</Cheio40Peso>
    <Vazio20Peso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">11</Vazio20Peso>
    <Vazio40Peso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">12</Vazio40Peso>
    <TotArmQtd xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">13</TotArmQtd>
    <TotArmPeso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">14</TotArmPeso>
    <Mord xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">15</Mord>
    <Operacao xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 16</Operacao>
    <ApArm xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 17</ApArm>
    <TipoNav xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 18</TipoNav>
    <DescAtividade xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">Atividade Indefinida</DescAtividade>
  </VwSailing>
</ArrayOfVwSailing>