tax_id
BusinessGenerate tax identification numbers in country-appropriate formats. For tax form testing, business registration, and compliance system seeding.
Example Outputs
DE12345678912-3456789GB123456789API Usage
Send a POST request to generate tax id 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": "tax_id",
"type": "tax_id"
}
]
}
]
}'Common Use Cases
- Tax form testing
- Business registration testing
- Compliance system seeding
Quick Info
- Field Type
- tax_id
- Category
- Business
- Parameters
- None required
- Output Format
- JSON, CSV, SQL
Related Types
Generate Tax ID + 155 more types via API
One API call. Multiple tables. Relational integrity. Free tier included.