MO
Request Body
Field | Type | Description |
---|---|---|
MO | object | Missouri state recon details. |
FormMOW-3 | object | Contains Missouri Recon Form MOW-3 details. |
MOWithHoldingID | string | Missouri state withholding ID number.Allowed values"99999998" |
NumOfW2 | int | Number of Form W-2. |
TotalMOTaxWHW2 | number | Total Missouri tax withheld from Form W-2s. Size Range: 0-999999999.99 |
ContactPersonNm | string | Employer contact person name. |
Title | string | Employer contact person title. |
Request JSON
"MO": {
"FormMOW3": {
"MOWithHoldingID": "99789671",
"NumOfW2": 10,
"TotalMOTaxWHW2": 3445,
"ContactPersonNm": "Hillary",
"Title": "President"
}
}