AttachmentCreate

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"

Constructors

Link copied to clipboard
constructor(fileName: String, module: String, moduleLabel: String?, attachmentPath: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard