void_b2b_exchange_invoice
Void a B2B exchange invoice (A0201) by providing invoice number, original invoice date, buyer/seller tax IDs, cancellation date/time, and reason.
Instructions
Void (invalidate) a B2B exchange invoice (A0201). Returns the API response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| remark | No | Remark. | |
| buyer_id | Yes | Buyer tax ID. | |
| seller_id | Yes | Seller tax ID. | |
| cancel_date | Yes | Cancellation date (YYYYMMDD). | |
| cancel_time | Yes | Cancellation time (HHmmss). | |
| invoice_date | Yes | Original invoice date (YYYYMMDD). | |
| cancel_reason | Yes | Cancellation reason. | |
| cancel_invoice_number | Yes | Exchange invoice number to void. | |
| return_tax_document_number | No | Return/tax document number. |