BeaconX e-Invoice API
    • BeaconX e-Invoice API Documentation
    • API Endpoints
      • B2B e-Invoicing
        • Create Document(s)
        • Cancel Document
        • Void Document
        • Unvoid Document
        • [Deprecate] Create Invoice from Receipt
        • Check Status
        • Embed QR Code
        • Invoice Reversal
        • Update Reference Number
      • B2C Receipt
        • Retrieve Receipt
        • Search Receipts
        • Create a Receipt
        • Update existing Receipt
        • Void a Receipt
        • Void Multiple Receipts
        • UnVoid a Receipt
        • Create Multiple Receipts (Bulk)
        • Receipt Reversal
        • Update Reference Number
        • Check Status
        • Get Validated Receipts
      • TaxPayer
        • Validate Tax Payer
        • [Deprecate] Sync Tax Payer Master List
        • Identity
        • Validate SSM
        • Search TIN
      • Lists
        • Get list of all Classification Codes
    • Schemas
      • Document
      • Receipt
      • Shipping
      • Supplier
      • TaxPayer
      • Refund
      • Buyer
      • Annex
      • LineItem

    LineItem

    {
        "id": "string",
        "classification": "string",
        "product_tariff_code": "string",
        "code": "string",
        "description": "string",
        "long_description": "string",
        "quantity": 0,
        "measurement": "string",
        "unit_price": 0,
        "subtotal": 0,
        "discount_rate": 0,
        "discount_amount": 0,
        "service_fee_rate": 0,
        "service_fee_amount": 0,
        "total_excl_tax": 0,
        "sales_tax_rate": 0,
        "sales_tax_amount": 0,
        "service_tax_rate": 0,
        "service_tax_amount": 0,
        "gst_rate": 0,
        "gst_amount": 0,
        "vat_rate": 0,
        "vat_amount": 0,
        "ttx_rate": 0,
        "ttx_amount": 0,
        "hvgt_rate": 0,
        "hvgt_amount": 0,
        "lvst_rate": 0,
        "lvst_amount": 0,
        "total_incl_tax": 0,
        "details_tax_exemption": "string",
        "exempt_tax_amount": 0,
        "country_of_origin": "string",
        "total_sales": 0,
        "commission_rate": 0,
        "document_number_ref": "string"
    }
    Built with