Refresh Binder Auto-Filing
POST
/api/{version}/objects/binders/{binder_id}/actionsHeaders
Section link for Headers| Name | Description |
|---|---|
Content-Type | application/x-www-form-urlencoded |
Accept | application/json (default) or application/xml |
URI Path Parameters
Section link for URI Path ParametersRequest
Section link for Requestcurl -X POST -H "Authorization: {SESSION_ID}" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d "action=refresh_auto_filing" \
https://myvault.veevavault.com/api/v17.3/objects/binders/566/actionsResponse
Section link for Response{
"responseStatus": "SUCCESS"
}