GET API/Sailing/Listar/{operacao}
Retorna lista referente ao sailing por operação
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| operacao | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of WilsonSons.Terminais.WSNegocio.Modelo.VwSailing| Name | Description | Type | Additional 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:
[
{
"Mord": 1.0,
"Atividade": "sample string 2",
"Operacao": "sample string 3",
"TipoNav": "sample string 4",
"ApArm": "sample string 5",
"Armador": "sample string 6",
"Cheio20Qtd": 7.0,
"Cheio40Qtd": 8.0,
"Vazio20Qtd": 9.0,
"Vazio40Qtd": 10.0,
"Cheio20Peso": 11.0,
"Cheio40Peso": 12.0,
"Vazio20Peso": 13.0,
"Vazio40Peso": 14.0,
"TotArmQtd": 15.0,
"TotArmPeso": 16.0,
"Modalidade": "sample string 17",
"Mcc": "sample string 18",
"DescAtividade": "Atividade Indefinida"
},
{
"Mord": 1.0,
"Atividade": "sample string 2",
"Operacao": "sample string 3",
"TipoNav": "sample string 4",
"ApArm": "sample string 5",
"Armador": "sample string 6",
"Cheio20Qtd": 7.0,
"Cheio40Qtd": 8.0,
"Vazio20Qtd": 9.0,
"Vazio40Qtd": 10.0,
"Cheio20Peso": 11.0,
"Cheio40Peso": 12.0,
"Vazio20Peso": 13.0,
"Vazio40Peso": 14.0,
"TotArmQtd": 15.0,
"TotArmPeso": 16.0,
"Modalidade": "sample string 17",
"Mcc": "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>
<Mord xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Mord>
<Atividade xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 2</Atividade>
<Operacao xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 3</Operacao>
<TipoNav xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 4</TipoNav>
<ApArm xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 5</ApArm>
<Armador xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 6</Armador>
<Cheio20Qtd xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">7</Cheio20Qtd>
<Cheio40Qtd xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">8</Cheio40Qtd>
<Vazio20Qtd xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">9</Vazio20Qtd>
<Vazio40Qtd xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">10</Vazio40Qtd>
<Cheio20Peso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">11</Cheio20Peso>
<Cheio40Peso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">12</Cheio40Peso>
<Vazio20Peso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">13</Vazio20Peso>
<Vazio40Peso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">14</Vazio40Peso>
<TotArmQtd xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">15</TotArmQtd>
<TotArmPeso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">16</TotArmPeso>
<Modalidade xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 17</Modalidade>
<Mcc xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 18</Mcc>
<DescAtividade xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">Atividade Indefinida</DescAtividade>
</VwSailing>
<VwSailing>
<Mord xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Mord>
<Atividade xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 2</Atividade>
<Operacao xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 3</Operacao>
<TipoNav xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 4</TipoNav>
<ApArm xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 5</ApArm>
<Armador xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 6</Armador>
<Cheio20Qtd xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">7</Cheio20Qtd>
<Cheio40Qtd xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">8</Cheio40Qtd>
<Vazio20Qtd xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">9</Vazio20Qtd>
<Vazio40Qtd xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">10</Vazio40Qtd>
<Cheio20Peso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">11</Cheio20Peso>
<Cheio40Peso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">12</Cheio40Peso>
<Vazio20Peso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">13</Vazio20Peso>
<Vazio40Peso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">14</Vazio40Peso>
<TotArmQtd xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">15</TotArmQtd>
<TotArmPeso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">16</TotArmPeso>
<Modalidade xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 17</Modalidade>
<Mcc xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 18</Mcc>
<DescAtividade xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">Atividade Indefinida</DescAtividade>
</VwSailing>
</ArrayOfVwSailing>