POST api/Relatorio/ObterRelatorioAdiantamento

Método responsável por buscar dados do Relatório:Adiantamento Financeiro >> Relatórios >> Adiantamento

Request Information

URI Parameters

None.

Body Parameters

ObterRelatorioAdiantamentoViewModel
NameDescriptionTypeAdditional information
token

string

None.

empresasId

Ids separados por virgula ex: 1,2,3

string

None.

dtInicio

date

None.

dtFim

date

None.

tipoConta

por padrão está 0 mais aceia os valores: Ambas = 0, Pagar = 1, Receber = 2

integer

None.

loginId

Por padrão pega o foi feito o login

integer

None.

dtVencimentoInicio

por padrão está null

date

None.

dtVencimentoFim

por padrão está null

date

None.

dtpendenteNaData

por padrão está null

date

None.

dtLiquidacaoInicio

por padrão está null

date

None.

dtLiquidacaoFim

por padrão está null

date

None.

formaPagamentoId

por padrão está null

integer

None.

subFormaPagamentoId

por padrão está null

integer

None.

contaFinanceiraId

por padrão está null

integer

None.

pessoaId

por padrão está null

integer

None.

pessoaCnpj

por padrão está null

string

None.

pendente

por padrão está false

boolean

None.

pago

por padrão está false

boolean

None.

pagoParcial

por padrão está false

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "token": "sample string 1",
  "empresasId": "sample string 2",
  "dtInicio": "2025-04-26T16:42:56.2320916-03:00",
  "dtFim": "2025-04-26T16:42:56.2320916-03:00",
  "tipoConta": 1,
  "loginId": 1,
  "dtVencimentoInicio": "2025-04-26T16:42:56.2320916-03:00",
  "dtVencimentoFim": "2025-04-26T16:42:56.2320916-03:00",
  "dtpendenteNaData": "2025-04-26T16:42:56.2320916-03:00",
  "dtLiquidacaoInicio": "2025-04-26T16:42:56.2320916-03:00",
  "dtLiquidacaoFim": "2025-04-26T16:42:56.2320916-03:00",
  "formaPagamentoId": 1,
  "subFormaPagamentoId": 1,
  "contaFinanceiraId": 1,
  "pessoaId": 1,
  "pessoaCnpj": "sample string 3",
  "pendente": true,
  "pago": true,
  "pagoParcial": true
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ObterRelatorioAdiantamentoViewModel'.

Response Information

Resource Description

Collection of RelatorioAdiantamentoDto
NameDescriptionTypeAdditional information
CDEMPRESA

integer

None.

CDCONTA

integer

None.

NMPESSOA

string

None.

NRCPFCNPJ

string

None.

CDFORMAPAGAMENTO

integer

None.

DSFORMAPAGAMENTO

string

None.

CDSUBFORMAPAGAMENTO

integer

None.

DSSUBFORMAPAGAMENTO

string

None.

DTMOVIMENTACAO

date

None.

DTEMISSAO

date

None.

DTVENCIMENTO

date

None.

DTPAGAMENTO

date

None.

VLLANCAMENTO

decimal number

None.

VLPAGO

decimal number

None.

IDESTADO

integer

None.

TPCONTA

integer

None.

TPORIGEMOPERACAO

integer

None.

DSOBSERVACAO

string

None.

CDCONTAFINANCEIRA

integer

None.

DSCONTAFINANCEIRA

string

None.

VLPENDENTE

decimal number

None.

DSAPELIDO

string

None.

DSINFORMACAO

string

None.

NMVENDEDOR

string

None.

NRCHASSI

string

None.

DSMODELOVEICULO

string

None.

DSCONTRAPARTIDA

string

None.

DSLOGINREEMBOLSO

string

None.

TPPESSOA

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CDEMPRESA": 1,
    "CDCONTA": 2,
    "NMPESSOA": "sample string 3",
    "NRCPFCNPJ": "sample string 4",
    "CDFORMAPAGAMENTO": 5,
    "DSFORMAPAGAMENTO": "sample string 6",
    "CDSUBFORMAPAGAMENTO": 7,
    "DSSUBFORMAPAGAMENTO": "sample string 8",
    "DTMOVIMENTACAO": "2025-04-26T16:42:56.2320916-03:00",
    "DTEMISSAO": "2025-04-26T16:42:56.2320916-03:00",
    "DTVENCIMENTO": "2025-04-26T16:42:56.2320916-03:00",
    "DTPAGAMENTO": "2025-04-26T16:42:56.2320916-03:00",
    "VLLANCAMENTO": 11.0,
    "VLPAGO": 12.0,
    "IDESTADO": 13,
    "TPCONTA": 14,
    "TPORIGEMOPERACAO": 15,
    "DSOBSERVACAO": "sample string 16",
    "CDCONTAFINANCEIRA": 17,
    "DSCONTAFINANCEIRA": "sample string 18",
    "VLPENDENTE": 19.0,
    "DSAPELIDO": "sample string 20",
    "DSINFORMACAO": "sample string 21",
    "NMVENDEDOR": "sample string 22",
    "NRCHASSI": "sample string 23",
    "DSMODELOVEICULO": "sample string 24",
    "DSCONTRAPARTIDA": "sample string 25",
    "DSLOGINREEMBOLSO": "sample string 26",
    "TPPESSOA": 27
  },
  {
    "CDEMPRESA": 1,
    "CDCONTA": 2,
    "NMPESSOA": "sample string 3",
    "NRCPFCNPJ": "sample string 4",
    "CDFORMAPAGAMENTO": 5,
    "DSFORMAPAGAMENTO": "sample string 6",
    "CDSUBFORMAPAGAMENTO": 7,
    "DSSUBFORMAPAGAMENTO": "sample string 8",
    "DTMOVIMENTACAO": "2025-04-26T16:42:56.2320916-03:00",
    "DTEMISSAO": "2025-04-26T16:42:56.2320916-03:00",
    "DTVENCIMENTO": "2025-04-26T16:42:56.2320916-03:00",
    "DTPAGAMENTO": "2025-04-26T16:42:56.2320916-03:00",
    "VLLANCAMENTO": 11.0,
    "VLPAGO": 12.0,
    "IDESTADO": 13,
    "TPCONTA": 14,
    "TPORIGEMOPERACAO": 15,
    "DSOBSERVACAO": "sample string 16",
    "CDCONTAFINANCEIRA": 17,
    "DSCONTAFINANCEIRA": "sample string 18",
    "VLPENDENTE": 19.0,
    "DSAPELIDO": "sample string 20",
    "DSINFORMACAO": "sample string 21",
    "NMVENDEDOR": "sample string 22",
    "NRCHASSI": "sample string 23",
    "DSMODELOVEICULO": "sample string 24",
    "DSCONTRAPARTIDA": "sample string 25",
    "DSLOGINREEMBOLSO": "sample string 26",
    "TPPESSOA": 27
  }
]