GET api/GetPodEntranti
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of PodEntrantiView| Name | Description | Type | Additional information |
|---|---|---|---|
| Mese | date |
None. |
|
| Distributore | string |
None. |
|
| Incremento | decimal number |
None. |
|
| Decremento | decimal number |
None. |
|
| Differenza | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Mese": "2025-12-11T08:04:53.1789982+01:00",
"Distributore": "sample string 2",
"Incremento": 1.1,
"Decremento": 1.1,
"Differenza": 1.1
},
{
"Mese": "2025-12-11T08:04:53.1789982+01:00",
"Distributore": "sample string 2",
"Incremento": 1.1,
"Decremento": 1.1,
"Differenza": 1.1
}
]