Get
Get
Use this endpoint to retrieve the information of a previously created UC-1 form for the corresponding employer (payer). Your request JSON must include the corresponding SubmissionId and the RecordId (optional) for the forms.
GET statefilings/INUI/get Request Params
| Field | Type | Description |
|---|---|---|
| SubmissionId | Guid | Unique identifier created by TaxBandits for each submission. Not required when you are creating a return |
| RecordId | Guid | A unique identifier generated by TaxBandits when a Form UC1 return is created. |
Response Body
| Field | Type | Description |
|---|---|---|
| SubmissionId | Guid | Unique identifier created by TaxBandits for each submission. |
| 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 UC1 is to be filed. |
| Qtr | String | The quarter for which the Form UC1 is to be filed. |
| Business | object | Object to identify the Business Details. |
| BusinessId | Guid | The unique Business ID (Generated by TaxBandits) that you received in the response of the Business CREATE Endpoint. |
| PayerRef | string | The unique identifier for the payer. |
| 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. |
| IndividualNm | object | The individual name fields instead of BusinessNm. |
| 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 | 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. 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. |
| FormUC1 | Object | Identifies the Form UC1 data. |
| UIIdNumber | String | Employer's Indiana Unemployment Account Number. |
| UITaxRate | Number | Tax rate for the quarter. |
| IsNoWageReported | Boolean | When true, indicates that no wage is reported in this quarter. |
| NumberOfEmployee | Object | Identifies the total number of employees for the quarter. |
| TotalMonth1Employee | string | Total number of employees in month 1 of the quarter. |
| TotalMonth2Employee | string | Total number of employees in month 2 of the quarter. |
| TotalMonth3Employee | string | Total number of employees in month 3 of 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. |
| SSN | string | A unique identifier of the employee. |
| FirstNm | string | Employee's Social Security Number (SSN). |
| MiddleNm | string | Employee's middle name. |
| LastNm | string | Employee's last name. |
| Suffix | string | Optional Employee's suffix. |
| GrossWages | Number | Total gross wages paid to the employee during the reporting quarter. |
| EmploymentStatus | string | Employee's employment type.Allowed values"Part_Time", "Full_Time", "Seasonal" |
| SOCCode | string | Standard Occupational Classification of the employee |
| IsMonth1 | Boolean | When true, indicates the employee was employed during the month 1 of the quarter. |
| IsMonth2 | Boolean | When true, indicates the employee was employed during the month 2 of the quarter. |
| IsMonth3 | Boolean | When true, indicates the employee was employed during the month 3 of the quarter. |
| SeasonalEmpCd | string | Seasonal code for the Employee |
| ZipCd | string | The ZIP Code of the employee's primary work location |
| HireDt | string | Date on which the employee was hired. |
| TotGrossWages | Number | Total gross wages reported for all employees for the quarter. |
| TotTaxableWages | Number | Total taxable wages reported for all employees for the quarter. |
| TotExcessWages | Number | Total excess wages reported for all employees for the quarter. |
| UITaxDue | Number | Unemployment insurance tax due for the reported taxable wages. |
| Interest | Number | Interest for the quarter. |
| Penalty | Number | Penalty for the quarter. |
| TotUITaxDue | Number | Total unemployment insurance tax due for the quarter. |
| 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 Params
"statefilings/INUI/Get?SubmissionId=01993c45-e77e-7383-823a-d13273fd717c&RecordId=f5c0b155-7261-4f9d-b0bc-cad7a0f69d2e"
Response JSON
- 200
- 400
- 401
Success Response - This is a sample response for successful API requests.
{
"SubmissionId": "01a01ee5-e2f6-7258-86c9-6a907d0fc35e",
"StateUIRecords": [
{
"SequenceId": "001",
"RecordId": "01a01ee6-07c1-750b-9da0-30af43d4d6f9",
"ReturnHeader": {
"TaxYear": "2026",
"Qtr": "Q2",
"Business": {
"BusinessId": "ff1f5813-acc4-490f-9664-552774af37d3",
"PayerRef": null,
"IsDefaultBusiness": true,
"TINDetails": {
"Format": "PLAIN_TIN",
"TINType": "EIN",
"TIN": "13-0000000"
},
"BusinessNm": "Snowdaze LLC",
"NameCtrl": "SNOW",
"DBADetails": {
"DBANm": "Iceberg Icecreams",
"DBARef": "DBA1001",
"DBAId": null,
"IsDefaultDBA": true,
"Address": {
"Address1": "123 Main St",
"Address2": "Suite 1001",
"City": "Rock Hill",
"ProvinceOrState": "SC",
"ZipCd": "29730",
"Country": "US"
}
},
"Address": {
"Address1": "123 Main St",
"Address2": "Suite 1001",
"City": "Rock Hill",
"ProvinceOrState": "SC",
"ZipCd": "29730",
"Country": "US"
},
"ContactDetails": {
"FirstNm": "James",
"MiddleNm": "A",
"LastNm": "Anderson",
"Suffix": null,
"Phone": "8035551234",
"PhoneExtn": "101",
"Email": "contact@snowdaze.com",
"Fax": "8035555678"
},
"BusinessType": "ESTE",
"SigningAuthority": {
"FirstNm": "Ambrane",
"MiddleNm": "A",
"LastNm": "Cavil",
"Suffix": null,
"Phone": "8035551000",
"PhoneExtn": null,
"BusinessMemberType": "ADMINISTRATOR"
}
}
},
"ReturnData": {
"FormUC1": {
"UIIdNumber": "123456-789-0",
"UITaxRate": 0.054,
"IsNoWageReported": false,
"NumberOfEmployee": {
"TotalMonth1Employee": 1,
"TotalMonth2Employee": 1,
"TotalMonth3Employee": 1
},
"EmployeeDetails": [
{
"EmployeeSequenceId": "11",
"EmployeeId": "cfb7084f-6b1b-4fb3-b11f-2f064f33eea4",
"SSN": "761456924",
"FirstNm": "John",
"MiddleNm": "Joe",
"LastNm": "Smith",
"Suffix": null,
"GrossWages": 1000,
"EmploymentStatus": "Part_Time",
"SOCCode": "123456",
"IsMonth1": false,
"IsMonth2": true,
"IsMonth3": false,
"SeasonalEmpCd": "12",
"ZipCd": "12345",
"HireDate": "12/21/2025"
}
],
"TotalGrossWages": 1000,
"TotalTaxableWages": 400,
"TotalExcessWages": 600,
"UITaxDue": 0,
"Interest": 0,
"Penalty": 0,
"TotalUIDue": 280
}
}
}
],
"Errors": null
}
Bad Request Response - You'll get the below response when your API requests contain any validation errors.
{
"SubmissionId": "01a023ad-3829-7597-bcc2-47ddb2b093c",
"StateUIRecords": [],
"Errors": [
{
"Id": "S00-000098",
"Name": "SubmissionId",
"Message": "SubmissionId is invalid."
}
]
}
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"
}
]
}