GET api/Relatorio/ObterRelatorioRazaoDinamica?token={token}&empresasId={empresasId}&dtInicial={dtInicial}&dtFinal={dtFinal}&contaInicial={contaInicial}&contaFinal={contaFinal}¢roResultado={centroResultado}
Método responsável por buscar dados do Relatório de razão dinâmico
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
token | string |
Required |
|
empresasId |
Ids separados por virgula ex: 1,2,3 |
string |
Required |
dtInicial | date |
Required |
|
dtFinal | date |
Required |
|
contaInicial | string |
None. |
|
contaFinal | string |
None. |
|
centroResultado | boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
Collection of RelatorioRazaoDinamicoDtoName | Description | Type | Additional information |
---|---|---|---|
NRLOTENF | string |
None. |
|
DTANALITICO | date |
None. |
|
CDEMPRESA | integer |
None. |
|
DSAPELIDO | string |
None. |
|
VLCREDITO | decimal number |
None. |
|
VLDEBITO | decimal number |
None. |
|
DSCOMPLEMENTO | string |
None. |
|
CDCLASSIFICACAOCONTABIL | string |
None. |
|
DSCONTACONTABIL | string |
None. |
|
DSCENTRORESULTADO | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "NRLOTENF": "sample string 1", "DTANALITICO": "2025-04-26T17:08:16.8158042-03:00", "CDEMPRESA": 3, "DSAPELIDO": "sample string 4", "VLCREDITO": 5.0, "VLDEBITO": 6.0, "DSCOMPLEMENTO": "sample string 7", "CDCLASSIFICACAOCONTABIL": "sample string 8", "DSCONTACONTABIL": "sample string 9", "DSCENTRORESULTADO": "sample string 10" }, { "NRLOTENF": "sample string 1", "DTANALITICO": "2025-04-26T17:08:16.8158042-03:00", "CDEMPRESA": 3, "DSAPELIDO": "sample string 4", "VLCREDITO": 5.0, "VLDEBITO": 6.0, "DSCOMPLEMENTO": "sample string 7", "CDCLASSIFICACAOCONTABIL": "sample string 8", "DSCONTACONTABIL": "sample string 9", "DSCENTRORESULTADO": "sample string 10" } ]