Last Updated: 20th September 2024
Authorization: Bearer ********************
{}
curl --location --request GET 'https://einvoice-api.beaconx.com.my/receipts/101-A201-1130/void' \ --header 'Accept: application/json' \ --header 'Content-Type: application/json' \ --data-raw '{}'
{ "status": "OK", "message": "", "data": { "reference_number": "REF_NUM", "invoice_number": "INV_NUM", "status": "void", "message": "" } }