Extend your software with TaxBandits IRS E-file API Integration

Skip to main content
Version: 1.7.0

UploadForm8453EMP

Uploads signed Form 8453 EMP by Record Id.

POST Form940SchR/UploadForm8453EMP

Request Body

FieldTypeDescription
RecordIdGuidUnique identifier of a record.
Form8453EMPPdfbyte[]Byte array of Form-8453 pdf

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
Form8453EMPPdfstringPulls Form 8453 Pdf success and error status messages
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

{
"RecordId": "ca1026e6-7aa5-434f-a3b2-329cb76e138f",
"Form8453EMPPdf": "QEA=="
}

Response JSON

{
"StatusCode": 200,
"StatusName": "Ok",
"StatusMessage": "Successful API call",
"RecordId": "ca1026e6-7aa5-434f-a3b2-329cb76e138f",
"Form8453EMPPdf": "Form 8453-EMP is uploaded to the return (record id: ca1026e6-7aa5-434f-a3b2-329cb76e138f)",
"Errors": null
}