AttachmentResponseDto
Response model for Attachment entity.
fileNamestring
The filename including file ending.
Example:
Invoice001.pdf
mimeTypestring
The mimetype/media type of the file
Example:
application/pdf
urlstring
URL for downloading the filecontent of the attachment
Example:
https://sandbox-api.kaunt.com/tenants/05ed0ffa-1bf5-4bd1-9970-df7a78a948fe/companies/kaunt/files/d6281ec7-6fd4-4a13-be92-d3bebbcf79f7.pdf
AttachmentResponseDto
{
"fileName": "Invoice001.pdf",
"mimeType": "application/pdf",
"url": "https://sandbox-api.kaunt.com/tenants/05ed0ffa-1bf5-4bd1-9970-df7a78a948fe/companies/kaunt/files/d6281ec7-6fd4-4a13-be92-d3bebbcf79f7.pdf"
}