Postings: unconfirm transaction posting
postings_unconfirm_for_transactionUnconfirm transaction postings to return them to an editable state for correction. Works only when postings are not fixed.
Instructions
🟡 WRITE · reverts state: Reverts a prior state change (un-confirm a posting, restore a deleted receipt). Reversible.
unconfirm transaction posting
Remove postings for a specified transaction by unconfirming them. This will only work if the postings are not fixed.
Use to send a transaction posting back to the unconfirmed state so it can be corrected.
This keeps the posting and only clears its confirmation. To remove the posting itself, use postings_cancel.
Only works while the posting is not fixed.
Endpoint: POST /postings/unconfirm/transaction
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| transaction_id_by_customer | Yes | The id_by_customer of the transaction. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | No | Success message | |
| success | Yes | Success boolean |