CT
Request Body
Field | Type | Description |
---|---|---|
CT | object | Connecticut state recon details. |
FormCTW3 | object | Contains Connecticut Recon Form CT-W-3 details. |
CTWithHoldingID | string | Connecticut state withholding ID number.Allowed values"99999999 999", "999999999 999", "9999999999 999", "99 9999999" |
IsHouseHoldEr | Boolean | When TRUE, identifies that the employer is a household employer. |
TotTaxWH | number | Total CT Tax withheld from W-2. Size Range: 0-999999999.99 |
TotWages | number | Total wages reported as per W-2 statements. Size Range: 0-999999999.99 |
TotNumOfW2Forms | int | Total number of W-2 forms. |
CTTaxWH | object | Contains CT Income Tax Withheld from Wages for each Quarter. |
Qtr1 | number | 1st Quarter withholding. Size Range: 0-999999999.99 |
Qtr2 | number | 2nd Quarter withholding. Size Range: 0-999999999.99 |
Qtr3 | number | 3rd Quarter withholding. Size Range: 0-999999999.99 |
Qtr4 | number | 4th Quarter withholding. Size Range: 0-999999999.99 |
TotTaxWH | number | Total withholding for all the quarters. Size Range: 0-999999999.99 |
Request JSON
"CT": {
"FormCTW3": {
"CTWithHoldingID": "9999999999-999",
"IsHouseHoldEr": true,
"TotTaxWH": 501,
"TotWages": 1300,
"TotNumOfW2Forms": 1,
"CTTaxWH": {
"Qtr1": "126",
"Qtr2": "125",
"Qtr3": "125",
"Qtr4": "125",
"TotTaxWH": 501
}
}
}