CData Python Connector for Marketo

Build 23.0.8839

CreateFile

Creates a new file from the included payload.

EXECUTE 例:

EXECUTE CreateFile File = 'C:\\Users\\Dell\\Desktop\\Test_Logs\\Marketo.html', Description = 'Test Create File', Name = 'john@abc.com', FolderId = 1032, FolderType = 'folder'

Input

Name Type Required Description
File String True Multipart File. Content of the file.
FolderId Integer True The Id of the folder
FolderType String True The type of the folder
InsertOnly Boolean False Indicates whether the call should fail if there is already an existing file with the same name
Name String True The name of the file
Description String False The description of the asset

Result Set Columns

Name Type Description
Id String The Id of the created file

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