Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
Request Code Samples
curl --location --request GET 'https://einvoice-api.beaconx.com.my/receipts/101-A201-1130/void' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Responses
application/json {
"status": "OK",
"message": "",
"data": {
"reference_number": "REF_NUM",
"invoice_number": "INV_NUM",
"status": "void",
"message": ""
}
}
Modified at 2024-06-21 08:53:11