Skip to main content
Version: 1.7.3

List

GET Form1099RCorrection/List 
Run in Postman

Request Params

FieldTypeDescription
SubmissionIdGuidThis is a Unique Identifier of a Submission. Use this node, if you want to list the 1099 R Correction records created under a Submission. Ignore this node, if you want to list the records of a particular Payer.
BusinessIdGuidThis is a Unique Identifier of a Payer. Use this node, if you want to list all the 1099 R Correction records created under the Payer. Ignore this node, if you want to list the records for a Submission.
TINTypestringMention TIN type and TIN, if you do not have Business ID and want to list all the 1099 R Correction records created under a Payer.
Allowed Values : "EIN" ,"SSN"
TINstringEmployer Identification Number or Social Security Number of the Payer is required only when you have not provided the SubmissionId or the BusinessId.
TaxYearstringEnter the specific tax year for the list of 1099 R correction Records. If the tax year is not given, all tax year records will be listed.
PagenumberMention the page number that needs to be listed in the Response. If the value is not given, the page will be defaulted to 1.
PageSizenumberProvide a numerical value to list the total number of Form 1099 R Correction records in each page. If the value is not given, then the page size will be defaulted to 10.
EfileStatusstringMention Form 1099 R Correction record status that needs to be listed. If the value is not given, then records with all the statuses will be listed.
FromDatestringEnter a date from which the Form 1099 R Correction records need to be listed in MM/DD/YYYY format.
ToDatestringEnter a date till which the 1099 R Correction records created are to be listed in MM/DD/YYYY format.

Request Params

Form1099RCorrection/List?SubmissionId=80fac551-bd6a-4945-922e-6fa420272959&BusinessId=740d3eda-acb2-4f5f-9a45-5ca87498008c&TIN=243-313345&TINType=EIN&TAXYEAR=2023&PAGE=1&PAGESIZE=5&EFILESTATUS=ALL&FormDate=12/18/2023&ToDate=12/19/2023

Response Body

FieldTypeDescription
StatusCodenumberReturns the HTTP status codes like 200,300 etc.
StatusNamestringSubmission Status
StatusMessagestringStatus Details
Form1099TypestringDenotes the type of 1099 form.
Form1099Recordsobject[]It contains list of 1099 R Correction records.
    SubmissionIdGuidUnique Identifier of a Payer.
    BusinessIdGuidUnique identifier of a business.
    BusinessNmstringPayer's Name.
    EINorSSNstringPayer's EIN or SSN or Payer's Employer Identification Number or Social Security Number
    ContactNmstringContact Name of the Payer.
    TaxYearstringTax year of the 1099 R Correction records.
    RecipientobjectRecipient Details.
        SequenceIdstringSequence ID of the 1099 R Correction record provided during CREATE or UPDATE
        RecordIdGuidUnique identifier of the 1099 R Correction record.
        RecipientIdGuidUnique identifier of the Recipient.
        RecipientNmBooleanRecipient's Name.
        TINTypestringRecipient's TIN Type.
        TINstringRecipient's TIN.
        StatusstringRecord Status of Form 1099 R Correction.
        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.
            Errorsobject[]Shows error information of federal returns of Form 1099 R Correction.
        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.
TotalRecordsnumberTotal number of records.
TotalPagesnumberTotal number of pages.
PagenumberPulls the records listed in the page selected
PageSizenumberTotal 1099 R correction records in the page.
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",
"Form1099Type": "RCORRECTION",
"Form1099Records": [
{
"SubmissionId": "80fac551-bd6a-4945-922e-6fa420272959",
"BusinessId": "740d3eda-acb2-4f5f-9a45-5ca87498008c",
"BusinessNm": "ABC ICE CREAM COMPANY",
"EINorSSN": "243-31-3345",
"ContactNm": "Michal",
"TaxYear": "2023",
"Recipient": {
"SequenceId": "001",
"RecordId": "86b06b7b-bdb5-45aa-932e-70f746fd1d98",
"RecipientId": "fb417f07-8106-4a48-a8e9-2c6244fc63d5",
"RecipientNm": "john rohit",
"TINType": "SSN",
"TIN": "394-11-6682",
"Status": "CREATED",
"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"
}
}
},
{
"SubmissionId": "80fac551-bd6a-4945-922e-6fa420272959",
"BusinessId": "740d3eda-acb2-4f5f-9a45-5ca87498008c",
"BusinessNm": "Rock6 LLC",
"EINorSSN": "243-31-3345",
"ContactNm": "Michal",
"TaxYear": "2023",
"Recipient": {
"SequenceId": "001",
"RecordId": "16297d66-5dc6-4b6a-bb5c-d144918b3c71",
"RecipientId": "fb417f07-8106-4a48-a8e9-2c6244fc63d5",
"RecipientNm": "john rohit",
"TINType": "SSN",
"TIN": "394-11-6682",
"Status": "CREATED",
"FederalReturn": {
"Status": "CREATED",
"StatusTs": "2024-01-10 05:07:21 -05:00",
"Info": null,
"Errors": null
},
"StateReturns": null,
"Postal": null,
"OnlineAccess": {
"Status": "NA",
"Email": null,
"Info": "This Service will be available soon"
}
}
}
],
"Page": 1,
"TotalRecords": 2,
"TotalPages": 1,
"PageSize": 100,
"Errors": null
}