GET api/Relatorio/ObterRelatorioMovimentacaoFinanceira?token={token}&empresasId={empresasId}&dataInicio={dataInicio}&dataFim={dataFim}

Método responsável por obter os dados de movimentação financeira. Financeiro -> Relatórios -> Movimentação Financeira

Request Information

URI Parameters

NameDescriptionTypeAdditional information
token

Token de autenticação.

string

Required

empresasId

Envie os Ids de empresa separados por vírgula. Ex: 1,2,3.

string

Required

dataInicio

YYYY-MM-DD

date

None.

dataFim

YYYY-MM-DD

date

None.

Body Parameters

None.

Response Information

Resource Description

Collection of RelatorioMovimentacaoFinanceiraDto
NameDescriptionTypeAdditional information
CDEMPRESA

integer

None.

DSAPELIDO

string

None.

CDLOTEFINANCEIRO

integer

None.

SQITEMLOTEFINANCEIRO

integer

None.

DTMOVIMENTACAO

date

None.

DSAPELIDOITEM

string

None.

DSITEMFINANCEIRO

string

None.

DSCOMPLEMENTOCONTA

string

None.

CDCLASSIFICACAOCONTABIL

string

None.

DSCONTACONTABIL

string

None.

VLITEM

decimal number

None.

VLJUROS

decimal number

None.

VLMULTA

decimal number

None.

VLDESCONTO

decimal number

None.

VLTAXAADMINISTRADORA

decimal number

None.

VLJUROSPROPRIO

decimal number

None.

TPOPERACAOFINANCEIRA

string

None.

TPOPERACAOCONTABIL

string

None.

DSCOMPLEMENTO

string

None.

DSCOMPLEMENTOBANCO

string

None.

DSOBSERVACAOLOTE

string

None.

DSCOMPLEMENTOREGCAIXA

string

None.

NRANOMES

string

None.

DSSUBFORMAPAGAMENTO

string

None.

DSGRUPOCONTA

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CDEMPRESA": 1,
    "DSAPELIDO": "sample string 2",
    "CDLOTEFINANCEIRO": 3,
    "SQITEMLOTEFINANCEIRO": 4,
    "DTMOVIMENTACAO": "2025-04-26T16:47:51.1830681-03:00",
    "DSAPELIDOITEM": "sample string 5",
    "DSITEMFINANCEIRO": "sample string 6",
    "DSCOMPLEMENTOCONTA": "sample string 7",
    "CDCLASSIFICACAOCONTABIL": "sample string 8",
    "DSCONTACONTABIL": "sample string 9",
    "VLITEM": 1.0,
    "VLJUROS": 1.0,
    "VLMULTA": 1.0,
    "VLDESCONTO": 1.0,
    "VLTAXAADMINISTRADORA": 1.0,
    "VLJUROSPROPRIO": 1.0,
    "TPOPERACAOFINANCEIRA": "sample string 10",
    "TPOPERACAOCONTABIL": "sample string 11",
    "DSCOMPLEMENTO": "sample string 12",
    "DSCOMPLEMENTOBANCO": "sample string 13",
    "DSOBSERVACAOLOTE": "sample string 14",
    "DSCOMPLEMENTOREGCAIXA": "sample string 15",
    "NRANOMES": "sample string 16",
    "DSSUBFORMAPAGAMENTO": "sample string 17",
    "DSGRUPOCONTA": "sample string 18"
  },
  {
    "CDEMPRESA": 1,
    "DSAPELIDO": "sample string 2",
    "CDLOTEFINANCEIRO": 3,
    "SQITEMLOTEFINANCEIRO": 4,
    "DTMOVIMENTACAO": "2025-04-26T16:47:51.1830681-03:00",
    "DSAPELIDOITEM": "sample string 5",
    "DSITEMFINANCEIRO": "sample string 6",
    "DSCOMPLEMENTOCONTA": "sample string 7",
    "CDCLASSIFICACAOCONTABIL": "sample string 8",
    "DSCONTACONTABIL": "sample string 9",
    "VLITEM": 1.0,
    "VLJUROS": 1.0,
    "VLMULTA": 1.0,
    "VLDESCONTO": 1.0,
    "VLTAXAADMINISTRADORA": 1.0,
    "VLJUROSPROPRIO": 1.0,
    "TPOPERACAOFINANCEIRA": "sample string 10",
    "TPOPERACAOCONTABIL": "sample string 11",
    "DSCOMPLEMENTO": "sample string 12",
    "DSCOMPLEMENTOBANCO": "sample string 13",
    "DSOBSERVACAOLOTE": "sample string 14",
    "DSCOMPLEMENTOREGCAIXA": "sample string 15",
    "NRANOMES": "sample string 16",
    "DSSUBFORMAPAGAMENTO": "sample string 17",
    "DSGRUPOCONTA": "sample string 18"
  }
]