Skip to main content
Version: 1.7.1

List

Lists all Form 1099-NEC returns in TaxBandits that have been created and transmitted for a Submission or Payer. Based on the filters supplied in the request, the results will be listed. If you provide a BusinessId, for example, all returns created under that BusinessId will be listed.

GET Form1099NEC/List 
Run in Postman

Request Params

FieldTypeDescription
SubmissionIdGuidUnique identifier of a submission
BusinessIdGuidUnique identifier of a business
TINTypestringList the 1099-NEC records based on the given TINType and TIN.
TINstringList the 1099-NEC records based on the given TIN.
TaxYearstringList the 1099-NEC records based on the given taxyear.
Allowed values: "2022","2023"
PagenumberPulls the records listed in the page selected
PageSizenumberNumber of 1099-NEC records to be listed in each page.
EfileStatusstringList the 1099-NEC records based on the status ("CREATED, UNDERPROCESS, SENTTOAGENCY, TRANSMITTED, ACCEPTED, REJECTED")
FromDatestringEnter a date from which the Form 1099-Nec records need to be listed in MM/DD/YYYY format.
ToDatestringEnter a date till which the 1099-Nec records created are to be listed in MM/DD/YYYY format.

Request Params

List all the 1099-NEC returns created for the particular BusinessId, RecordID and Tax year.

"Form1099NEC/List?SubmissionId=1a333c54-1d01-41bf-8283-f43211e918c4&BusinessId=8d6e3938-2af4-41d2-ba02-17796f00aae2&TINType=SSN&TIN=092115111&TaxYear=2023&Page=1&PageSize=10&EfileStatus=ALL&FromDate=11-01-2022&ToDate=11-30-2022"

Response Body

FieldTypeDescription
StatusCodenumberReturns the HTTP status codes like 200,300 etc.
StatusNamestringName of the status code
StatusMessagestringDetailed status message
Form1099TypestringDenotes the type of 1099 form.
Form1099Recordsobject[]Returns detailed information of the Form 1099-NEC records.
    SubmissionIdGuidUnique identifier of a submission
    BusinessIdGuidUnique identifier of a Business.
    PayerRefstringUnique identifier of a Payer.
    BusinessNmstringName of the business
    IsEINBooleanWhen true, identifies the business with an EIN.
    EINorSSNstringEmployer Identification Number or Social Security Number.
    ContactNamestringName of the person who can be contacted by the IRS.
    TaxYearstringTax Year of Form Nec to be filed.
Allowed Values: "2021", "2022".
    RecipientobjectReturns the recipient details.
        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.
        RecordIdGuidAn unique identifier generated by TaxBandits when a 1099-NEC return is created.
        RecipientIdGuidAn unique identifier generated by TaxBandits for a Recipient when a 1099-NEC return is created. You can use this id for your future reference to Update.
        RecipientNmStringName of Recipient.
        TINTypeStringTIN type of the Recipient.
        TINstringTIN of the Recipient.
        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 detailed error information
            IdstringReturns the validation error Id
            NamestringName of the validation error
            MessagestringDescription of the validation error
        StateReturnsobject[]Returns collection of state returns information
            StateCdstringReturns the state code of the state for which the return is filed.
            StatusstringReturns the record status of the state return.
            StatusTsstringDate and time of the return created.
            InfostringReturns the information about the state for which we are not supporting state filing.
            Errorsobject[]Shows error information of state returns of Form W2
            IdstringReturns the validation error Id.
            NamestringName of the validation error.
            MessagestringDescription of the validation error.
        PostalobjectReturns the status and StatusTs of postal mailing service for Form W2.
            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 the Status of the Online Access.
            EmailstringEmail address for whom the online access to be given.
            InfostringInformation about the online access service.
TotalRecordsnumberTotal number of records listed in the response.
TotalPagesnumberTotal number of pages
PagenumberReturns the page number in which the records are listed
PageSizenumberNumber of records listed in each page.
Errorsobject[]Shows detailed error information
IdstringReturns the validation error Id
NamestringName of the validation error
MessagestringDescription of the validation error

Response JSON

The Response Payload will list all the returns created for the given BusinessId.

{
"StatusCode": 200,
"StatusName": "Ok",
"StatusMessage": "Successful API call",
"Form1099Type": "NEC",
"Form1099Records": [
{
"SubmissionId": "099c7fd8-6b39-49b3-b30a-d0f64bfdc334",
"BusinessId": "d6fb8f6e-2a1b-4a75-9178-08a22a4a9cf8",
"PayerRef": null,
"BusinessNm": "Foctrom Trade",
"IsEIN": true,
"EINorSSN": "24-1817196",
"ContactNm": "Kain",
"TaxYear": "2023",
"Recipient": {
"SequenceId": "01",
"RecordId": "e0e93adc-e4ca-4eb0-9900-e0aadd0b6e22",
"RecipientId": "70de8671-9ff7-4a2a-afb3-5afac01470c4",
"RecipientNm": "Berny Charles",
"TINType": "SSN",
"TIN": "841-54-2348",
"FederalReturn": {
"Status": "CREATED",
"StatusTs": "2023-03-08 05:38:05 +00:00",
"Info": null,
"Errors": null
},
"StateReturns": [
{
"StateCd": "TX",
"Status": "NOTCREATED",
"StatusTs": null,
"Info": "Texas does not require 1099 Filing",
"Errors": null
},
{
"StateCd": "SC",
"Status": "Created",
"StatusTs": "2023-03-08 10:38:49 +00:00",
"Info": null,
"Errors": null
}
],
"Postal": {
"Status": "CREATED",
"StatusTs": "2023-03-08 05:38:04 +00:00",
"Info": null
},
"OnlineAccess": {
"Status": "CREATED",
"Email": "sample@bodeem.com",
"Info": null
}
}
}
],
"Page": 1,
"TotalRecords": 1,
"TotalPages": 1,
"PageSize": 100,
"Errors": null
}