Extend your software with TaxBandits IRS E-file API Integration

Skip to main content
Version: 1.7.1

DownloadForm8453EMP

Downloads Form 8453 EMP by Record Id.

Get Form940SchR/DownloadForm8453EMP

Request Body

FieldTypeDescription
RecordIdGuidUnique identifier of a record

Response Body

FieldTypeDescription
StatusCodenumberReturns the HTTP status codes like 200,300 etc.
StatusNamestringName of the status code.
StatusMessagestringDetailed status message.
RecordIdGuidUnique identifier of a record
Form8453EMPPdfbyte[]Pulls the byte array of Form-8453 pdf records with Success and Error statuses
Errorsobject[]Shows detailed error information.
    CodestringReturns the validation error code.
    NamestringName of the validation error.
    MessagestringDescription of the validation error.
    TypestringType of validation error.

Request JSON

Form940SCHR/DownloadForm8453EMP?RecordId=0593adf3-4bcf-4ba6-98f4-1e76805a03e8

Response JSON

{
"StatusCode": 200,
"StatusName": "Ok",
"StatusMessage": "Successful API call",
"RecordId": "6dfef967-e3b5-4f53-886f-a52099c72422",
"Form8453EMPPdf": "We've successfully received your Form 8453 PDF",
"Errors": null
}