Last Updated: 20th September 2024
Authorization: Bearer ********************
{ "reference_number": "BeaconX-22873" }
curl --location --request POST 'https://einvoice-api.beaconx.com.my/einvoices/void' \ --header 'Content-Type: application/json' \ --data-raw '{ "reference_number": "BeaconX-22873" }'
{ "status": "Failed", "message": "Document is already voided.", "data": [] }