Skip to main content
Version: 1.7.3

RequestPdfUrls

POST Form1099RCorrection/RequestPdfUrls 
Run in Postman

Request Body

FieldTypeDescription
SubmissionIdGuidOptional Unique identifier of an API submission. Use this node to request the PDFs under a particular submission. If you are going to request the PDFs using the RecordIds, then leave the SubmissionId blank or null.
RecordIdsobject[]Specify the list of RecordIds under this Array.
    RecordIdGuidUnique identifier of the return.
CustomizationobjectContains PDF customizations.
    TINMaskTypestringOptional Mention whether you want the TIN to be masked in the PDF. Only the last digits of the SSN will be visible and the rest of the digits will be crossed (xxx-xx-1234).
Allowed values: "MASKED", "UNMASKED", "BOTH"

Request JSON

{
"SubmissionId": "e654591f-13d2-413f-af47-d047b07e6964",
"RecordIds": [
{
"RecordId": "f14450cb-bd36-4b29-9f0f-9ad5fa36481c"
}
],
"Customization": {
"TINMaskType": "Both"
}
}


Response Body

FieldTypeDescription
SubmissionIdGuidUnique identifier of a submission.
Form1099RCorrectionRecordsobjectContains PDF URLs of the forms requested in the API request.
    SuccessRecordsobject[]Contains the successful records with pdf urls if the forms are generated.
        RecordIdGuidUnique identifier of the return.
        StatusstringStatus of the PDF in TaxBandits.
Success - The PDF is generated and you can download it.
        FilesobjectContains multiple copies of a particular return.
            Copy1objectCopy 1: For State Tax Department
                UnmaskedstringLink to download the Unmasked copy
                UnmaskedPathstringThe storage path of the unmasked TIN
                MaskedstringLink to download the Masked copy
                MaskedPathstringThe storage path of the masked TIN
            Copy2objectCopy 2: To be filed with recipient’s state income tax return, when required.
                UnmaskedstringLink to download the Unmasked copy
                UnmaskedPathstringThe storage path of the unmasked TIN
                MaskedstringLink to download the Masked copy
                MaskedPathstringThe storage path of the masked TIN
            CopyBobjectCopy B: For Recipient
                UnmaskedstringLink to download the Unmasked copy
                UnmaskedPathstringThe storage path of the unmasked TIN
                MaskedstringLink to download the Masked copy
                MaskedPathstringThe storage path of the masked TIN
            CopyCobjectCopy C: For Payer
                UnmaskedstringLink to download the Unmasked copy
                UnmaskedPathstringThe storage path of the unmasked TIN
                MaskedstringLink to download the Masked copy
                MaskedPathstringThe storage path of the masked TIN
            CopyDobjectCopy D: For Payer
                UnmaskedstringLink to download the Unmasked copy
                UnmaskedPathstringThe storage path of the unmasked TIN
                MaskedstringLink to download the Masked copy
                MaskedPathstringThe storage path of the masked TIN
    ErrorRecordsobject[]Contains the error 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
        RecordIdGuidUnique identifier of the return.
        StatusstringStatus of the error record.
  • PDF_Not_Generated - PDF is yet to be generated. You will have to wait and send a new API request to get the PDF.
  • Not Transmitted - The return is not transmitted yet.
  • Invalid RecordId - Given record id is invalid
        MessagestringDescription of each statuses
Errorsobject[]Lists the errors in the API call
    IdstringReturns the error Id.
    NamestringName of the validation error
    MessagestringDescription of the validation error

Response JSON

