GET API/TransferenciaLote/PortosPorOperacao?operacao={operacao}

Portos por operacao

Request Information

URI Parameters

NameDescriptionTypeAdditional information
operacao

string

Required

Body Parameters

None.

Response Information

Resource Description

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

decimal number

None.

CvGkey

decimal number

None.

RrpgKey

decimal number

None.

CntryName

string

None.

Operacao

string

None.

Porto

string

None.

PortId

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,
    "CvGkey": 2.0,
    "RrpgKey": 3.0,
    "CntryName": "sample string 4",
    "Operacao": "sample string 5",
    "Porto": "sample string 6",
    "PortId": "sample string 7"
  },
  {
    "Id": 1.0,
    "CvGkey": 2.0,
    "RrpgKey": 3.0,
    "CntryName": "sample string 4",
    "Operacao": "sample string 5",
    "Porto": "sample string 6",
    "PortId": "sample string 7"
  }
]

application/xml, text/xml

Sample:
<ArrayOfVwPortoOperacao xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo">
  <VwPortoOperacao>
    <Id xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Id>
    <CvGkey xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">2</CvGkey>
    <RrpgKey xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">3</RrpgKey>
    <CntryName xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 4</CntryName>
    <Operacao xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 5</Operacao>
    <Porto xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 6</Porto>
    <PortId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 7</PortId>
  </VwPortoOperacao>
  <VwPortoOperacao>
    <Id xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Id>
    <CvGkey xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">2</CvGkey>
    <RrpgKey xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">3</RrpgKey>
    <CntryName xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 4</CntryName>
    <Operacao xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 5</Operacao>
    <Porto xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 6</Porto>
    <PortId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 7</PortId>
  </VwPortoOperacao>
</ArrayOfVwPortoOperacao>