GET API/Sailing/TotalMov/{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.VwSailingTotalMovName | Description | Type | Additional information |
---|---|---|---|
Operacao | 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. |
|
TotQtd | decimal number |
None. |
|
TotPeso | 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", "Cheio20Qtd": 2.0, "Cheio40Qtd": 3.0, "Vazio20Qtd": 4.0, "Vazio40Qtd": 5.0, "Cheio20Peso": 6.0, "Cheio40Peso": 7.0, "Vazio20Peso": 8.0, "Vazio40Peso": 9.0, "TotQtd": 10.0, "TotPeso": 11.0 }, { "Operacao": "sample string 1", "Cheio20Qtd": 2.0, "Cheio40Qtd": 3.0, "Vazio20Qtd": 4.0, "Vazio40Qtd": 5.0, "Cheio20Peso": 6.0, "Cheio40Peso": 7.0, "Vazio20Peso": 8.0, "Vazio40Peso": 9.0, "TotQtd": 10.0, "TotPeso": 11.0 } ]
application/xml, text/xml
Sample:
<ArrayOfVwSailingTotalMov xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo"> <VwSailingTotalMov> <Operacao xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 1</Operacao> <Cheio20Qtd xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">2</Cheio20Qtd> <Cheio40Qtd xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">3</Cheio40Qtd> <Vazio20Qtd xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">4</Vazio20Qtd> <Vazio40Qtd xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">5</Vazio40Qtd> <Cheio20Peso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">6</Cheio20Peso> <Cheio40Peso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">7</Cheio40Peso> <Vazio20Peso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">8</Vazio20Peso> <Vazio40Peso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">9</Vazio40Peso> <TotQtd xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">10</TotQtd> <TotPeso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">11</TotPeso> </VwSailingTotalMov> <VwSailingTotalMov> <Operacao xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 1</Operacao> <Cheio20Qtd xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">2</Cheio20Qtd> <Cheio40Qtd xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">3</Cheio40Qtd> <Vazio20Qtd xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">4</Vazio20Qtd> <Vazio40Qtd xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">5</Vazio40Qtd> <Cheio20Peso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">6</Cheio20Peso> <Cheio40Peso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">7</Cheio40Peso> <Vazio20Peso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">8</Vazio20Peso> <Vazio40Peso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">9</Vazio40Peso> <TotQtd xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">10</TotQtd> <TotPeso xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">11</TotPeso> </VwSailingTotalMov> </ArrayOfVwSailingTotalMov>