POST api/reports/contrato/{machinekey}/customerflowdaytime
Retorna FLuxo de Cliente por Dia/Hora Consulta retorna maximo 1 mês de Dados
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| machinekey |
Chave da Licença |
string |
Required |
Body Parameters
Body Preenchido
FilterPeriodViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| cnpj | string |
Required |
|
| De | date |
Required |
|
| Ate | date |
Required |
Request Formats
application/json, text/json
Sample:
{
"cnpj": "sample string 1",
"de": "2025-10-28T07:09:18.8891453-03:00",
"ate": "2025-10-28T07:09:18.8891453-03:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DashboardDiaHoraQuery| Name | Description | Type | Additional information |
|---|---|---|---|
| Circuito | string |
None. |
|
| RazaoSocial | string |
None. |
|
| Dia | integer |
None. |
|
| Mes | integer |
None. |
|
| Ano | integer |
None. |
|
| Hora | integer |
None. |
|
| ClienteQtde | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"circuito": "sample string 1",
"razaoSocial": "sample string 2",
"dia": 3,
"mes": 4,
"ano": 5,
"hora": 6,
"clienteQtde": 7
}