Skip to main content
Version: 1.7.3

RequestPdfUrl

RequestPdfUrl

This endpoint is used to retrieve a secure URL for the PDF of a 15397 extension form transmitted through the TaxBandits API. Your request JSON must include the ‘SubmissionId’ corresponding to the extension form you want to download.

GET Form15397/RequestPdfUrl 

Request Params

FieldTypeDescription
SubmissionIdGuidUnique identifier of a submission

Response Body

FieldTypeDescription
StatusCodenumberHTTP status code of the response (e.g., 200, 400, 500).
StatusNamestringName of the status code
StatusMessagestringDetailed message describing the outcome of the delete request.
SubmissionIdGuidUnique identifier of the submission that was attempted to be deleted.
PDFUrlstringLink to download the PDF copy
PDFPathstringThe storage path of the PDF
Errorsobject[]Array of error details, returned if the request failed validation or processing.
    IdstringUnique identifier of the validation or processing error.
    NamestringShort name of the error.
    MessagestringDetailed description of the error.

Request Params

"Form15397/RequestPDFURL?SubmissionId=de99745f-144f-4bb9-b1ff-ca6261ae077f"

Response JSON

Success Response - This is a sample response for successful API requests.

{
"SubmissionId": "4eccc3fe-44fe-4811-9750-555758d371ca",
"PDFUrl": "https://expressirsforms.s3.us-east-1.amazonaws.com/pdfs/aec81bcc-e098-4104-932c-d3241a2fd031/6fb74d3b-4906-4188-8f7e-6aed6577de3f/1099/19562778/u/copyb_1up_19562778.pdf",
"PDFPath": "pdfs/aec81bcc-e098-4104-932c-d3241a2fd031/6fb74d3b-4906-4188-8f7e-6aed6577de3f/1099/19562778/u/copyb_1up_19562778.pdf",
"Errors": null
}