Skip to main content

DocumentBase64ResultDto

Result of a Base64 document upload operation

fileNamestringnullable

Name of the uploaded file

Example: delivery_note.pdf
successboolean

Whether the upload was successful

Example: true
errorMessagestringnullable

Error message if the upload failed, null on success

DocumentBase64ResultDto
{
"fileName": "delivery_note.pdf",
"success": true,
"errorMessage": "string"
}