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.
Mark a batch as complete and ready to send.
Mark a batch as complete and ready to send.
Verstehen Sie die verschiedenen Möglichkeiten, Dokumente zum Unterzeichnen zu senden – send, sendBatch, sendBulk und createTask – und wann Sie jede Methode verwenden sollten.