GET api/Painel/PedidosRelatorios?year={year}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| year | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PedidoJuba| Name | Description | Type | Additional information |
|---|---|---|---|
| Month | integer |
None. |
|
| ValorTotal | decimal number |
None. |
|
| Quantidade | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Month": 1,
"ValorTotal": 2.0,
"Quantidade": 3
},
{
"Month": 1,
"ValorTotal": 2.0,
"Quantidade": 3
}
]