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
| Field | Type | Description |
|---|---|---|
| SubmissionId | Guid | Unique identifier of a submission. |
| RecordId | Guid | An unique identifier generated by TaxBandits when a MNWH return is created. Mention the return's Record ID that you want to get. |
Response Body
| Field | Type | Description |
|---|---|---|
| SubmissionId | Guid | Unique identifier created by TaxBandits for each submission. |
| StateWHRecords | Object[] | Object to identify the records. |
| SequenceId | String | A unique identifier for this record. |
| RecordId | Guid | A unique identifier generated by TaxBandits when a MNWH return is created. |
| ReturnHeader | Object | Contains business information. |
| TaxYear | String | The tax year for which the Form MNWH is to be filed. |
| Qtr | String | The quarter for which the Form MNWH is to be filed. |
| Business | object | Object to identify the Business Details. |
| BusinessId | Guid | Use 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. |
| PayerRef | string | Your unique identifier for the payer. Can replace BusinessId in future requests. |
| IsDefaultBusiness | Boolean | When set to TRUE, this business will be set as the default across requests that do not specify a business. |
| TINDetails | object | TIN information for the business. |
| Format | string | Specifies how the TIN is passed. |
| TINType | string | Specify the TIN type of the business. |
| TIN | string | The TIN value according to the Format selected. |
| BusinessNm | string | Legal name of the business. Required when TINType is EIN. |
| NameCtrl | string | Name control of the business as registered with the IRS. |
| DBADetails | object | DBA (Doing Business As) information. |
| DBANm | string | Name of the DBA. |
| DBARef | string | Unique identifier for the DBA. |
| DBAId | Guid | TaxBandits-generated DBA identifier. |
| Address | object | Address information of the DBA. |
| Address1 | string | Street address or PO Box. |
| Address2 | string | Suite or apartment number. |
| City | string | DBA's city. |
| ProvinceOrState | string | DBA's province or state name. |
| Zipcd | string | DBA's ZIP code. |
| Country | string | DBA's 2-character country code |
| Address | object | Primary address of the business. |
| Address1 | string | Street address or PO Box of the business. |
| Address2 | string | Suite or apartment number of the business. |
| City | string | City of the business. |
| ProvinceOrState | string | Province or state name of the business. |
| ZipCd | string | ZIP code of the business. |
| Country | string | 2-character country code of the business. |
| ContactDetails | object | Details of the person the IRS can contact regarding the given business. |
| FirstNm | string | First name of the contact person. |
| MiddleNm | string | Middle name of the contact person. |
| LastNm | string | Last name of the contact person. |
| Suffix | string | The suffix of the contact person |
| Phone | string | Phone number of the contact person. |
| PhoneExtn | string | Phone extension number. |
| string | Email address of the contact person. | |
| Fax | string | Fax number of the contact person. |
| BusinessType | String | Legal structure of the business. |
| SigningAuthority | Object | Details of the person authorized to sign the return. |
| FirstNm | String | First name of the signatory. |
| MiddleNm | String | Middle name of the signatory. |
| LastNm | String | Last name of the signatory. |
| Suffix | String | The suffix of the signatory. |
| Phone | String | Phone number of the signatory |
| PhoneExtn | String | Phone extension number of the signatory. |
| BusinessMemberType | String | Title or role of the signatory. |
| ReturnData | Object | Contains the return information. |
| MNWHReport | Object | Identifies the Form MNWHdata. |
| FilingFrequency | string | Filing frequency of the Form MNWHReport |
| WHIdNumber | String | Minnesota withholding file number. |
| IsNoWageRptd | boolean | When true, indicates that no wage is reported in this quarter. |
| NumberOfEmployees | Number | Identifies the total number of employees for the quarter. |
| TotalTaxWithheld | Number | Total tax withheld from all sources for the filing period |
| TotalGrossWages | Number | Total Gross Wages for the filing period |
| TotalTaxPaid | Number | Total tax paid for the filing period |
| TotalWithheldDue | Number | Total tax Withheld due. |
| OverPaymentRecoveryType | string | The overpayment recovery type. Whether to have the state refund the excess amount or apply it to the next return. |
| WithheldTaxliability | Object[] | Contains the withholding tax liability details for the filing period, including the liability date and corresponding amount. |
| Date | String | Specifies the date on which the withholding tax liability was incurred. |
| Amount | Number | Specifies the withholding tax liability amount for the corresponding date. |
| Errors | Object[] | Shows detailed error information. |
| Id | string | Total due amount. |
| Name | string | Name of the validation error. |
| Message | string | Description of the validation error. |
Request JSON
"statefilings/mnwh/Get?RecordId=f5c0b155-7261-4f9d-b0bc-cad7a0f69d2e&SubmissionId=01993c45-e77e-7383-823a-d13273fd717c"
Response JSON
- 200
- 400
- 401
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
}
Bad Request Response - You'll get the below response when your API requests contain any validation errors.
{
"SubmissionId": null,
"SuccessRecords": null,
"ErrorRecords": [
{
"SequenceId": "001",
"RecordId": null,
"Errors": [
{
"Id": "S00-003112",
"Name": "StateWHRecords[0].ReturnData.MNWHReport.FilingFrequency",
"Message": "Invalid Filing frequency. The value should be among QUARTERLY or ANNUAL"
}
]
}
],
"Errors": null
}
Unauthorized Response - You'll get the below response when your API requests don't contain valid authentication credentials.
{
"Errors": [
{
"Id": "AUTH-100018",
"Name": "Authorization",
"Message": "JWT EXPIRED"
}
]
}