MockHero

invoice_number

Business

Generate formatted invoice reference numbers like INV-2026-0001. Sequential and realistic for billing and accounting system testing.

Example Outputs

INV-2026-0001INV-2026-0042INV-2025-1337

API Usage

Send a POST request to generate invoice number data:

curl -X POST https://mockhero.dev/api/v1/generate \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "tables": [
    {
      "name": "example",
      "count": 5,
      "fields": [
        {
          "name": "invoice_number",
          "type": "invoice_number"
        }
      ]
    }
  ]
}'

Common Use Cases

  • Billing system testing
  • Invoice PDF generation
  • Accounting software seeding

Quick Info

Field Type
invoice_number
Category
Business
Parameters
None required
Output Format
JSON, CSV, SQL

Try it now

Generate invoice number data instantly in the playground.

Generate Invoice Number + 155 more types via API

One API call. Multiple tables. Relational integrity. Free tier included.

Get Started Free