ODBC Driver for Zoho CRM

Build 23.0.8839

UploadFile

Attach a file to a record.

Input

Name Type Description
ModuleName String The API name of the module you are uploading an attachment for.
RecordID String Unique ID of the record you are uploading an attachment for.
UploadFile String The File to attach to the record.
UploadType String The type of file to attach to the record.

使用できる値は次のとおりです。attachment, photo

デフォルト値はattachmentです。

AttachmentURL String The URL to attach to the record.
FileName String Name of the file. If content is not empty

Result Set Columns

Name Type Description
ID String The Unique ID of the created attachment.
Created_Time String The time at which the attachment was created.
Modified_Time String The time at which the attachment was last modified.
Created_By String The user who create the attachment.
Modified_By String The user who last modified the attachment.
Status String The status of the upload operation.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839