Attachment Create
data class AttachmentCreate(val fileName: String, val module: String, val moduleLabel: String?, val attachmentPath: String) : ZyncOperationMetadata
Metadata for attachment creation operation. Examples:
Job: module="JOB", moduleLabel="101688", fileName="photo.jpg"
Customer: module="CUSTOMER", moduleLabel="John Doe", fileName="document.pdf"