GET API/AgendServManter/ListarNotaFiscalPorBl?numBl={numBl}&ehCarregComboio={ehCarregComboio}
Retorna uma lista contendo as notas fiscais por Bl.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
numBl |
Número do BL |
string |
Required |
ehCarregComboio |
Indicador de comboio ou não. |
boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
Collection of WilsonSons.Terminais.WSNegocio.Modelo.VwAgendBlNotaName | Description | Type | Additional information |
---|---|---|---|
NumNota | decimal number |
None. |
|
IdBl | decimal number |
None. |
|
NumBl | string |
None. |
|
IdProtocoloInfDoc | decimal number |
None. |
|
Volume | 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:
[ { "NumNota": 1.0, "IdProtocoloInfDoc": 2.0, "NumBl": "sample string 3", "IdBl": 4.0, "Volume": 5.0 }, { "NumNota": 1.0, "IdProtocoloInfDoc": 2.0, "NumBl": "sample string 3", "IdBl": 4.0, "Volume": 5.0 } ]
application/xml, text/xml
Sample:
<ArrayOfVwAgendBlNota xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo"> <VwAgendBlNota> <NumNota xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</NumNota> <IdProtocoloInfDoc xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">2</IdProtocoloInfDoc> <NumBl xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 3</NumBl> <IdBl xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">4</IdBl> <Volume xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">5</Volume> </VwAgendBlNota> <VwAgendBlNota> <NumNota xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</NumNota> <IdProtocoloInfDoc xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">2</IdProtocoloInfDoc> <NumBl xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 3</NumBl> <IdBl xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">4</IdBl> <Volume xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">5</Volume> </VwAgendBlNota> </ArrayOfVwAgendBlNota>