Reconcile offline sync batch
POST/pos/offline-batches/:id/reconcile
Applies conflict resolution to a queued offline batch. Specify how many transactions were accepted or rejected, the conflict resolution strategy, and any per-conflict override details. Each conflict in the conflicts_json array is resolved individually. The batch status advances to 'reconciled'.
Request
Responses
- 302
- 404
- 422
Redirect to the offline sync index after reconciliation.
Offline batch not found.
Validation error on reconciliation fields.