IRS Form 1040 Schedule 6 (2018) - Foreign Address and Third Party Designee
IRS Form 1040 Schedule 6 (2018) is used to report a foreign address or appoint a third-party designee to whom the IRS can speak to.
To use the Upload PDF endpoint for this document, you must use A_1040_SCHEDULE_6_2018
in the form_type
parameter.
SCHEDULE 6
The document type
A_1040_SCHEDULE_6_2018
supports data capture from the IRS 1040 Schedule 6 only. The first two pages of the document 1040 are processed as a separate document type.
Field descriptions
The following fields are available on this document type:
JSON attribute | Data type | Description |
---|---|---|
a_1040_schedule_6_2018-Part1-General:year | Integer | Year |
a_1040_schedule_6_2018-Part1-General:name(s)ShownOnForm1040 | Text | Name(s) Shown On Form 1040 |
a_1040_schedule_6_2018-Part1-General:yourSocialSecurityNumber | Text | Social Security Number |
a_1040_schedule_6_2018-Part2-ForeignAddress:foreignCountryName | Text | Foreign Country Name |
a_1040_schedule_6_2018-Part2-ForeignAddress:foreignProvince/County | Text | Foreign Province/County |
a_1040_schedule_6_2018-Part2-ForeignAddress:foreignPostalCode | Text | Foreign Postal Code |
a_1040_schedule_6_2018-Part3-ThirdPartyDesignee:doYouWantToAllowAnotherPersonToDiscussThisReturnWithTheIrs? | YES NO | Do You Want To Allow Another Person To Discuss This Return With The IRS? |
a_1040_schedule_6_2018-Part3-ThirdPartyDesignee:designee'sName | Text | Designee's Name |
a_1040_schedule_6_2018-Part3-ThirdPartyDesignee:phoneNo | Text | Phone Number |
a_1040_schedule_6_2018-Part3-ThirdPartyDesignee:personalIdentificationNumber | Integer | Personal Identification Number |
Sample document
Coming soon...
Sample JSON result
{
"pk": 28181623,
"form_type": "A_1040_SCHEDULE_6_2018",
"other_frauds": [],
"tables": [],
"raw_fields": {
"a_1040_schedule_6_2018-Part1-General:year": {
"value": "2018",
"is_empty": false,
"alias_used": null,
"source_filename": "2018 Schedule 6 (Form 1040) Sample 1.pdf"
},
"a_1040_schedule_6_2018-Part3-ThirdPartyDesignee:phoneNo": {
"value": "(658) 784-5689",
"is_empty": false,
"alias_used": null,
"source_filename": "2018 Schedule 6 (Form 1040) Sample 1.pdf"
},
"a_1040_schedule_6_2018-Part1-General:name(s)ShownOnForm1040": {
"value": "DAVID MILLER",
"is_empty": false,
"alias_used": null,
"source_filename": "2018 Schedule 6 (Form 1040) Sample 1.pdf"
},
"a_1040_schedule_6_2018-Part1-General:yourSocialSecurityNumber": {
"value": "478-56-1278",
"is_empty": false,
"alias_used": null,
"source_filename": "2018 Schedule 6 (Form 1040) Sample 1.pdf"
},
"a_1040_schedule_6_2018-Part2-ForeignAddress:foreignPostalCode": {
"value": "",
"is_empty": true,
"alias_used": null,
"source_filename": "2018 Schedule 6 (Form 1040) Sample 1.pdf"
},
"a_1040_schedule_6_2018-Part2-ForeignAddress:foreignCountryName": {
"value": "",
"is_empty": true,
"alias_used": null,
"source_filename": "2018 Schedule 6 (Form 1040) Sample 1.pdf"
},
"a_1040_schedule_6_2018-Part3-ThirdPartyDesignee:designee'sName": {
"value": "JAMES SMITH",
"is_empty": false,
"alias_used": null,
"source_filename": "2018 Schedule 6 (Form 1040) Sample 1.pdf"
},
"a_1040_schedule_6_2018-Part2-ForeignAddress:foreignProvince/County": {
"value": "",
"is_empty": true,
"alias_used": null,
"source_filename": "2018 Schedule 6 (Form 1040) Sample 1.pdf"
},
"a_1040_schedule_6_2018-Part3-ThirdPartyDesignee:personalIdentificationNumber": {
"value": "81645",
"is_empty": false,
"alias_used": null,
"source_filename": "2018 Schedule 6 (Form 1040) Sample 1.pdf"
},
"a_1040_schedule_6_2018-Part3-ThirdPartyDesignee:doYouWantToAllowAnotherPersonToDiscussThisReturnWithTheIrs?": {
"value": "YES",
"is_empty": false,
"alias_used": null,
"source_filename": "2018 Schedule 6 (Form 1040) Sample 1.pdf"
}
},
"id": 28181623
}
Updated 4 months ago