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 | Contains the response of the InitializeFileBlocksUpload action. |