Skip to main content
Version: 1.7.3

Status

GET Form1099RCorrection/Status 
Run in Postman

Request Params

FieldTypeDescription
SubmissionIdGuidUnique identifier of a submission

Request Params

Form1099Rcorrection/Status?SubmissionId=80fac551-bd6a-4945-922e-6fa420272959

Response Body

FieldTypeDescription
StatusCodenumberReturns the HTTP status codes like 200,300 etc.
StatusNamestringName of the status code
StatusMessagestringDetailed status message
SubmissionIdGuidUnique identifier of a submission
BusinessIdGuidUnique identifier of a Business.
Form1099TypestringDenotes the type of 1099 form.
Form1099RecordsobjectPulls Form 1099 R correction records with Success and Error statuses
    SuccessRecordsobject[]It will show the detailed information about the success status of Form 1099 R correction Records
        SequenceIdstringAn unique reference ID for the submission that can be used to identify a particular record. The Sequence ID will be returned in the Response for your reference.
        PrevReportedRecordIdGuidReturns the PrevReportedRecordId given in the Request.
        RecordIdGuidAn unique identifier generated by TaxBandits when a 1099 R correction return is created.
        RecipientIdGuidAn unique identifier generated by TaxBandits for a Recipient when a 1099 R correction return is created. You can use this id for your future reference to Update.
        FederalReturnobjectReturns the record status and StatusTs of federal return.
            StatusstringReturns the record status.
            StatusTsstringReturns date and time of return created.
            InfostringReturns information about the Federal Filing service.
        StateReturnsobject[]Returns collection of state returns information
        PostalobjectReturns the status and StatusTs of postal mailing service for Form 1099 R correction.
            StatusstringReturns the status of postal order.
            StatusTsstringReturns the date and time of the postal order created.
            InfostringReturns the information about Postal mailing service.
        OnlineAccessobjectReturns the Email address for whom the online access to be given and Status of online access.
            StatusstringReturns status of online access for Form 1099 R correction return.
            EmailstringEmail address for whom the online access to be given.
            InfostringInformation about the online access service.
    ErrorRecordsobject[]It will show the detailed information about the error status of Form 1099 R correction Records.
        SequenceIdstringAn unique reference ID for the submission that can be used to identify a particular record. The Sequence ID will be returned in the Response for your reference.
        RecordIdGuidUnique identifier of a record.
        Errorsobject[]Shows detailed error information
            IdstringReturns the validation error Id
            NamestringName of the validation error
            MessagestringDescription of the validation error
Errorsobject[]Shows detailed error information
    IdstringReturns the validation error Id
    NamestringName of the validation error
    MessagestringDescription of the validation error

Response JSON

{
"StatusCode": 200,
"StatusName": "Ok",
"StatusMessage": "Successful API call",
"SubmissionId": "80fac551-bd6a-4945-922e-6fa420272959",
"BusinessId": "740d3eda-acb2-4f5f-9a45-5ca87498008c",
"Form1099Type": "RCORRECTION",
"Form1099Records": {
"SuccessRecords": [
{
"SequenceId": "001",
"PrevReportedRecordId": null,
"RecordId": "86b06b7b-bdb5-45aa-932e-70f746fd1d98",
"RecipientId": "fb417f07-8106-4a48-a8e9-2c6244fc63d5",
"FederalReturn": {
"Status": "CREATED",
"StatusTs": "2024-01-10 02:50:21 -05:00",
"Info": null,
"Errors": null
},
"StateReturns": null,
"Postal": {
"Status": "CREATED",
"StatusTs": "2024-01-10 02:50:21 -05:00",
"Info": null
},
"OnlineAccess": {
"Status": "NA",
"Email": null,
"Info": "This Service will be available soon"
}
},
{
"SequenceId": "001",
"PrevReportedRecordId": "baf68735-d06f-46d0-9f44-9c653f6bc9a3",
"RecordId": "16297d66-5dc6-4b6a-bb5c-d144918b3c71",
"RecipientId": "fb417f07-8106-4a48-a8e9-2c6244fc63d5",
"FederalReturn": {
"Status": "TRANSMITTED",
"StatusTs": "2024-01-10 06:00:06 -05:00",
"Info": null,
"Errors": null
},
"StateReturns": null,
"Postal": null,
"OnlineAccess": {
"Status": "NA",
"Email": null,
"Info": "This Service will be available soon"
}
}
],
"ErrorRecords": null
},
"Errors": null
}