Adds a chunk or part to an existing chunked upload in DocuSign. This endpoint is used for uploading large files in smaller pieces, allowing for documents that exceed standard file size limits. It should be used after initiating a new chunked upload and uploading the first part.…
datastringA base64-encoded representation of the content that is used to upload the file. Maximum size: 50 MB. However, data is also subject to REST API limits regarding request sizes, and Internet Information Systems (IIS) might place further constraints on file size.
accountIdstringThe external account number (integer) or account ID GUID that identifies the DocuSign account associated with the chunked upload. This parameter is required and must be provided in the path of the API request. It"s used to ensure that the chunked upload is associated with the co…
chunkedUploadIdRequiredstringThe unique identifier for the chunked upload. This ID is generated when the chunked upload is initiated and must be included in the path for all subsequent part uploads. It"s a required parameter that links all parts of the chunked upload together.
chunkedUploadPartSeqRequiredstringThe sequence or order of the part in the chunked upload. This is a required parameter in the path. By default, the sequence of the first part (uploaded during creation) is "0". Subsequent parts should be numbered sequentially (1, 2, 3, etc.). While parts can be added out of orde…
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.