Update Multiple Documents

PUT https://{{vaultDNS}}/api/{{version}}/objects/documents/batch

https://developer.veevavault.com/api/21.2/#update-multiple-documents

Bulk update editable field values on multiple documents. You can only update the latest version of each document. To update past document versions, see Update Document Version.

The maximum CSV input file size is 1GB. The values in the input must be UTF-8 encoded. CSVs must follow the standard format. The maximum batch size is 1,000.

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring
Acceptstring
Content-Typestring
X-VaultAPI-MigrationModebooleanWhen set to true, Vault applies Document Migration Mode limitations only to documents created with the request. This differs from placing your entire vault in Migration Mode, which applies to all documents for the duration of its enablement. You must have the Document Migration permission to use this header.