GET API/AgendServManter/ListarItensNotaFiscal/{agendServId}
Retorna uma lista contendo os itens da nota fiscal.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
agendServId |
Id do agendamento de serviços |
decimal number |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of WilsonSons.Terminais.WSNegocio.Modelo.VwAgendServItemNfName | Description | Type | Additional information |
---|---|---|---|
AgendServId | decimal number |
None. |
|
AgendServItemId | decimal number |
None. |
|
AgendServItemNfId | decimal number |
None. |
|
ProtocoloInfDocId | decimal number |
None. |
|
HstmvId | decimal number |
None. |
|
NumeroNota | decimal number |
None. |
|
QtdVolume | 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:
[ { "AgendServId": 1.0, "AgendServItemId": 2.0, "AgendServItemNfId": 3.0, "ProtocoloInfDocId": 4.0, "HstmvId": 5.0, "NumeroNota": 6.0, "QtdVolume": 7.0 }, { "AgendServId": 1.0, "AgendServItemId": 2.0, "AgendServItemNfId": 3.0, "ProtocoloInfDocId": 4.0, "HstmvId": 5.0, "NumeroNota": 6.0, "QtdVolume": 7.0 } ]
application/xml, text/xml
Sample:
<ArrayOfVwAgendServItemNf xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo"> <VwAgendServItemNf> <AgendServId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</AgendServId> <AgendServItemId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">2</AgendServItemId> <AgendServItemNfId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">3</AgendServItemNfId> <ProtocoloInfDocId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">4</ProtocoloInfDocId> <HstmvId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">5</HstmvId> <NumeroNota xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">6</NumeroNota> <QtdVolume xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">7</QtdVolume> </VwAgendServItemNf> <VwAgendServItemNf> <AgendServId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</AgendServId> <AgendServItemId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">2</AgendServItemId> <AgendServItemNfId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">3</AgendServItemNfId> <ProtocoloInfDocId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">4</ProtocoloInfDocId> <HstmvId xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">5</HstmvId> <NumeroNota xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">6</NumeroNota> <QtdVolume xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">7</QtdVolume> </VwAgendServItemNf> </ArrayOfVwAgendServItemNf>