Skip to content

Refresh Binder Auto-Filing

POST/api/{version}/objects/binders/{binder_id}/actions
NameDescription
Content-Typeapplication/x-www-form-urlencoded
Acceptapplication/json (default) or application/xml
NameDescription
{binder_id}The binder id field value.
curl -X POST -H "Authorization: {SESSION_ID}" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d "action=refresh_auto_filing" \
https://myvault.veevavault.com/api/v22.2/objects/binders/566/actions
{
    "responseStatus": "SUCCESS"
}