Skip to main content
Version: 2.0.0

RequestDraftPdfUrl

RequestDraftPdfUrl

This endpoint retrieves Draft PDF copies of a Form 1099 for a single recipient or multiple recipients. Request the Draft PDF URLs by providing the RecordId associated with the returns.

GET form1099/requestdraftpdfurl 

Request Body

FieldTypeDescription
RecordIdsGuid[]A unique identifier generated by TaxBandits when a return is created. Mention the return's Record ID that you want to delete.

Response Body

FieldTypeDescription
RecordIdGuidA unique identifier of the record
EmployeeIdGuidA unique identifier for each recipient set by you.
PayeeRefstring
DraftPdfUrlstringURL of the Draft PDF
DraftPdfPathstringStorage path of the draft PDF
Errorsobject[]Shows detailed error information
IdstringReturns the validation error code
NamestringName of the validation error
MessagestringDescription of the validation error
Errorsobject[]Shows detailed error information
IdstringReturns the validation error code
NamestringName of the validation error
MessagestringDescription of the validation error
Request Params
SampleDescriptionAction
Sample 1
Query Params - Request Draft PDF URLs for generated Form 1099 returns using RecordId.
Sample 1
V2.0.0/FormACA/RequestDraftPdfUrl?RecordId=cf0a188b-6661-4b57-b04b-ba9ead52a16e
Response JSON
ResponseDescriptionAction
200
Success Response - This is a sample response for successful API requests.
Response: 200
{
"RecordId": "5ce0a501-ddcd-4b23-af7c-c836bc434bda",
"EmployeeId": "ba15c63a-e191-4dbc-9156-457f0980052e",
"EmployeeRef": null,
"DraftPdfPath": "pdfs/c2d66a8c-3cf3-4dbc-9095-38b92fc58866/0927361d-25ec-47d5-9c37-7a239ec6a2fa/1099/19455581/d/copy_tbs_wm_1up_9455960000.pdf",
"Error": null
}