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
FilterPeriodViewModelName | 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-03-14T21:49:43.9819996-03:00", "ate": "2025-03-14T21:49:43.9819996-03:00" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DashboardDiaHoraQueryName | 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 }