Create Multiple Object Record Attachments
POST https://{{vaultDNS}}/api/{{version}}/vobjects/:{object_name}/attachments/batch
https://developer.veevavault.com/api/24.2/#Create_Multiple_Object_Record_Attachments
You can create object record attachments in bulk with a JSON or CSV input file. You must first load the attachments to the file staging server. If the attachment already exists in your Vault, Vault uploads it as a new version of the existing attachment. Learn more about attachment versioning in Vault Help.
- The maximum 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 500.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Accept | string | ||
Content-Type | string |