LA
Request Body
Field | Type | Description |
---|---|---|
LA | object | Louisiana state recon details. |
FormL3 | object | Contains Louisiana Recon Form L-3 details. |
LAWithHoldingID | string | Louisiana state withholding ID number. Allowed values: "9999999 999", "9999999999" |
NumOfW2Forms | int | Total number of W-2 forms. |
NumOf1099W2GForms | int | Total number of 1099 & W-2 G forms. |
TotNumOf1099W2W2GForms | int | Total number of 1099 & W-2 & W-2 G forms. |
TotWagesInformationReturn | object | Conatins Quarterly wages as per W-2 return details. |
Qtr1 | number | 1st Quarter wages from W-2. Size Range: 0-999999999.99 |
Qtr2 | number | 2nd Quarter wages from W-2. Size Range: 0-999999999.99 |
Qtr3 | number | 3rd Quarter wages from W-2. Size Range: 0-999999999.99 |
Qtr4 | number | 4th Quarter wages from W-2. Size Range: 0-999999999.99 |
TotWages | number | Total wages from W-2 for all the quarters. Size Range: 0-999999999.99 |
TotTaxWHInformationReturn | object | Contains Quarterly withholding as per W-2 return details. |
Qtr1 | number | 1st Quarter withholding from W-2. Size Range: 0-999999999.99 |
Qtr2 | number | 2nd Quarter withholding from W-2. Size Range: 0-999999999.99 |
Qtr3 | number | 3rd Quarter withholding from W-2. Size Range: 0-999999999.99 |
Qtr4 | number | 4th Quarter withholding from W-2. Size Range: 0-999999999.99 |
TotWH | number | Total withholding from W-2 for all the quarters. Size Range: 0-999999999.99 |
TotTaxWHL1 | object | Contains Quarterly withholding as per L-1 return details. |
Qtr1 | number | 1st Quarter withholding from L-1. Size Range: 0-999999999.99 |
Qtr2 | number | 2nd Quarter withholding from L-1. Size Range: 0-999999999.99 |
Qtr3 | number | 3rd Quarter withholding from L-1. Size Range: 0-999999999.99 |
Qtr4 | number | 4th Quarter withholding from L-1. Size Range: 0-999999999.99 |
TotWHL1 | number | Total 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
}
}
}