GET API/UnitNfe/Listar/{chave}
Retorna uma lista com dados da nfe
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| chave |
chave da nfe |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of WilsonSons.Terminais.WSNegocio.Modelo.VwUnitsNfe| Name | Description | Type | Additional information |
|---|---|---|---|
| CodCntr | string |
None. |
|
| ChaveNfe | string |
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:
[
{
"CodCntr": "sample string 1",
"ChaveNfe": "sample string 2"
},
{
"CodCntr": "sample string 1",
"ChaveNfe": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfVwUnitsNfe xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo">
<VwUnitsNfe>
<CodCntr xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 1</CodCntr>
<ChaveNfe xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 2</ChaveNfe>
</VwUnitsNfe>
<VwUnitsNfe>
<CodCntr xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 1</CodCntr>
<ChaveNfe xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 2</ChaveNfe>
</VwUnitsNfe>
</ArrayOfVwUnitsNfe>