startBatch
Mark a batch as complete and ready to send. Call this after adding all documents via sendBatchDocument.
Input
Return Type
ID
Example
mutation StartBatch {
startBatch(input: {
batchId: "YmF0MTIzNDU2"
})
}
Mark a batch as complete and ready to send. Call this after adding all documents via sendBatchDocument.
ID
mutation StartBatch {
startBatch(input: {
batchId: "YmF0MTIzNDU2"
})
}
Save a copy of this page as PDF or plain text.