{
"SubmissionId": "71d93b31-f928-441d-8069-e0edf0de2384",
"Form1099RCorrectionRecords": {
"SuccessRecords": [
{
"RecordId": "24a42b8f-118a-4c05-8df5-8b589dd583a3",
"Status": "Success",
"Files": {
"Copy1": {
"Unmasked": "https://expressirsforms.s3.us-east-1.amazonaws.com/pdfs/aec81bcc-e098-4104-932c-d3241a2fd031/32c5ec71-7897-41f4-806a-aa68839f5f50/1099/19339957/u/copy1_1up_19339957.pdf",
"UnmaskedPath": "pdfs/aec81bcc-e098-4104-932c-d3241a2fd031/32c5ec71-7897-41f4-806a-aa68839f5f50/1099/19339957/u/copy1_1up_19339957.pdf",
"Masked": "https://expressirsforms.s3.us-east-1.amazonaws.com/pdfs/aec81bcc-e098-4104-932c-d3241a2fd031/32c5ec71-7897-41f4-806a-aa68839f5f50/1099/19339957/m/copy1_1up_19339957.pdf",
"MaskedPath": "pdfs/aec81bcc-e098-4104-932c-d3241a2fd031/32c5ec71-7897-41f4-806a-aa68839f5f50/1099/19339957/m/copy1_1up_19339957.pdf"
},
"Copy2": {
"Unmasked": "https://expressirsforms.s3.us-east-1.amazonaws.com/pdfs/aec81bcc-e098-4104-932c-d3241a2fd031/32c5ec71-7897-41f4-806a-aa68839f5f50/1099/19339957/u/copy2_1up_19339957.pdf",
"UnmaskedPath": "pdfs/aec81bcc-e098-4104-932c-d3241a2fd031/32c5ec71-7897-41f4-806a-aa68839f5f50/1099/19339957/u/copy2_1up_19339957.pdf",
"Masked": "https://expressirsforms.s3.us-east-1.amazonaws.com/pdfs/aec81bcc-e098-4104-932c-d3241a2fd031/32c5ec71-7897-41f4-806a-aa68839f5f50/1099/19339957/m/copy2_1up_19339957.pdf",
"MaskedPath": "pdfs/aec81bcc-e098-4104-932c-d3241a2fd031/32c5ec71-7897-41f4-806a-aa68839f5f50/1099/19339957/m/copy2_1up_19339957.pdf"
},
"CopyB": {
"Unmasked": "https://expressirsforms.s3.us-east-1.amazonaws.com/pdfs/aec81bcc-e098-4104-932c-d3241a2fd031/32c5ec71-7897-41f4-806a-aa68839f5f50/1099/19339957/u/copyb_1up_19339957.pdf",
"UnmaskedPath": "pdfs/aec81bcc-e098-4104-932c-d3241a2fd031/32c5ec71-7897-41f4-806a-aa68839f5f50/1099/19339957/u/copyb_1up_19339957.pdf",
"Masked": "https://expressirsforms.s3.us-east-1.amazonaws.com/pdfs/aec81bcc-e098-4104-932c-d3241a2fd031/32c5ec71-7897-41f4-806a-aa68839f5f50/1099/19339957/m/copyb_1up_19339957.pdf",
"MaskedPath": "pdfs/aec81bcc-e098-4104-932c-d3241a2fd031/32c5ec71-7897-41f4-806a-aa68839f5f50/1099/19339957/m/copyb_1up_19339957.pdf"
},
"CopyC": {
"Unmasked": "https://expressirsforms.s3.us-east-1.amazonaws.com/pdfs/aec81bcc-e098-4104-932c-d3241a2fd031/32c5ec71-7897-41f4-806a-aa68839f5f50/1099/19339957/u/copyc_1up_19339957.pdf",
"UnmaskedPath": "pdfs/aec81bcc-e098-4104-932c-d3241a2fd031/32c5ec71-7897-41f4-806a-aa68839f5f50/1099/19339957/u/copyc_1up_19339957.pdf",
"Masked": "https://expressirsforms.s3.us-east-1.amazonaws.com/pdfs/aec81bcc-e098-4104-932c-d3241a2fd031/32c5ec71-7897-41f4-806a-aa68839f5f50/1099/19339957/m/copyc_1up_19339957.pdf",
"MaskedPath": "pdfs/aec81bcc-e098-4104-932c-d3241a2fd031/32c5ec71-7897-41f4-806a-aa68839f5f50/1099/19339957/m/copyc_1up_19339957.pdf"
},
"CopyD": {
"Unmasked": "https://expressirsforms.s3.us-east-1.amazonaws.com/pdfs/aec81bcc-e098-4104-932c-d3241a2fd031/32c5ec71-7897-41f4-806a-aa68839f5f50/1099/19339957/u/copyd_1up_19339957.pdf",
"UnmaskedPath": "pdfs/aec81bcc-e098-4104-932c-d3241a2fd031/32c5ec71-7897-41f4-806a-aa68839f5f50/1099/19339957/u/copyd_1up_19339957.pdf",
"Masked": "https://expressirsforms.s3.us-east-1.amazonaws.com/pdfs/aec81bcc-e098-4104-932c-d3241a2fd031/32c5ec71-7897-41f4-806a-aa68839f5f50/1099/19339957/m/copyd_1up_19339957.pdf",
"MaskedPath": "pdfs/aec81bcc-e098-4104-932c-d3241a2fd031/32c5ec71-7897-41f4-806a-aa68839f5f50/1099/19339957/m/copyd_1up_19339957.pdf"
}
}
}
],
"ErrorRecords": null
},
"Errors": null
}