Status
Lists the current status of the Forms 1094C&Form1095C returns for a particular Submission ID.
GET Form1095C/Status
Request Params
| Field | Type | Description |
|---|
| SubmissionId | Guid | Unique identifier of a submission. |
Response Body
| Field | Type | Description |
|---|
| StatusCode | number | Returns the HTTP status codes like 200,300 etc. |
| StatusName | string | Name of the status code. |
| StatusMessage | string | Detailed status message. |
| SubmissionId | Guid | Unique identifier of a submission. |
| FormACARecords | object | It will show the detailed information about the success and error records of Forms 1094C&Form1095C. |
| SuccessRecords | object | It will show the detailed information about the success status of Forms 1094C&Form1095C Records. |
| RecordId | Guid | Unique identifier of a record. |
| FormType | string | Type of ACA Form filed. |
| TaxYear | string | Tax Year of the Return. |
| Form1095CCount | Number | Number of 1095-C Forms Filed with this return. |
| RecordStatus | string | Returns the status of the records. |
| StatusTS | string | Date and time of return created. |
| Form1094CRecords | object | contains success records of Form 1094C returns |
| BusinessId | string | Returns the unique Business ID for the Business. It can be used in future to refer the same business. |
| BusinessNm | string | Name of the business |
| Form1095CRecords | object[] | contains success records of Form 1095C returns. |
| Form1095SeqNum | string | This identifies the sequence on the record sent in the payload.When errors occur we will send the errors attached to particular sequence. |
| Form1095CId | Guid | Unique Id to identify each Form 1095 C. |
| EmployeeId | string | An unique identifier generated by TaxBandits for a employee when a W2 return is created. You can use this id for your future reference to Update. |
| EmployeeNm | string | Name of the recipient(Employee) |
| FederalReturn | object | Returns the record status and StatusTs of federal return. |
| Status | string | Returns the record status. |
| StatusTs | string | Returns date and time of return created. |
| Info | string | Returns information about the Federal Filing service. |
| Errors | object[] | Shows error information of state returns of Form 1095C. |
| Id | string | Returns the validation error Id. |
| Name | string | Name of the validation error. |
| Message | string | Description of the validation error |
|