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

Método responsável por obter os dados de forma de pagamento. Faturamento -> Relatórios -> Vendas -> Forma de Pagamento

Request Information

URI Parameters

NameDescriptionTypeAdditional information
token

string

Required

empresasId

string

Required

dataInicio

YYYY-MM-DD

date

None.

dataFim

YYYY-MM-DD

date

None.

Body Parameters

None.

Response Information

Resource Description

Collection of RelatorioFormaPagamentoDto
NameDescriptionTypeAdditional information
DSAPELIDO

string

None.

CDEMPRESA

integer

None.

CDNOTAFISCAL

integer

None.

NRNOTAFISCAL

integer

None.

DSSERIE

string

None.

DTMOVIMENTACAO

date

None.

IDCUPOMFISCAL

integer

None.

NMPESSOA

string

None.

DTVENCIMENTO

date

None.

NRPARCELA

integer

None.

QTPARCELA

integer

None.

NMPESSOACONTA

string

None.

DSFORMAPAGAMENTO

string

None.

DSSUBFORMAPAGAMENTO

string

None.

VLLANCAMENTO

decimal number

None.

VLPAGO

decimal number

None.

IDESTADO

integer

None.

DSOPERACAOINTERNA

string

None.

TPOPERACAO

integer

None.

TPORIGEMOPERACAO

integer

None.

TPPESSOA

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "DSAPELIDO": "sample string 1",
    "CDEMPRESA": 2,
    "CDNOTAFISCAL": 3,
    "NRNOTAFISCAL": 4,
    "DSSERIE": "sample string 5",
    "DTMOVIMENTACAO": "2025-04-26T16:39:01.4975638-03:00",
    "IDCUPOMFISCAL": 6,
    "NMPESSOA": "sample string 7",
    "DTVENCIMENTO": "2025-04-26T16:39:01.4975638-03:00",
    "NRPARCELA": 8,
    "QTPARCELA": 9,
    "NMPESSOACONTA": "sample string 10",
    "DSFORMAPAGAMENTO": "sample string 11",
    "DSSUBFORMAPAGAMENTO": "sample string 12",
    "VLLANCAMENTO": 1.0,
    "VLPAGO": 1.0,
    "IDESTADO": 13,
    "DSOPERACAOINTERNA": "sample string 14",
    "TPOPERACAO": 15,
    "TPORIGEMOPERACAO": 16,
    "TPPESSOA": 17
  },
  {
    "DSAPELIDO": "sample string 1",
    "CDEMPRESA": 2,
    "CDNOTAFISCAL": 3,
    "NRNOTAFISCAL": 4,
    "DSSERIE": "sample string 5",
    "DTMOVIMENTACAO": "2025-04-26T16:39:01.4975638-03:00",
    "IDCUPOMFISCAL": 6,
    "NMPESSOA": "sample string 7",
    "DTVENCIMENTO": "2025-04-26T16:39:01.4975638-03:00",
    "NRPARCELA": 8,
    "QTPARCELA": 9,
    "NMPESSOACONTA": "sample string 10",
    "DSFORMAPAGAMENTO": "sample string 11",
    "DSSUBFORMAPAGAMENTO": "sample string 12",
    "VLLANCAMENTO": 1.0,
    "VLPAGO": 1.0,
    "IDESTADO": 13,
    "DSOPERACAOINTERNA": "sample string 14",
    "TPOPERACAO": 15,
    "TPORIGEMOPERACAO": 16,
    "TPPESSOA": 17
  }
]