GET api/DashboardProductieUrenPerMaanden/Vullen?jaar={jaar}&medewerkerid={medewerkerid}&declarantid={declarantid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
jaar | integer |
Required |
|
medewerkerid | integer |
Required |
|
declarantid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Dashboard_Productie_Uren_Per_MaandName | Description | Type | Additional information |
---|---|---|---|
Jaar | integer |
None. |
|
Maand | integer |
None. |
|
Maand_Naam | string |
None. |
|
Productie | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Jaar": 1, "Maand": 2, "Maand_Naam": "sample string 3", "Productie": 4.1 }, { "Jaar": 1, "Maand": 2, "Maand_Naam": "sample string 3", "Productie": 4.1 } ]