Rest API instance
The type of content to manage
Private contentPrivate restAPIInitiate a lifecycle event against a binder or document.
Move a document to staging:
const service = new VeevaService(credentials)
await service.document.lifecycle.initiate(2000, 0, 1, 'move_to_staged__c')
The API response from Veeva
The id of the document
The major version number of the document
The minor version number of the document
The name of the action to initiate
Generated using TypeDoc
Base API class for Document and Binder Lifecycles