POST api/{tenant}/DashboardFinanceiro/Geral/CaixaMensal

Request Information

URI Parameters

NameDescriptionTypeAdditional information
tenant

string

None.

Body Parameters

DashboardFinanceiroFilter
NameDescriptionTypeAdditional information
DataInicial

date

None.

DataFinal

date

None.

EmpresaGrupoId

integer

None.

EmpresaId

integer

None.

PessoaId

integer

None.

TipoPedidoId

string

None.

StatusPedido

string

None.

FiltrarData

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "DataInicial": "2026-03-31T18:19:57.7345462-03:00",
  "DataFinal": "2026-03-31T18:19:57.7345462-03:00",
  "EmpresaGrupoId": 1,
  "EmpresaId": 1,
  "PessoaId": 1,
  "TipoPedidoId": "sample string 3",
  "StatusPedido": "sample string 4",
  "FiltrarData": true
}

application/xml, text/xml

Sample:
<DashboardFinanceiroFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/M8.Florestal.Servico.Lancamentos.Classes">
  <DataFinal>2026-03-31T18:19:57.7345462-03:00</DataFinal>
  <DataInicial>2026-03-31T18:19:57.7345462-03:00</DataInicial>
  <EmpresaGrupoId>1</EmpresaGrupoId>
  <EmpresaId>1</EmpresaId>
  <FiltrarData>true</FiltrarData>
  <PessoaId>1</PessoaId>
  <StatusPedido>sample string 4</StatusPedido>
  <TipoPedidoId>sample string 3</TipoPedidoId>
</DashboardFinanceiroFilter>

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 'DashboardFinanceiroFilter'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.