Receipts: restore deleted receipt by id_by_customer
receipts_restore_id_by_customerRestore a previously deleted receipt for a customer account using its unique id_by_customer identifier.
Instructions
๐ก WRITE ยท reverts state โ Reverts a prior state change (un-confirm a posting, restore a deleted receipt). Reversible. restore deleted receipt by id_by_customer Restore a marked as deleted receipt for a specified customer account by id_by_customer. You can get the "id_by_customer" by using the "/receipts/get method" first.
Endpoint: POST /receipts/restore/id_by_customer
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | Optional. The BB customer api_key to act on. Defaults to the BB_API_KEY configured on the server โ only set this to target a different customer. |