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