GET API/Sailing/Load/{operacao}
Retorna lista referente ao total de movimentações 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.VwSailingLoad| Name | Description | Type | Additional information |
|---|---|---|---|
| Operacao | string |
None. |
|
| Porto | string |
None. |
|
| Armador | string |
None. |
|
| ApArm | string |
None. |
|
| Mord | decimal number |
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. |
|
| 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:
[
{
"Operacao": "sample string 1",
"Porto": "sample string 2",
"Armador": "sample string 3",
"ApArm": "sample string 4",
"Mord": 1.0,
"Cheio20Qtd": 1.0,
"Cheio40Qtd": 1.0,
"Vazio20Qtd": 1.0,
"Vazio40Qtd": 1.0,
"Cheio20Peso": 1.0,
"Cheio40Peso": 1.0,
"Vazio20Peso": 1.0,
"Vazio40Peso": 1.0,
"TotArmQtd": 1.0,
"TotArmPeso": 1.0
},
{
"Operacao": "sample string 1",
"Porto": "sample string 2",
"Armador": "sample string 3",
"ApArm": "sample string 4",
"Mord": 1.0,
"Cheio20Qtd": 1.0,
"Cheio40Qtd": 1.0,
"Vazio20Qtd": 1.0,
"Vazio40Qtd": 1.0,
"Cheio20Peso": 1.0,
"Cheio40Peso": 1.0,
"Vazio20Peso": 1.0,
"Vazio40Peso": 1.0,
"TotArmQtd": 1.0,
"TotArmPeso": 1.0
}
]
application/xml, text/xml
Sample:
<ArrayOfVwSailingLoad xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo">
<VwSailingLoad>
<Operacao xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 1</Operacao>
<Porto xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 2</Porto>
<Armador xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 3</Armador>
<ApArm xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 4</ApArm>
<Mord xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Mord>
<Cheio20Qtd xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Cheio20Qtd>
<Cheio40Qtd xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Cheio40Qtd>
<Vazio20Qtd xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Vazio20Qtd>
<Vazio40Qtd xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Vazio40Qtd>
<Cheio20Peso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Cheio20Peso>
<Cheio40Peso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Cheio40Peso>
<Vazio20Peso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Vazio20Peso>
<Vazio40Peso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Vazio40Peso>
<TotArmQtd xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</TotArmQtd>
<TotArmPeso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</TotArmPeso>
</VwSailingLoad>
<VwSailingLoad>
<Operacao xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 1</Operacao>
<Porto xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 2</Porto>
<Armador xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 3</Armador>
<ApArm xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 4</ApArm>
<Mord xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Mord>
<Cheio20Qtd xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Cheio20Qtd>
<Cheio40Qtd xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Cheio40Qtd>
<Vazio20Qtd xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Vazio20Qtd>
<Vazio40Qtd xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Vazio40Qtd>
<Cheio20Peso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Cheio20Peso>
<Cheio40Peso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Cheio40Peso>
<Vazio20Peso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Vazio20Peso>
<Vazio40Peso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Vazio40Peso>
<TotArmQtd xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</TotArmQtd>
<TotArmPeso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</TotArmPeso>
</VwSailingLoad>
</ArrayOfVwSailingLoad>