Skip to content

Commit 0aecfb2

Browse files
Merge pull request #568 from kian-ng/USTNN-2546
USTNN-2546 Updated 1099 report open-api documentation
2 parents ec52c43 + da471a8 commit 0aecfb2

File tree

1 file changed

+56
-9
lines changed

1 file changed

+56
-9
lines changed

xero_accounting.yaml

+56-9
Original file line numberDiff line numberDiff line change
@@ -18413,11 +18413,35 @@ paths:
1841318413
"Id": "8b474ddb-9ef4-457c-8640-1c0e3670ea0e",
1841418414
"Status": "OK",
1841518415
"ProviderName": "Java Public Example",
18416-
"DateTimeUTC": "\/Date(1555968100978)\/",
18416+
"DateTimeUTC": "\/Date(1691540171754)\/",
1841718417
"Reports": [
1841818418
{
18419-
"ReportName": "1099 report",
18420-
"ReportDate": "1 Jan 2016 to 31 Dec 2016",
18419+
"ReportName": "1099-NEC report",
18420+
"ReportDate": "1 Jan 2023 to 31 Dec 2023",
18421+
"Fields": [],
18422+
"Contacts": [
18423+
{
18424+
"Box1": 0.00,
18425+
"Box2": 0.00,
18426+
"Box4": 1150.00,
18427+
"Name": "Bank West",
18428+
"FederalTaxIDType": "SSN",
18429+
"City": "Pinehaven",
18430+
"Zip": "12345",
18431+
"State": "CA",
18432+
"Email": "[email protected]",
18433+
"StreetAddress": "Procurement Services\r\nGPO 1234\r\n\r\n\r\n",
18434+
"TaxID": "234-22-2223",
18435+
"ContactId": "81d5706a-8057-4338-8511-747cd85f4c68",
18436+
"LegalName": "Jack Sparrow",
18437+
"BusinessName": "Bank West",
18438+
"FederalTaxClassification": "PARTNERSHIP"
18439+
}
18440+
]
18441+
},
18442+
{
18443+
"ReportName": "1099-MISC report",
18444+
"ReportDate": "1 Jan 2023 to 31 Dec 2023",
1842118445
"Fields": [],
1842218446
"Contacts": [
1842318447
{
@@ -18432,7 +18456,6 @@ paths:
1843218456
"Box9": 0.00,
1843318457
"Box10": 0.00,
1843418458
"Box11": 0.00,
18435-
"Box13": 0.00,
1843618459
"Box14": 0.00,
1843718460
"Name": "Bank West",
1843818461
"FederalTaxIDType": "SSN",
@@ -18442,7 +18465,10 @@ paths:
1844218465
"Email": "[email protected]",
1844318466
"StreetAddress": "Procurement Services\r\nGPO 1234\r\n\r\n\r\n",
1844418467
"TaxID": "234-22-2223",
18445-
"ContactId": "81d5706a-8057-4338-8511-747cd85f4c68"
18468+
"ContactId": "81d5706a-8057-4338-8511-747cd85f4c68",
18469+
"LegalName": "Jack Sparrow",
18470+
"BusinessName": "Bank West",
18471+
"FederalTaxClassification": "PARTNERSHIP"
1844618472
},
1844718473
{
1844818474
"Box1": 0.00,
@@ -18456,7 +18482,6 @@ paths:
1845618482
"Box9": 0.00,
1845718483
"Box10": 0.00,
1845818484
"Box11": 0.00,
18459-
"Box13": 0.00,
1846018485
"Box14": 0.00,
1846118486
"Name": "Hoyt Productions",
1846218487
"FederalTaxIDType": "SSN",
@@ -18466,7 +18491,10 @@ paths:
1846618491
"Email": "[email protected]",
1846718492
"StreetAddress": "100 Rusty Ridge Road\r\nSuite 100\r\n\r\n\r\n",
1846818493
"TaxID": "123-45-6780",
18469-
"ContactId": "19732b6a-9a5c-4651-b33c-3f8f682e2a2b"
18494+
"ContactId": "19732b6a-9a5c-4651-b33c-3f8f682e2a2b",
18495+
"LegalName": "Raymond Holt",
18496+
"BusinessName": "Hoyt productions",
18497+
"FederalTaxClassification": "S_CORP"
1847018498
},
1847118499
{
1847218500
"Box1": 5543.75,
@@ -18480,7 +18508,6 @@ paths:
1848018508
"Box9": 0.00,
1848118509
"Box10": 0.00,
1848218510
"Box11": 0.00,
18483-
"Box13": 0.00,
1848418511
"Box14": 0.00,
1848518512
"Name": "Truxton Property Management",
1848618513
"FederalTaxIDType": "EIN",
@@ -18490,7 +18517,10 @@ paths:
1849018517
"Email": "[email protected]",
1849118518
"StreetAddress": "1000 Copper Avenue\r\nSuite 1000\r\n\r\n\r\n",
1849218519
"TaxID": "33-3332233",
18493-
"ContactId": "018355fc-c67e-4352-b443-ef3873031983"
18520+
"ContactId": "018355fc-c67e-4352-b443-ef3873031983",
18521+
"LegalName": "Jake Peralta",
18522+
"BusinessName": "Truxton Property Management",
18523+
"FederalTaxClassification": "C_CORP"
1849418524
}
1849518525
]
1849618526
}
@@ -27988,6 +28018,23 @@ components:
2798828018
description: Contact contact id
2798928019
type: string
2799028020
format: uuid
28021+
LegalName:
28022+
description: Contact legal name
28023+
type: string
28024+
BusinessName:
28025+
description: Contact business name
28026+
type: string
28027+
FederalTaxClassification:
28028+
descrption: Contact federal tax classification
28029+
type: string
28030+
enum:
28031+
- SOLE_PROPRIETOR
28032+
- PARTNERSHIP
28033+
- TRUST_OR_ESTATE
28034+
- NONPROFIT
28035+
- C_CORP
28036+
- S_CORP
28037+
- OTHER
2799128038
Schedule:
2799228039
externalDocs:
2799328040
url: 'http://developer.xero.com/documentation/api/repeating-invoices/'

0 commit comments

Comments
 (0)