GET declaration-data/current/steplist?declarationType={declarationType}&year={year}

This feature is only available in combination with an Exact Online Fiscaal Professional subscription. Contact your sales representative 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:

  • 14 (IncomeTax).
  • 15 (CorporateTax).

Request Information

URI Parameters

NameDescriptionTypeAdditional 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.DeclarationModelExportViewModel
NameDescriptionTypeAdditional 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:

Sample not available.

text/json

Sample:

Sample not available.