Skip to main content
Version: 1.7.0

IN

Request Body

FieldTypeDescription
    INobjectIndiana state recon details.
        FormWH3objectContains Indiana Recon Form WH-3 details.
            INWithHoldingIDstringIndiana state withholding ID number.
Allowed values

"9999999999 999", "9999999999 999 9&quot

            NumOfW2WH18W2G1099FormsintTotal number of W-2, WH-18, W-2G, 1099 forms.
            StateTaxWHW2WH18W2G1099numberTotal Indiana state income tax withheld as shown on Forms W-2, WH-18, W-2G and 1099.
Size Range: 0-999999999.99
            CountyTaxWHW2WH18W2G1099numberTotal Indiana county income tax withheld as shown on Forms W-2, WH-18, W-2G and 1099.
Size Range: 0-999999999.99
            TotTaxWHnumberTotal Indiana state and county tax withheld.
Size Range: 0-999999999.99
            TotDepositsnumberTotal Indiana withholding tax paid.
Size Range: 0-999999999.99
            BalDuenumberEnter Balance Due if total tax withheld is more than total tax paid.
Size Range: 0-999999999.99
            OverPaymentnumberEnter Overpayment if total tax paid is more than total tax withheld.
Size Range: 0-999999999.99
            CountyTaxWHobjectContains breakdown of Indiana County tax withheld.
                CountyNmstringCounty Name.
Allowed values

"Adams", "Allen", "Bartholomew", "Benton", "Blackford", "Boone", "Brown", "Carrol", "Cass", "Clark", "Clay", "Clinton", "Crawford", "Daviess", "Dearborn", "Decatur", "DeKalb", "Delaware", "Dubois", "Elkhart", "Fayette", "Floyd", "Fountain", "Franklin", "Fulton", "Gibson", "Grant", "Greene", "Hamilton", "Hancock", "Harrison", "Hendricks", "Henry", "Howard", "Huntington", "Jackson", "Jasper", "Jay", "Jefferson", "Jennings", "Johnson", "Knox", "Kosciusko", "LaGrange", "Lake", "LaPorte", "Lawrence", "Madison", "Marion", "Marshall", "Martin", "Miami", "Monroe", "Montgomery", "Morgan", "Newton", "Noble", "Ohio", "Orange", "Owen", "Parke", "Perry", "Pike", "Porter", "Posey", "Pulaski", "Putnam", "Randolph", "Ripley", "Rush", "St.Joseph", "Scott", "Shelby", "Spencer", "Starke", "Steuben", "Sullivan", "Switzerland", "Tippecanoe", "Tipton", "Union", "Vanderburgh", "Vermillion", "Vigo", "Wabash", "Warren", "Warrick", "Washington", "Wayne", "Wells", "White", "Whitley&quot

                TaxWHnumberIndiana tax withheld for the county.
Size Range: 0-999999999.99
            TotCountyTaxWHnumberTotal Indiana county tax withheld.
Size Range: 0-999999999.99

Request JSON

"IN": {
"FormWH3": {
"INWithHoldingID": "9999999999 999",
"NumOfW2WH18W2G1099Forms": 23,
"StateTaxWHW2WH18W2G1099": 100,
"CountyTaxWHW2WH18W2G1099": 100,
"TotTaxWH": 200,
"TotDeposits": 500,
"BalDue": 0,
"OverPayment": 300,
"CountyTaxWH": [
{
"CountyNm": "Adams",
"TaxWH": 50
},
{
"CountyNm": "Decatur",
"TaxWH": 50
}
],
"TotCountyTaxWH": 100
}
}