@@ -18413,11 +18413,35 @@ paths:
18413
18413
"Id": "8b474ddb-9ef4-457c-8640-1c0e3670ea0e",
18414
18414
"Status": "OK",
18415
18415
"ProviderName": "Java Public Example",
18416
- "DateTimeUTC": "\/Date(1555968100978 )\/",
18416
+ "DateTimeUTC": "\/Date(1691540171754 )\/",
18417
18417
"Reports": [
18418
18418
{
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
+
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",
18421
18445
"Fields": [],
18422
18446
"Contacts": [
18423
18447
{
@@ -18432,7 +18456,6 @@ paths:
18432
18456
"Box9": 0.00,
18433
18457
"Box10": 0.00,
18434
18458
"Box11": 0.00,
18435
- "Box13": 0.00,
18436
18459
"Box14": 0.00,
18437
18460
"Name": "Bank West",
18438
18461
"FederalTaxIDType": "SSN",
@@ -18442,7 +18465,10 @@ paths:
18442
18465
18443
18466
"StreetAddress": "Procurement Services\r\nGPO 1234\r\n\r\n\r\n",
18444
18467
"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"
18446
18472
},
18447
18473
{
18448
18474
"Box1": 0.00,
@@ -18456,7 +18482,6 @@ paths:
18456
18482
"Box9": 0.00,
18457
18483
"Box10": 0.00,
18458
18484
"Box11": 0.00,
18459
- "Box13": 0.00,
18460
18485
"Box14": 0.00,
18461
18486
"Name": "Hoyt Productions",
18462
18487
"FederalTaxIDType": "SSN",
@@ -18466,7 +18491,10 @@ paths:
18466
18491
18467
18492
"StreetAddress": "100 Rusty Ridge Road\r\nSuite 100\r\n\r\n\r\n",
18468
18493
"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"
18470
18498
},
18471
18499
{
18472
18500
"Box1": 5543.75,
@@ -18480,7 +18508,6 @@ paths:
18480
18508
"Box9": 0.00,
18481
18509
"Box10": 0.00,
18482
18510
"Box11": 0.00,
18483
- "Box13": 0.00,
18484
18511
"Box14": 0.00,
18485
18512
"Name": "Truxton Property Management",
18486
18513
"FederalTaxIDType": "EIN",
@@ -18490,7 +18517,10 @@ paths:
18490
18517
18491
18518
"StreetAddress": "1000 Copper Avenue\r\nSuite 1000\r\n\r\n\r\n",
18492
18519
"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"
18494
18524
}
18495
18525
]
18496
18526
}
@@ -27988,6 +28018,23 @@ components:
27988
28018
description: Contact contact id
27989
28019
type: string
27990
28020
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
27991
28038
Schedule:
27992
28039
externalDocs:
27993
28040
url: 'http://developer.xero.com/documentation/api/repeating-invoices/'
0 commit comments