Skip to content

Create Binder Version

Create a new draft version of an existing binder.

Binders cannot be versioned with this endpoint if they exceed 10,000 nodes. Nodes include documents, sections, and component binders.

POST/api/{version}/objects/binders/{binder_id}
NameDescription
Acceptapplication/json (default) or application/xml
curl -X POST -H "Authorization: {SESSION_ID}" \
https://myvault.veevavault.com/api/v25.1/objects/binders/566
{
    "responseStatus": "SUCCESS",
    "responseMessage": "New draft successfully created",
    "major_version_number__v": 0,
    "minor_version_number__v": 4
}