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/NJUI/Get Request Body
| Field | Type | Description |
|---|---|---|
| SubmissionId | Guid | Unique identifier of a submission. |
| RecordId | Guid | An unique identifier generated by TaxBandits when a WR-30 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. Not required when you are creating a return. |
| StateUIRecords | Object[] | Object to identify the records. |
| SequenceId | String | A unique identifier for this record. |
| ReturnHeader | Object | Contains business information. |
| TaxYear | String | The tax year for which the Form WR-30 is to be filed. |
| Qtr | String | The quarter for which the Form WR-30 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 | TIN type of the business. |
| TIN | string | The TIN value according to the Format selected. |
| IndividualNm | object | Retruns name of the individual |
| FirstNm | string | The first name of the individual. |
| MiddleNm | string | Middle name of the individual. |
| LastNm | string | The last name of the individual. |
| Suffix | string | Suffix of the individual's name. |
| BusinessNm | string | Legal name of the business. |
| 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 | Optional 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. |
| string | Email address of the Business. | |
| 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. Size Range: 5-16 |
| 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. |
| ReturnData | Object | Contains the return information. |
| BusinessType | String | Legal structure of the business. |
| SigningAuthority | Object | Details of the person authorized to sign the return. Mandatory for 94x forms. |
| 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. |
| FormWR30 | Object | Identifies the Form WR-30 data. |
| UIIdNumber | String | Employer's New-Jersey Unemployment Account Number. |
| TotalNumberOfEmployee | String | Total number of employees for the quarter |
| TotalGrossWages | Number | Total wages paid for the quarter. |
| EmployeeDetails | Object | Object to identify the employee details. |
| EmployeeSequenceId | string | A unique number to identify this record. |
| EmployeeId | Guid | A unique ID generated by TaxBandits after the return is created and returned in the response. |
| EmployeeRef | string | A unique identifier of the employee. |
| SSN | string | Employee's Social Security Number (SSN). |
| FirstNm | string | Employee's first name. |
| MiddleNm | string | Employee's middle name. |
| LastNm | string | Employee's last name. |
| Suffix | string | Employee's suffix. |
| Address | object[] | Address information of the Employee. |
| Address1 | string | Street address or PO Box. |
| Address2 | string | Suite or apartment number. |
| City | string | DBA's city. |
| ProvinceOrState | string | Employee's province or state name. |
| Zipcd | string | ZIP code. |
| Country | string | 2-character country code of the employee. |
| GrossWages | Number | Total gross wages reported for the quarter. |
| EmployeeBaseWeek | string | Number of base weeks an employee worked and earned the minimum required wages during the reporting period |
| Errors | object[] | Shows detailed error information |
| Id | string | Returns the validation error Id |
| Name | string | Name of the validation error |
| Message | string | Description of the validation error |
Request JSON
statefilings/NJUI/Get?RecordId=01999580-9061-77d5-86be-bc5686a6a5a5&SubmissionId=0199c8cc-6d8a-77a7-b401-aed04901d431
Response JSON
{
"SubmissionId": "019dcdb3-913d-779d-b7b1-f1317b865b24",
"StateUIRecords": [
{
"SequenceId": "001",
"ReturnHeader": {
"TaxYr": "2025",
"Qtr": "Q1",
"Business": {
"BusinessNm": "Vertex Construction LLC",
"IsEIN": true,
"EINorSSN": "45-1254875",
"BusinessType": "PART",
"SigningAuthority": {
"Name": "Natalie Zimmerman",
"Phone": "7132153151",
"BusinessMemberType": "OWNER"
},
"IsForeign": false,
"USAddress": {
"Address1": "1700 Lincoln St",
"Address2": "Suite 2500",
"City": "Denver",
"State": "CO",
"ZipCd": "80203"
}
}
},
"ReturnData": {
"FormWR30": {
"UIIdNum": "05613546",
"TotNumOfEmp": "5",
"TotGrossWages": "6000.00",
"EmpDetails": [
{
"EmployeeId": null,
"EmployeeSequenceId": "12",
"EmployeeRef": "Payref002",
"SSN": "001-45-6924",
"FirstNm": "John",
"LastNm": "Smith",
"MiddleNm": "S",
"Suffix": "Jr",
"Address": {
"Address1": "12 Main St",
"Address2": "CC Avenue",
"City": "Rock Hill",
"ProvinceOrState": "SC",
"ZipCd": "29730",
"Country": "US",
},
"GrossWages": "10000.00",
"EmpBaseWeek": "13"
}
]
}
}
}
],
"Errors": null
}