GET Financeiro/ListarFinanceiro_Contas/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Financeiro_Contas| Name | Description | Type | Additional information |
|---|---|---|---|
| IdRegistro | integer |
None. |
|
| IdContas | integer |
None. |
|
| IdPessoa | integer |
None. |
|
| DataVenc | date |
None. |
|
| Descricao | string |
None. |
|
| IdFormaPagto | integer |
None. |
|
| ValorLanc | decimal number |
None. |
|
| ValorJuros | decimal number |
None. |
|
| ValorMulta | decimal number |
None. |
|
| ValorTotal | decimal number |
None. |
|
| IdPedido | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"IdRegistro": 1,
"IdContas": 2,
"IdPessoa": 3,
"DataVenc": "2025-12-06T18:40:10.1192386-06:00",
"Descricao": "sample string 4",
"IdFormaPagto": 5,
"ValorLanc": 6.0,
"ValorJuros": 7.0,
"ValorMulta": 8.0,
"ValorTotal": 9.0,
"IdPedido": 10
}