Update Multiple Documents

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

https://developer.veevavault.com/api/24.2/#Update_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 allows you to change the document number. All other Document Migration Mode overrides available at document creation are ignored, but do not generate an error message. You must have the Document Migration permission to use this header.Learn more about <a href="https://platform.veevavault.help/en/gr/54028&quot;&gt;Document Migration Mode in Vault Help.</a>