POST Dashboard/Financeiro/InserirFinanceiro
Request Information
URI Parameters
None.
Body Parameters
Collection of Financeiro| Name | Description | Type | Additional information |
|---|---|---|---|
| IdRegistro | integer |
None. |
|
| DebitoSN | boolean |
None. |
|
| Pessoa | string |
None. |
|
| Historico | string |
None. |
|
| FormaPagto | string |
None. |
|
| DataDoc | date |
None. |
|
| DataVenc | date |
None. |
|
| IdMoeda | integer |
None. |
|
| VlLanc | decimal number |
None. |
|
| VlLancDolar | decimal number |
None. |
|
| VlPtax | decimal number |
None. |
|
| CentroCusto | string |
None. |
|
| PlanoContas | string |
None. |
|
| PC1 | string |
None. |
|
| PC2 | string |
None. |
|
| PC3 | string |
None. |
|
| PC4 | string |
None. |
|
| PC5 | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"IdRegistro": 1,
"DebitoSN": true,
"Pessoa": "sample string 3",
"Historico": "sample string 4",
"FormaPagto": "sample string 5",
"DataDoc": "2025-12-06T18:39:47.5720253-06:00",
"DataVenc": "2025-12-06T18:39:47.5720253-06:00",
"IdMoeda": 1,
"VlLanc": 1.0,
"VlLancDolar": 1.0,
"VlPtax": 1.0,
"CentroCusto": "sample string 6",
"PlanoContas": "sample string 7",
"PC1": "sample string 8",
"PC2": "sample string 9",
"PC3": "sample string 10",
"PC4": "sample string 11",
"PC5": "sample string 12"
},
{
"IdRegistro": 1,
"DebitoSN": true,
"Pessoa": "sample string 3",
"Historico": "sample string 4",
"FormaPagto": "sample string 5",
"DataDoc": "2025-12-06T18:39:47.5720253-06:00",
"DataVenc": "2025-12-06T18:39:47.5720253-06:00",
"IdMoeda": 1,
"VlLanc": 1.0,
"VlLancDolar": 1.0,
"VlPtax": 1.0,
"CentroCusto": "sample string 6",
"PlanoContas": "sample string 7",
"PC1": "sample string 8",
"PC2": "sample string 9",
"PC3": "sample string 10",
"PC4": "sample string 11",
"PC5": "sample string 12"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of Financeiro| Name | Description | Type | Additional information |
|---|---|---|---|
| IdRegistro | integer |
None. |
|
| DebitoSN | boolean |
None. |
|
| Pessoa | string |
None. |
|
| Historico | string |
None. |
|
| FormaPagto | string |
None. |
|
| DataDoc | date |
None. |
|
| DataVenc | date |
None. |
|
| IdMoeda | integer |
None. |
|
| VlLanc | decimal number |
None. |
|
| VlLancDolar | decimal number |
None. |
|
| VlPtax | decimal number |
None. |
|
| CentroCusto | string |
None. |
|
| PlanoContas | string |
None. |
|
| PC1 | string |
None. |
|
| PC2 | string |
None. |
|
| PC3 | string |
None. |
|
| PC4 | string |
None. |
|
| PC5 | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"IdRegistro": 1,
"DebitoSN": true,
"Pessoa": "sample string 3",
"Historico": "sample string 4",
"FormaPagto": "sample string 5",
"DataDoc": "2025-12-06T18:39:47.5720253-06:00",
"DataVenc": "2025-12-06T18:39:47.5720253-06:00",
"IdMoeda": 1,
"VlLanc": 1.0,
"VlLancDolar": 1.0,
"VlPtax": 1.0,
"CentroCusto": "sample string 6",
"PlanoContas": "sample string 7",
"PC1": "sample string 8",
"PC2": "sample string 9",
"PC3": "sample string 10",
"PC4": "sample string 11",
"PC5": "sample string 12"
},
{
"IdRegistro": 1,
"DebitoSN": true,
"Pessoa": "sample string 3",
"Historico": "sample string 4",
"FormaPagto": "sample string 5",
"DataDoc": "2025-12-06T18:39:47.5720253-06:00",
"DataVenc": "2025-12-06T18:39:47.5720253-06:00",
"IdMoeda": 1,
"VlLanc": 1.0,
"VlLancDolar": 1.0,
"VlPtax": 1.0,
"CentroCusto": "sample string 6",
"PlanoContas": "sample string 7",
"PC1": "sample string 8",
"PC2": "sample string 9",
"PC3": "sample string 10",
"PC4": "sample string 11",
"PC5": "sample string 12"
}
]