GET API/MeuTecon/ListarFaturas?parcid={parcid}&estabid={estabid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| parcid | decimal number |
None. |
|
| estabid | decimal number |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of WilsonSons.Terminais.WSNegocio.Modelo.VwMeuTeconFaturas| Name | Description | Type | Additional information |
|---|---|---|---|
| Membershipuserid | decimal number |
None. |
|
| DtVencimento | date |
None. |
|
| ValorTotal | decimal number |
None. |
|
| DtEmissao | date |
None. |
|
| NumeroNota | string |
None. |
|
| Documento | string |
None. |
|
| IdView | decimal number |
None. |
|
| Estabid | decimal number |
None. |
|
| Parcid | 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:
[
{
"Membershipuserid": 1.0,
"DtVencimento": "2026-02-03T23:18:25.1180813-03:00",
"ValorTotal": 3.0,
"DtEmissao": "2026-02-03T23:18:25.1180813-03:00",
"NumeroNota": "sample string 5",
"Documento": "sample string 6",
"IdView": 7.0,
"Estabid": 1.0,
"Parcid": 1.0
},
{
"Membershipuserid": 1.0,
"DtVencimento": "2026-02-03T23:18:25.1180813-03:00",
"ValorTotal": 3.0,
"DtEmissao": "2026-02-03T23:18:25.1180813-03:00",
"NumeroNota": "sample string 5",
"Documento": "sample string 6",
"IdView": 7.0,
"Estabid": 1.0,
"Parcid": 1.0
}
]
application/xml, text/xml
Sample:
<ArrayOfVwMeuTeconFaturas xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WilsonSons.Terminais.WSNegocio.Modelo">
<VwMeuTeconFaturas>
<Membershipuserid xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Membershipuserid>
<DtVencimento xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2026-02-03T23:18:25.1180813-03:00</DtVencimento>
<ValorTotal xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">3</ValorTotal>
<DtEmissao xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2026-02-03T23:18:25.1180813-03:00</DtEmissao>
<NumeroNota xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 5</NumeroNota>
<Documento xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 6</Documento>
<IdView xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">7</IdView>
<Estabid xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Estabid>
<Parcid xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Parcid>
</VwMeuTeconFaturas>
<VwMeuTeconFaturas>
<Membershipuserid xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Membershipuserid>
<DtVencimento xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2026-02-03T23:18:25.1180813-03:00</DtVencimento>
<ValorTotal xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">3</ValorTotal>
<DtEmissao xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:dateTime" xmlns="">2026-02-03T23:18:25.1180813-03:00</DtEmissao>
<NumeroNota xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 5</NumeroNota>
<Documento xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:string" xmlns="">sample string 6</Documento>
<IdView xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">7</IdView>
<Estabid xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Estabid>
<Parcid xmlns:d3p1="http://www.w3.org/2001/XMLSchema" i:type="d3p1:decimal" xmlns="">1</Parcid>
</VwMeuTeconFaturas>
</ArrayOfVwMeuTeconFaturas>