GET external-declaration/{id}/documents

Get document(s) of an external declaration from Fiscaal Gemak.

Request Information

URI Parameters

NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional 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": "2024-04-19T23:08:49.6521744+02:00",
  "Document": "QEA=",
  "DeclarationId": 2,
  "FileName": "sample string 3",
  "Status": 64,
  "Type": 64
}