POST api/{tenant}/DashboardPedidos/Geral/PedidosVendedores
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| tenant | string |
None. |
Body Parameters
DashboardPedidosFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| DataInicial | date |
None. |
|
| DataFinal | date |
None. |
|
| EmpresaGrupoId | integer |
None. |
|
| EmpresaId | integer |
None. |
|
| PessoaId | integer |
None. |
|
| TipoPedidoId | string |
None. |
|
| StatusPedido | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DataInicial": "2026-03-31T19:24:34.368967-03:00",
"DataFinal": "2026-03-31T19:24:34.368967-03:00",
"EmpresaGrupoId": 3,
"EmpresaId": 4,
"PessoaId": 1,
"TipoPedidoId": "sample string 5",
"StatusPedido": "sample string 6"
}
application/xml, text/xml
Sample:
<DashboardPedidosFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/M8.Florestal.Servico.Lancamentos.Classes"> <DataFinal>2026-03-31T19:24:34.368967-03:00</DataFinal> <DataInicial>2026-03-31T19:24:34.368967-03:00</DataInicial> <EmpresaGrupoId>3</EmpresaGrupoId> <EmpresaId>4</EmpresaId> <PessoaId>1</PessoaId> <StatusPedido>sample string 6</StatusPedido> <TipoPedidoId>sample string 5</TipoPedidoId> </DashboardPedidosFilter>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.