Skip to main content
Version: 1.7.1

LA

Request Body

FieldTypeDescription
LAobjectLouisiana state recon details.
    FormL3objectContains Louisiana Recon Form L-3 details.
        LAWithHoldingIDstringLouisiana state withholding ID number.
Allowed values

"9999999 999", "9999999999&quot

        NumOfW2FormsintTotal number of W-2 forms.
        NumOf1099W2GFormsintTotal number of 1099 & W-2 G forms.
        TotNumOf1099W2W2GFormsintTotal number of 1099 & W-2 & W-2 G forms.
        TotWagesInformationReturnobjectConatins Quarterly wages as per W-2 return details.
            Qtr1number1st Quarter wages from W-2.
Size Range: 0-999999999.99
            Qtr2number2nd Quarter wages from W-2.
Size Range: 0-999999999.99
            Qtr3number3rd Quarter wages from W-2.
Size Range: 0-999999999.99
            Qtr4number4th Quarter wages from W-2.
Size Range: 0-999999999.99
            TotWagesnumberTotal wages from W-2 for all the quarters.
Size Range: 0-999999999.99
        TotTaxWHInformationReturnobjectContains Quarterly withholding as per W-2 return details.
            Qtr1number1st Quarter withholding from W-2.
Size Range: 0-999999999.99
            Qtr2number2nd Quarter withholding from W-2.
Size Range: 0-999999999.99
            Qtr3number3rd Quarter withholding from W-2.
Size Range: 0-999999999.99
            Qtr4number4th Quarter withholding from W-2.
Size Range: 0-999999999.99
            TotWHnumberTotal withholding from W-2 for all the quarters.
Size Range: 0-999999999.99
        TotTaxWHL1objectContains Quarterly withholding as per L-1 return details.
            Qtr1number1st Quarter withholding from L-1.
Size Range: 0-999999999.99
            Qtr2number2nd Quarter withholding from L-1.
Size Range: 0-999999999.99
            Qtr3number3rd Quarter withholding from L-1.
Size Range: 0-999999999.99
            Qtr4number4th Quarter withholding from L-1.
Size Range: 0-999999999.99
            TotWHL1numberTotal withholding from L-1 for all the quarters.
Size Range: 0-999999999.99

Request JSON

"LA": {
"FormL3": {
"LAWithHoldingID": "9999999-999",
"NumOfW2Forms": 46,
"NumOf1099W2GForms": 0,
"TotNumOf1099W2W2GForms": 46,
"TotWagesInformationReturn": {
"Qtr1": "1000",
"Qtr2": "1000",
"Qtr3": "1000",
"Qtr4": "1000",
"TotWages": 4000
},
"TotTaxWHInformationReturn": {
"Qtr1": "1000",
"Qtr2": "1000",
"Qtr3": "1000",
"Qtr4": "1000",
"TotWH": 4000
},
"TotTaxWHL1": {
"Qtr1": "1000",
"Qtr2": "1000",
"Qtr3": "1000",
"Qtr4": "1000",
"TotWHL1": 4000
}
}
}