BeaconX e-Invoice API
    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": "string",
        "measurement": "string",
        "unit_price": "string",
        "subtotal": "string",
        "discount_rate": "string",
        "discount_amount": "string",
        "fee_rate": "string",
        "fee_amount": "string",
        "charge_rate": "string",
        "charge_amount": "string",
        "total_excl_tax": "string",
        "sales_tax_rate": "string",
        "sales_tax_amount": "string",
        "service_tax_rate": "string",
        "service_tax_amount": "string",
        "gst_rate": "string",
        "gst_amount": "string",
        "ttx_rate": "string",
        "ttx_amount": "string",
        "hvgt_rate": "string",
        "hvgt_amount": "string",
        "lvst_rate": "string",
        "lvst_amount": "string",
        "total_incl_tax": "string",
        "details_tax_exemption": "string",
        "exempt_tax_amount": "string",
        "country_of_origin": "string"
    }
    Built with