batch
Returns a single Batch by ID, including progress counts and documents.
Returns a single Batch by ID, including progress counts and documents.
A Batch groups multiple documents together for coordinated sending, tracking progress and enforcing signing order.
The progress status of a batch of documents.
Distinguishes between multi-document batches and bulk sends.
Begin a batch send task. Returns an ID for use with sendBatchDocument.
Add a document to a batch created by sendBatch.
Add a document to an existing batch.
Start a new batch send, returning an ID for subsequent SendBatchDocument calls.
Understand the different ways to send documents for signing — send, sendBatch, sendBulk, and createTask — and when to use each.
Mark a batch as complete and ready to send.
Mark a batch as complete and ready to send.