Last Updated: 20th September 2024
Authorization: Bearer ********************
[
"202301022840",
"200503034120",
"200703153397",
"202204141107",
"198603045490",
"201903003770",
"202101023888",
"202401023125",
"200101023697"
]
curl --location --request POST 'https://einvoice-api.beaconx.com.my/ssm/validate' \
--header 'Content-Type: application/json' \
--data-raw '[
"202301022840",
"200503034120",
"200703153397",
"202204141107",
"198603045490",
"201903003770",
"202101023888",
"202401023125",
"200101023697"
]'
{
"status": "OK",
"message": "",
"meta": {
"count": 9,
"success": 8,
"fail": 1
},
"data": [
{
"keyword": "202301022840",
"status": "valid",
"name": "HWAMDA SALES & SERVICES SDN. BHD.",
"old_brn": "1516763-W",
"new_brn": "202301022840",
"message": ""
},
{
"keyword": "200503034120",
"status": "valid",
"name": "JEZA ELECTRICAL AND MECHANICAL",
"old_brn": "JM0424878-H",
"new_brn": "200503034120",
"message": ""
},
{
"keyword": "200703153397",
"status": "valid",
"name": "GUJIN ENTERPRISE",
"old_brn": "PG0204755-H",
"new_brn": "200703153397",
"message": ""
},
{
"keyword": "202204141107",
"status": "unsupported",
"name": "",
"old_brn": "",
"new_brn": "",
"message": "Search for LLP businesses are not supported yet."
},
{
"keyword": "198603045490",
"status": "valid",
"name": "WENG ENGINEERING WORKS",
"old_brn": "IP0028188-U",
"new_brn": "198603045490",
"message": ""
},
{
"keyword": "201903003770",
"status": "valid",
"name": "SYAIFMAR ENTERPRISE",
"old_brn": "SA0503565-H",
"new_brn": "201903003770",
"message": ""
},
{
"keyword": "202101023888",
"status": "valid",
"name": "TMETAL PRECISION SDN. BHD.",
"old_brn": "1424188-M",
"new_brn": "202101023888",
"message": ""
},
{
"keyword": "202401023125",
"status": "valid",
"name": "OMISO GLOBAL (M) SDN. BHD.",
"old_brn": "1568974-X",
"new_brn": "202401023125",
"message": ""
},
{
"keyword": "200101023697",
"status": "valid",
"name": "LIFTING TACKLE AND HARDWARE SDN. BHD.",
"old_brn": "559455-X",
"new_brn": "200101023697",
"message": ""
}
]
}