GET API/Sailing/Sumario/{operacao}
Retorna lista referente ao sumário do sailing
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.VwSailingSumario| Name | Description | Type | Additional information |
|---|---|---|---|
| Operacao | string |
None. |
|
| Mord | decimal number |
None. |
|
| ApArm | string |
None. |
|
| Armador | string |
None. |
|
| DischQtd | decimal number |
None. |
|
| DischPeso | decimal number |
None. |
|
| DischCabQtd | decimal number |
None. |
|
| DischCabPeso | decimal number |
None. |
|
| DischTransQtd | decimal number |
None. |
|
| DischTransPeso | decimal number |
None. |
|
| LoadQtd | decimal number |
None. |
|
| LoadPeso | decimal number |
None. |
|
| LoadCabQtd | decimal number |
None. |
|
| LoadCabPeso | decimal number |
None. |
|
| LoadTransQtd | decimal number |
None. |
|
| LoadTransPeso | decimal number |
None. |
|
| ShiftBoardQtd | decimal number |
None. |
|
| ShiftBoardPeso | decimal number |
None. |
|
| ShiftQuayQtd | decimal number |
None. |
|
| ShiftQuayPeso | 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",
"Mord": 1.0,
"ApArm": "sample string 2",
"Armador": "sample string 3",
"DischQtd": 1.0,
"DischPeso": 1.0,
"DischCabQtd": 1.0,
"DischCabPeso": 1.0,
"DischTransQtd": 1.0,
"DischTransPeso": 1.0,
"LoadQtd": 1.0,
"LoadPeso": 1.0,
"LoadCabQtd": 1.0,
"LoadCabPeso": 1.0,
"LoadTransQtd": 1.0,
"LoadTransPeso": 1.0,
"ShiftBoardQtd": 1.0,
"ShiftBoardPeso": 1.0,
"ShiftQuayQtd": 1.0,
"ShiftQuayPeso": 1.0,
"TotArmQtd": 1.0,
"TotArmPeso": 1.0
},
{
"Operacao": "sample string 1",
"Mord": 1.0,
"ApArm": "sample string 2",
"Armador": "sample string 3",
"DischQtd": 1.0,
"DischPeso": 1.0,
"DischCabQtd": 1.0,
"DischCabPeso": 1.0,
"DischTransQtd": 1.0,
"DischTransPeso": 1.0,
"LoadQtd": 1.0,
"LoadPeso": 1.0,
"LoadCabQtd": 1.0,
"LoadCabPeso": 1.0,
"LoadTransQtd": 1.0,
"LoadTransPeso": 1.0,
"ShiftBoardQtd": 1.0,
"ShiftBoardPeso": 1.0,
"ShiftQuayQtd": 1.0,
"ShiftQuayPeso": 1.0,
"TotArmQtd": 1.0,
"TotArmPeso": 1.0
}
]
application/xml, text/xml
Sample:
<ArrayOfVwSailingSumario xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo">
<VwSailingSumario>
<Operacao xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 1</Operacao>
<Mord xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Mord>
<ApArm xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 2</ApArm>
<Armador xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 3</Armador>
<DischQtd xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</DischQtd>
<DischPeso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</DischPeso>
<DischCabQtd xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</DischCabQtd>
<DischCabPeso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</DischCabPeso>
<DischTransQtd xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</DischTransQtd>
<DischTransPeso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</DischTransPeso>
<LoadQtd xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</LoadQtd>
<LoadPeso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</LoadPeso>
<LoadCabQtd xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</LoadCabQtd>
<LoadCabPeso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</LoadCabPeso>
<LoadTransQtd xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</LoadTransQtd>
<LoadTransPeso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</LoadTransPeso>
<ShiftBoardQtd xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</ShiftBoardQtd>
<ShiftBoardPeso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</ShiftBoardPeso>
<ShiftQuayQtd xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</ShiftQuayQtd>
<ShiftQuayPeso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</ShiftQuayPeso>
<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>
</VwSailingSumario>
<VwSailingSumario>
<Operacao xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 1</Operacao>
<Mord xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Mord>
<ApArm xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 2</ApArm>
<Armador xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 3</Armador>
<DischQtd xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</DischQtd>
<DischPeso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</DischPeso>
<DischCabQtd xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</DischCabQtd>
<DischCabPeso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</DischCabPeso>
<DischTransQtd xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</DischTransQtd>
<DischTransPeso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</DischTransPeso>
<LoadQtd xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</LoadQtd>
<LoadPeso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</LoadPeso>
<LoadCabQtd xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</LoadCabQtd>
<LoadCabPeso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</LoadCabPeso>
<LoadTransQtd xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</LoadTransQtd>
<LoadTransPeso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</LoadTransPeso>
<ShiftBoardQtd xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</ShiftBoardQtd>
<ShiftBoardPeso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</ShiftBoardPeso>
<ShiftQuayQtd xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</ShiftQuayQtd>
<ShiftQuayPeso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</ShiftQuayPeso>
<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>
</VwSailingSumario>
</ArrayOfVwSailingSumario>