interface AttachmentCreateDto {
    additionalComment?: AdditionalCommentDto;
    public?: boolean;
    temporaryAttachmentIds?: string[];
}

Properties

additionalComment?: AdditionalCommentDto

Additional content of the comment

public?: boolean

Controls whether the comment and its attachments are visible to customers

temporaryAttachmentIds?: string[]

List of IDs for the temporary attachments to be added to the customer request.