Transactions
Bulk commit inflight
Commit multiple independently-created inflight transactions with the Java SDK.
POST
Bulk commit inflight
Use
blnk.transactions().bulkCommitInflight for this operation.
1
Call the method
- Queued commit
- Synchronous commit
2
Review per-item results
Check
response.data().get("results") for each transaction’s outcome. Failed items include a code and message without stopping the rest of the batch.3
Response
200 OK
Related docs
Bulk inflight updates
Per-item failure codes and when to use batch updates.
Bulk commit inflight
HTTP request and response schema.