Private restAPIAdd a document to a binder
const service = new VeevaService(credentials)
await service.binder.document.add(2000, 2005)
Response from Veeva
The id of the binder
The id of the document to add
Remove a document from a binder.
const service = new VeevaService(credentials)
await service.binder.document.remove(2000, '1645549379466:-877488558')
Response from Veeva
The id of the binder
The binder node id field
Generated using TypeDoc
The DocumentAPI is used to manage documents inside of a binder, such as adding or removing them