employment_status
HRGenerate employment status values (full-time, part-time, contractor, freelance, intern, etc.). For HR systems and workforce management testing.
Example Outputs
full-timepart-timecontractorfreelanceinternAPI Usage
Send a POST request to generate employment status 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": "employment_status",
"type": "employment_status"
}
]
}
]
}'Common Use Cases
- HR system testing
- Employee directory seeding
- Payroll testing
- Workforce analytics
Quick Info
- Field Type
- employment_status
- Category
- HR
- Parameters
- None required
- Output Format
- JSON, CSV, SQL
Related Types
Generate Employment Status + 155 more types via API
One API call. Multiple tables. Relational integrity. Free tier included.