GET api/DashboardProductieUrenPerMaanden/Vullen?jaar={jaar}&medewerkerid={medewerkerid}&declarantid={declarantid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
jaar

integer

Required

medewerkerid

integer

Required

declarantid

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Dashboard_Productie_Uren_Per_Maand
NameDescriptionTypeAdditional 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
  }
]