FileContentDto
DTO for handling file content and metadata
fileNamestring
Name of the file
Example:
document.pdffileContentstring
Content of the file as string
Example:
base64_encoded_contentfileTypestring
Type/extension of the file
Example:
pdfradicalstring
Root identifier for file classification
Example:
CLIcodeBanquestring
Bank code identifier
Example:
00014FileContentDto
{
"fileName": "document.pdf",
"fileContent": "base64_encoded_content",
"fileType": "pdf",
"radical": "CLI",
"codeBanque": "00014"
}