GET declaration-data/current/steplist?declarationType={declarationType}&year={year}
This feature is not available in all subscriptions. Contact your accountmanager for more information.
The steplist represents the structure within the application following the pages/chapters the user sees front-end.
When you retrieve the steplist, you get all the possible questions for that specific declaration type.
You can see this as the main framework to which all data is managed.
Due to the size, this json file will be presented in zip-format.
These specifications don't change on a regular basis and downloading once every 3-4 months will be sufficient.
Combined with a year and type parameter it will present you the declaration model in JSON format.
This model contains all possible specifications for the requested tax type.
For this purpose, only these declarationTypes are supported:
- 4 (IncomeTax).
- 6 (ValueAddedTax).
- 8 (AssessmentIncomeTax).
- 15 (CorporateTax).
- 21 (AssessmentValueAddedTax).
- 22 (AssessmentCorporateTax).
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
declarationType |
The type of the declaration. |
FiscaalGemak.Core.Models.Models.DeclarationType |
Required |
year |
The year of the declaration. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The declarationmodel presented as steplist describing the layout and structure of the fiscal declaration.
Collection of FiscaalGemak.Web.Api.Models.Models.DeclarationModelExportViewModelName | Description | Type | Additional information |
---|---|---|---|
FgVersion |
Current version & build number. |
string |
None. |
DeclarationType |
Requested declaration type (4 or 15). |
FiscaalGemak.Core.Models.Models.DeclarationType |
None. |
Year |
Requested fiscal year (eg. 2022). |
integer |
None. |
ItemGroups |
Grouped items, sub-items and specifications. |
Collection of FiscaalGemak.Web.Api.Models.Models.ItemGroup |
None. |
Response Formats
application/json
Sample not available.
text/json
Sample not available.