Skip to main content
Version: 1.7.0

ID

Request Body

FieldTypeDescription
    IDobjectContains Idaho state recon details.
        Form967objectContains Idaho Recon Form 967 details.
            IDWithholdingIDstringIdaho state withholding ID number.
Allowed values: "999999999"
            TotWagesW2numberTotal wages per W-2.
Size Range: 0-999999999.99
            TotalTaxWHW2numberTotal tax withheld per W-2.
Size Range: 0-999999999.99
            NumOfW2FormsintNumber of W-2 forms.
            TotalTaxWH1099numberTotal tax withheld per 1099.
Size Range: 0-999999999.99
            NumOf1099FormsintNumber of 1099 forms.
            TotNumOf1099W2intTotal number of 1099 and W-2 forms.
            NumOf1099WithWHintTotal number of 1099 forms with withholding amount.
            TotalTaxWHnumberTotal tax withheld.
Size Range: 0-999999999.99
            WHTaxPaidnumberWithholding tax paid amount.
Size Range: 0-999999999.99
            BalanceDuenumberBalance Due.
Size Range: 0-999999999.99
            OverpaymentnumberOverpayment.
Size Range: 0-999999999.99
            PenaltyOnBalanceDuenumberPenalty on Balance Due.
Size Range: 0-999999999.99
            InterestOnBalanceDuenumberInterest on Balance Due.
Size Range: 0-999999999.99
            BalanceDuePenIntnumberSum of Balance due, Penalty and Interest.
Size Range: 0-999999999.99
            LateFilingPenaltynumberLate filing penalty.
Size Range: 0-999999999.99
            TotBalanceDuenumberTotal balance due.
Size Range: 0-999999999.99
            TotOverPaymentnumberTotal Overpayment.
Size Range: 0-999999999.99
            Is1099CFSFBooleanIs 1099 forms filed via CF/SF.
            FilingCyclestringFiling cycle.
Allowed values

"Annual", "Quarterly", "Monthly", "SemiMonthly"

Request JSON

"ID": {
"Form967": {
"IDWithholdingID": "999999999",
"TotWagesW2": 0,
"TotTaxWHW2": 200,
"NumOfW2Forms": 0,
"TotTaxWH1099": 400,
"NumOf1099Forms": 40,
"TotNumOf1099W2": 40,
"NumOf1099WithWH": 30,
"TotTaxWH": 600,
"WHTaxPaid": 500,
"BalanceDue": 100,
"Overpayment": 0,
"PenaltyOnBalanceDue": 100,
"InterestOnBalanceDue": 100,
"BalanceDuePenaltyInt": 300,
"LateFilingPenalty": 200,
"TotBalanceDue": 500,
"TotOverPayment": 0,
"Is1099CFSF": true,
"FilingCycle": "Annual"
}
}