GET api/Painel/PedidosRelatorioMapaCalor?year={year}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| year | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of MapaCalorResultado| Name | Description | Type | Additional information |
|---|---|---|---|
| Estado | string |
None. |
|
| Month | integer |
None. |
|
| QuantidadePedidos | integer |
None. |
|
| ValorTotal | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Estado": "sample string 1",
"Month": 2,
"QuantidadePedidos": 3,
"ValorTotal": 4.0
},
{
"Estado": "sample string 1",
"Month": 2,
"QuantidadePedidos": 3,
"ValorTotal": 4.0
}
]