curl --request GET \
--url https://api.example.com/api/v1/state-income{
"year": 2025,
"employmentType": "w2",
"taxHomeState": "TN",
"totalStates": 2,
"totalStateIncome": 4680000,
"totalStateTax": 156000,
"totalDays": 182,
"states": [
{
"state": "TX",
"stateName": "Texas",
"income": 2340000,
"tax": 0,
"effectiveRate": 0,
"noTax": true,
"days": 91,
"reciprocity": { "exempt": false, "reason": null },
"stateDeduction": null,
"filingRequired": false,
"isHomeState": false,
"formName": null,
"formDescription": null,
"filingDeadline": null,
"assignments": [
{
"id": 1,
"facility": "Memorial Hospital",
"location": "Houston",
"startDate": "2025-01-06",
"endDate": "2025-04-06",
"weeks": 13,
"days": 91,
"income": 2340000
}
]
}
]
}
Get per-state income breakdown with days, reciprocity, and filing requirements.
curl --request GET \
--url https://api.example.com/api/v1/state-income{
"year": 2025,
"employmentType": "w2",
"taxHomeState": "TN",
"totalStates": 2,
"totalStateIncome": 4680000,
"totalStateTax": 156000,
"totalDays": 182,
"states": [
{
"state": "TX",
"stateName": "Texas",
"income": 2340000,
"tax": 0,
"effectiveRate": 0,
"noTax": true,
"days": 91,
"reciprocity": { "exempt": false, "reason": null },
"stateDeduction": null,
"filingRequired": false,
"isHomeState": false,
"formName": null,
"formDescription": null,
"filingDeadline": null,
"assignments": [
{
"id": 1,
"facility": "Memorial Hospital",
"location": "Houston",
"startDate": "2025-01-06",
"endDate": "2025-04-06",
"weeks": 13,
"days": 91,
"income": 2340000
}
]
}
]
}
{
"year": 2025,
"employmentType": "w2",
"taxHomeState": "TN",
"totalStates": 2,
"totalStateIncome": 4680000,
"totalStateTax": 156000,
"totalDays": 182,
"states": [
{
"state": "TX",
"stateName": "Texas",
"income": 2340000,
"tax": 0,
"effectiveRate": 0,
"noTax": true,
"days": 91,
"reciprocity": { "exempt": false, "reason": null },
"stateDeduction": null,
"filingRequired": false,
"isHomeState": false,
"formName": null,
"formDescription": null,
"filingDeadline": null,
"assignments": [
{
"id": 1,
"facility": "Memorial Hospital",
"location": "Houston",
"startDate": "2025-01-06",
"endDate": "2025-04-06",
"weeks": 13,
"days": 91,
"income": 2340000
}
]
}
]
}
null for non-qualifying states or 1099 users.