Skip to main content
Version: 2.0.0

Get

Get

Use this endpoint to retrieve the information of a previously created Minnesota Withholding Report form for the corresponding employer (payer). Your request JSON must include the corresponding SubmissionId and the RecordId (optional) for the forms.

POST StateFilings/MNWH/Get 

Request Body

FieldTypeDescription
SubmissionIdGuidUnique identifier of a submission.
RecordIdGuidAn unique identifier generated by TaxBandits when a MNWH return is created. Mention the return's Record ID that you want to get.

Response Body

FieldTypeDescription
SubmissionIdGuidUnique identifier created by TaxBandits for each submission.
StateWHRecordsObject[]Object to identify the records.
SequenceIdStringA unique identifier for this record.
RecordIdGuidA unique identifier generated by TaxBandits when a MNWH return is created.
ReturnHeaderObjectContains business information.
TaxYearStringThe tax year for which the Form MNWH is to be filed.
QtrStringThe quarter for which the Form MNWH is to be filed.
BusinessobjectObject to identify the Business Details.
BusinessIdGuidUse the unique Business ID (Generated by TaxBandits) that you received in the response of the Business CREATE Endpoint. If you do not have a Business ID, ignore the field. By giving the Business ID, you do not have to provide all the business information again.
PayerRefstringYour unique identifier for the payer. Can replace BusinessId in future requests.
IsDefaultBusinessBooleanWhen set to TRUE, this business will be set as the default across requests that do not specify a business.
TINDetailsobjectTIN information for the business.
FormatstringSpecifies how the TIN is passed.
TINTypestringSpecify the TIN type of the business.
TINstringThe TIN value according to the Format selected.
BusinessNmstringLegal name of the business. Required when TINType is EIN.
NameCtrlstringName control of the business as registered with the IRS.
DBADetailsobjectDBA (Doing Business As) information.
DBANmstringName of the DBA.
DBARefstringUnique identifier for the DBA.
DBAIdGuidTaxBandits-generated DBA identifier.
AddressobjectAddress information of the DBA.
Address1stringStreet address or PO Box.
Address2stringSuite or apartment number.
CitystringDBA's city.
ProvinceOrStatestringDBA's province or state name.
ZipcdstringDBA's ZIP code.
CountrystringDBA's 2-character country code
AddressobjectPrimary address of the business.
Address1stringStreet address or PO Box of the business.
Address2stringSuite or apartment number of the business.
CitystringCity of the business.
ProvinceOrStatestringProvince or state name of the business.
ZipCdstringZIP code of the business.
Countrystring2-character country code of the business.
ContactDetailsobjectDetails of the person the IRS can contact regarding the given business.
FirstNmstringFirst name of the contact person.
MiddleNmstringMiddle name of the contact person.
LastNmstringLast name of the contact person.
SuffixstringThe suffix of the contact person
PhonestringPhone number of the contact person.
PhoneExtnstringPhone extension number.
EmailstringEmail address of the contact person.
FaxstringFax number of the contact person.
BusinessTypeStringLegal structure of the business.
SigningAuthorityObjectDetails of the person authorized to sign the return.
FirstNmStringFirst name of the signatory.
MiddleNmStringMiddle name of the signatory.
LastNmStringLast name of the signatory.
SuffixStringThe suffix of the signatory.
PhoneStringPhone number of the signatory
PhoneExtnStringPhone extension number of the signatory.
BusinessMemberTypeStringTitle or role of the signatory.
ReturnDataObjectContains the return information.
MNWHReportObjectIdentifies the Form MNWHdata.
FilingFrequencystringFiling frequency of the Form MNWHReport
WHIdNumberStringMinnesota withholding file number.
IsNoWageRptdbooleanWhen true, indicates that no wage is reported in this quarter.
NumberOfEmployeesNumberIdentifies the total number of employees for the quarter.
TotalTaxWithheldNumberTotal tax withheld from all sources for the filing period
TotalGrossWagesNumberTotal Gross Wages for the filing period
TotalTaxPaidNumberTotal tax paid for the filing period
TotalWithheldDueNumberTotal tax Withheld due.
OverPaymentRecoveryTypestringThe overpayment recovery type. Whether to have the state refund the excess amount or apply it to the next return.
WithheldTaxliabilityObject[]Contains the withholding tax liability details for the filing period, including the liability date and corresponding amount.
DateStringSpecifies the date on which the withholding tax liability was incurred.
AmountNumberSpecifies the withholding tax liability amount for the corresponding date.
ErrorsObject[]Shows detailed error information.
IdstringTotal due amount.
NamestringName of the validation error.
MessagestringDescription of the validation error.

Request JSON

"statefilings/mnwh/Get?RecordId=f5c0b155-7261-4f9d-b0bc-cad7a0f69d2e&SubmissionId=01993c45-e77e-7383-823a-d13273fd717c"

Response JSON

Success Response - This is a sample response for successful API requests.

{
"SubmissionId": "01a01f04-5db4-7559-8aa7-b0d84d1be0c0",
"StateWHRecords": [
{
"SequenceId": "001",
"RecordId": "01a01f04-5ece-7658-9c42-81d1df5bfbdb",
"ReturnHeader": {
"Qtr": "Q2",
"TaxYear": "2026",
"Business": {
"BusinessId": "6c173fe1-141c-4737-a621-8fa511cb6a26",
"PayerRef": null,
"IsDefaultBusiness": true,
"TINDetails": {
"Format": "PLAIN_TIN",
"TINType": "EIN",
"TIN": "45-2270916"
},
"BusinessNm": "Snowdaze LLC",
"NameCtrl": "FIRE",
"DBADetails": {
"DBANm": "Iceberg Icecreams",
"DBARef": "DBA1001",
"DBAId": "3D09270B-7347-4236-9357-D5AB1EA3AD44",
"Address": {
"Address1": "123 Main St",
"Address2": "Suite 1001",
"City": "Rock Hill",
"ProvinceOrState": "MN",
"ZipCd": "55001",
"Country": "US"
}
},
"Address": {
"Address1": "123 Main St",
"Address2": "Suite 1001",
"City": "Rock Hill",
"ProvinceOrState": "MN",
"ZipCd": "55001",
"Country": "US"
},
"ContactDetails": {
"FirstNm": "James",
"MiddleNm": "A",
"LastNm": "Anderson",
"Suffix": "Jr",
"Phone": "(803) 555-1234",
"PhoneExtn": "101",
"Email": "contact@snowdaze.com",
"Fax": "(803) 555-5678"
},
"BusinessType": "ESTE",
"SigningAuthority": {
"FirstNm": "Ambrane",
"MiddleNm": "A",
"LastNm": "Cavil",
"Suffix": "Jr",
"Phone": "(803) 555-1000",
"PhoneExtn": "12345",
"BusinessMemberType": "ADMINISTRATOR"
},
"KindOfEmployer": null,
"KindOfPayer": null
}
},
"ReturnData": {
"MNWHReport": {
"FilingFrequency": "QUARTERLY",
"WHIdNumber": "5824512",
"IsNoWageReported": false,
"NumberOfEmployees": 2,
"TotalGrossWages": 5000,
"TotalTaxWithheld": 1000,
"TotalTaxPaid": 400,
"TotalWithheldDue": 600,
"OverPaymentRecoveryType": null,
"WithheldTaxLiability": [
{
"Date": "05/21/2026",
"Amount": "1000.00"
}
]
}
}
}
],
"Errors": null
}