RequestDraftPdfUrl
POST Form1099SCorrection/RequestDraftPdfUrl
Request Body
Field | Type | Description |
---|---|---|
TaxYear | string | Optional Tax year of Form 1099 S correction to be filed. Allowed values:"2023" |
RecordId | Guid | Optional Specify the RecordId of the return. |
Business | object | Optional Collects the Business identifier TIN or TBS Business Id or PayerRef. This object information is required only if you do not have the RecordId |
BusinessId | Guid | Optional Unique identifier of a Business. |
PayerRef | string | Optional An unique identifier for each payer completing their information. This identifier can be used in future references of the payer in the API. Size Range: 50 |
TINType | string | Optional TIN type of the business |
TIN | string | Optional payer’s TIN. |
Recipient | object | Optional Collects the recipient's unique identifier. This object information is required only if you do not have the RecordId. |
PayeeRef | string | Optional An unique identifier for each recipient set by the client. Size Range: 1 to 50 |
RecipientId | Guid | Optional Unique identifier of the Recipient. |
TINType | string | Optional TIN type of the Recipient’s TIN. Use this as an alternative for RecipientId or PayeeRef. Allowed values:"SSN", "EIN" |
TIN | string | Optional Taxpayer Identification Number. Use this as an alternative for RecipientId or PayeeRef. Size Range: 9-11 |
Request JSON
{
"RecordId": "e3847a5b-43d4-47c6-b703-b0a49c3ebafe",
"RecipientId": "9a30eb8e-d51e-4a01-96a5-2f4900dceb3f",
"PayeeRef": null,
"DraftPdfUrl": "https://expressirsforms.s3.us-east-1.amazonaws.com/pdfs/4d7e98c3-e18a-4715-b525-8f843d1d1023/680c00c9-0b23-430d-a9ea-c525b6d6e7d4/1099/17891714/d/copy_tbs_wm_1up_6153739529.pdf",
"Error": null
}
Response Body
Field | Type | Description |
---|---|---|
RecordId | Guid | Unique identifier of the record |
RecipientId | Guid | Unique Recipient Identifier generated by TaxBandits |
PayeeRef | string | An unique identifier for each recipient set by the client. |
DraftPdfUrl | string | URL of the Draft PDF |
DraftPdfPath | string | Storage path of the draft PDF |
Errors | object[] | Shows detailed error information |
Id | string | Returns the validation error code |
Name | string | Name of the validation error |
Message | string | Description of the validation error |
Response JSON
Success Response - This is a sample response for successful API requests.
{
"RecordId": "5ce0a501-ddcd-4b23-af7c-c836bc434bda",
"RecipientId": "ba15c63a-e191-4dbc-9156-457f0980052e",
"PayeeRef": null,
"DraftPdfUrl": "https://expressirsforms.s3.us-east-1.amazonaws.com/pdfs/c2d66a8c-3cf3-4dbc-9095-38b92fc58866/0927361d-25ec-47d5-9c37-7a239ec6a2fa/1099/19455581/d/copy_tbs_wm_1up_9455960000.pdf",
"DraftPdfPath": "pdfs/c2d66a8c-3cf3-4dbc-9095-38b92fc58866/0927361d-25ec-47d5-9c37-7a239ec6a2fa/1099/19455581/d/copy_tbs_wm_1up_9455960000.pdf",
"Error": null
}