get https://api.gusto-demo.com/v1/companies//tax_requirements/
Get all tax requirements for a given state.
Metadata Examples
{
"type": "select",
"options": [
{ "label": "Semiweekly", value: "Semi-weekly" },
{ "label": "Monthly", value: "Monthly" },
{ "label": "Quarterly", value: "Quarterly" },
]
}
{
"type": "radio",
"options": [
{ "label": "No, we cannot reimburse", value: false, short_label: "Not Reimbursable" },
{ "label": "Yes, we can reimburse", value: true, short_label: "Reimbursable" },
]
}
{
"type": "account_number",
"mask": "######-##',
"prefix": null
}
{
"type": "tax_rate",
"validation": {
"type": "min_max",
"min": "0.0004",
"max": "0.081"
}
}
scope: company_tax_requirements:read