This endpoint commits a chunked upload in DocuSign, finalizing the upload process and preparing the uploaded content for use in other API calls. It should be used after all parts of a large document have been uploaded using the chunked upload method. The endpoint performs integr…
actionstringThe action to perform on the chunked upload. Must be set to 'commit' to finalize the upload. This instructs the API to validate and prepare the chunked upload for use with other API calls such as envelope creation.
accountIdstringThe unique identifier for the DocuSign account. This can be either the external account number (an integer) or the account ID GUID. It is automatically injected by the DocuSign base action from the authenticated user's account information.
chunkedUploadIdRequiredstringThe unique identifier for the specific chunked upload that is being committed. This ID is obtained when initializing the chunked upload process. It is required to identify which upload is being finalized. The value must be a non-empty string that corresponds to an existing chunk…
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.