Skip to content
PUT/api/{version}/vobjects/{object_name}/{object_record_id}/attachments/{attachment_id}
NameDescription
Content-Typeapplication/json or application/x-www-form-urlencoded
Acceptapplication/json (default) or application/xml
NameDescription
{object_name}The object name__v field value (product__v, country__v, custom_object__c, etc.).
object_record_id}The object record id field value.
{attachment_id}The attachment id field value.
curl -X POST -H "Authorization: {SESSION_ID}" \ -H "Content-Type: application/x-www-form-urlencoded" \ -d "description__v=This is my description for this attachment." \ https://myvault.veevavault.com/api/v17.2/vobjects/site__v/1357752909483/attachments/571
{ "responseStatus": "SUCCESS" }