CommitAttachmentBlocksUpload Action
Commits the uploaded data blocks to the attachment store.
Parameters
Parameters allow for data to be passed to the action.
Name | Type | Nullable | Unicode | Description |
---|---|---|---|---|
Target
|
crmbaseentity | False | True | The target entity. |
BlockList
|
Collection( Edm.String ) | False | False | The IDs of the uploaded data blocks, in the correct sequence, that will result in the final attachment when the data blocks are combined. |
FileContinuationToken
|
Edm.String | False | False | A token that uniquely identifies a sequence of related data uploads. |
Return type
Type | Nullable | Description |
---|---|---|
CommitAttachmentBlocksUploadResponse | False | Contains the response of the CommitAttachmentBlocksUpload action. |