Veeva Vault - Upload document action

The Upload document action creates a single document record by uploading its source file in Veeva Vault. Refer to the Veeva Vault documentation for more information.

Input

Input fieldDescription
Document nameEnter the display name of the document.
Document typeEnter the API name of the document type. For example promotional_piece__c.
Document subtypeEnter the API name of the subtype, if required by the type.
Document classificationEnter the API name of the classification, if required.
LifecycleEnter the API name of the document lifecycle. For example promotional_piece__c.
Major versionEnter the major version number.
Minor versionEnter the minor version number.
External IDEnter a unique external identifier for the document.
DescriptionOptional. Enter a free-text description shown on the Vault document record.
File contentEnter the binary content of the file, base64-encoded.
File nameEnter the name of the file, including extension. For example brochure.pdf.
Content typeEnter the MIME type of the file. Defaults to application/octet-stream.

Output

Output fieldDescription
Response statusThe status of the upload operation.
Response messageA message describing the result of the upload operation.
Document IDThe ID of the created document.
Major versionThe major version number of the created document.
Minor versionThe minor version number of the created document.
External IDThe external ID of the created document.

Last updated: