POST api/{tenant}/DashboardFaturamento/Geral/PorcentagemVendedores

Request Information

URI Parameters

NameDescriptionTypeAdditional information
tenant

string

None.

Body Parameters

DashboardFilter
NameDescriptionTypeAdditional information
DataInicial

date

None.

DataFinal

date

None.

EmpresaGrupoId

integer

None.

EmpresaId

integer

None.

PessoaId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "DataInicial": "2026-03-31T18:19:54.5314625-03:00",
  "DataFinal": "2026-03-31T18:19:54.5314625-03:00",
  "EmpresaGrupoId": 3,
  "EmpresaId": 4,
  "PessoaId": 1
}

application/xml, text/xml

Sample:
<DashboardFilter 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:54.5314625-03:00</DataFinal>
  <DataInicial>2026-03-31T18:19:54.5314625-03:00</DataInicial>
  <EmpresaGrupoId>3</EmpresaGrupoId>
  <EmpresaId>4</EmpresaId>
  <PessoaId>1</PessoaId>
</DashboardFilter>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.