GET external-declaration/{id}/documents
Get document(s) of an 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 ExternalDeclarationDocumentViewModel, containing information about the declaration documents.
FiscaalGemak.Web.Api.Models.Models.ExternalDeclarationDocumentViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CreationDate |
Gets or sets the creation date of the document. |
date |
None. |
| Document |
Gets or sets the base64 data of the document. |
Collection of byte |
None. |
| DeclarationId |
Gets or sets the id of the declaration. |
integer |
None. |
| FileName |
Gets or sets the file name of the document. |
string |
None. |
| Status |
Gets or sets the status of the document. |
byte |
None. |
| Type |
Gets or sets the type of the document. |
byte |
None. |
Response Formats
application/json, text/json
Sample:
{
"CreationDate": "2025-11-18T22:47:31.4974729+01:00",
"Document": "QEA=",
"DeclarationId": 2,
"FileName": "sample string 3",
"Status": 64,
"Type": 64
}