Last Updated: 20th September 2024
Authorization: Bearer ********************
[
{
"code": "",
"type": "supplier",
"action": "sync",
"id_type": "BRN",
"tin": "C61901366810",
"id_number1": "201903007118",
"id_number2": "",
"name": "MEDHURST, GRIMES AND SIPES SDN. BHD.",
"email": "kendall.purdy@reilly.net",
"address1": "72684 Murl Light Apt. 668",
"address2": "",
"address3": "",
"city": "Lake Tedfort",
"postcode": "29311",
"state": "01",
"country": "MYS",
"sst_number": "W10-1060-26389071",
"tourism_tax_number", "",
"phone": "0125168978",
"membership_id": "",
"is_foreign": "false",
"is_supplier": "1",
"is_buyer": "",
"is_shipping": ""
}
]
curl --location --request POST 'https://einvoice-api.beaconx.com.my/taxpayers/sync' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"code": "",
"type": "supplier",
"action": "sync",
"id_type": "BRN",
"tin": "C61901366810",
"id_number1": "201903007118",
"id_number2": "",
"name": "MEDHURST, GRIMES AND SIPES SDN. BHD.",
"email": "kendall.purdy@reilly.net",
"address1": "72684 Murl Light Apt. 668",
"address2": "",
"address3": "",
"city": "Lake Tedfort",
"postcode": "29311",
"state": "01",
"country": "MYS",
"sst_number": "W10-1060-26389071",
"tourism_tax_number", "",
"phone": "0125168978",
"membership_id": "",
"is_foreign": "false",
"is_supplier": "1",
"is_buyer": "",
"is_shipping": ""
}
]'
{}