get_cancel_status
Retrieve the cancellation status of an invoice. Returns completion, pending, or failure status using invoice number and date.
Instructions
Get the cancellation status of an invoice (Z11). STATUSCODE: 1=completed, 2=pending, 3=failed. Returns the API response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| invoice_date | Yes | Invoice date (YYYYMMDD). | |
| invoice_number | Yes | Invoice number to check cancellation status. |