BeaconX e-Invoice API Documentation
📄 Contents
What is BeaconX e-Invoicing API ? Why BeaconX ? Change Log Point of Sale (POS) Integration Hooks API Usage Additional Information
What is BeaconX e-Invoicing API
Change Log
2024-04-12 - BeaconX integration with IRBM Sandbox
2024-05-10 - Check Status and Cancel/Reject Documents endpoints are ready
2024-05-30 - Embed QR Code into PDF is in progress
2024-06-04 - Addition of new paramteres for invoice payload footer_notes, sales_order_number, delivery_order_number, items.total_sales, items.commission_rate for concession type invoices. These fields are to be used for PDF printout.
2024-09-20 - Added 2 new endpoints in B2B (Void Document and Unvoid Document)
ERP Activity Diagram
Point of Sale (POS) Activity Diagram
API Usage
Request
Accept: application/json
Authorization: Bearer <API_KEY>
{
"reference_number": "ABC-123456789",
...
}
Response
{
"status": "OK",
"message": "",
"data": [Object]
}
{
"status": "OK",
"message": "",
"data": Array of [Object]
}
{
"status": "Error",
"message": "No record found.",
"data": null
}
End
Modified at 2024-09-20 01:59:30