InitializeFileBlocksUpload Action

Initializes file storage for receiving (uploading) one or more binary data blocks.

Parameters

Parameters allow for data to be passed to the action.

Name Type Nullable Unicode Description
Target
crmbaseentity False True

The target entity.

FileName
Edm.String False False

A filename to associate with the binary data file.

FileAttributeName
Edm.String False False

The name of the entity attribute that is to contain the uploaded binary file data.

Return Type

Type Nullable Description
InitializeFileBlocksUploadResponse False The InitializeFileBlocksUpload action returns the following value.

See also