GET external-declaration/{id}
Get a external declaration from Fiscaal Gemak.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The id of the declaration. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The ExternalDeclarationViewModel, containing information about the declaration.
FiscaalGemak.Web.Api.Models.Models.ExternalDeclarationViewModelName | Description | Type | Additional information |
---|---|---|---|
ClientId |
Gets or sets the id of the declarantclient of the declaration. |
integer |
None. |
ClientName |
Gets or sets the name of the declarantclient of the declaration. |
string |
None. |
CurrentStepName |
Gets or sets the current step name of the declaration. |
string |
None. |
DeclarationId |
Gets or sets the id of the declaration. |
integer |
None. |
PeriodEnd |
Gets or sets the period end of the declaration. |
date |
None. |
PeriodStart |
Gets or sets the period start of the declaration. |
date |
None. |
Year |
Gets or sets the year of the declaration. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "ClientId": 1, "ClientName": "sample string 2", "CurrentStepName": "sample string 3", "DeclarationId": 4, "PeriodEnd": "2024-11-23T04:37:24.3042702+01:00", "PeriodStart": "2024-11-23T04:37:24.3042702+01:00", "Year": 7 }