GET api/DashboardOmzetPerJaren/Vullen?jaarvan={jaarvan}&jaartm={jaartm}&declarantid={declarantid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
jaarvan | integer |
Required |
|
jaartm | integer |
Required |
|
declarantid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Dashboard_Omzet_Per_JaarName | Description | Type | Additional information |
---|---|---|---|
Jaar | integer |
None. |
|
Omzet | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Jaar": 1, "Omzet": 2.1 }, { "Jaar": 1, "Omzet": 2.1 } ]