-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #568 from kian-ng/USTNN-2546
USTNN-2546 Updated 1099 report open-api documentation
- Loading branch information
Showing
1 changed file
with
56 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18413,11 +18413,35 @@ paths: | |
"Id": "8b474ddb-9ef4-457c-8640-1c0e3670ea0e", | ||
"Status": "OK", | ||
"ProviderName": "Java Public Example", | ||
"DateTimeUTC": "\/Date(1555968100978)\/", | ||
"DateTimeUTC": "\/Date(1691540171754)\/", | ||
"Reports": [ | ||
{ | ||
"ReportName": "1099 report", | ||
"ReportDate": "1 Jan 2016 to 31 Dec 2016", | ||
"ReportName": "1099-NEC report", | ||
"ReportDate": "1 Jan 2023 to 31 Dec 2023", | ||
"Fields": [], | ||
"Contacts": [ | ||
{ | ||
"Box1": 0.00, | ||
"Box2": 0.00, | ||
"Box4": 1150.00, | ||
"Name": "Bank West", | ||
"FederalTaxIDType": "SSN", | ||
"City": "Pinehaven", | ||
"Zip": "12345", | ||
"State": "CA", | ||
"Email": "[email protected]", | ||
"StreetAddress": "Procurement Services\r\nGPO 1234\r\n\r\n\r\n", | ||
"TaxID": "234-22-2223", | ||
"ContactId": "81d5706a-8057-4338-8511-747cd85f4c68", | ||
"LegalName": "Jack Sparrow", | ||
"BusinessName": "Bank West", | ||
"FederalTaxClassification": "PARTNERSHIP" | ||
} | ||
] | ||
}, | ||
{ | ||
"ReportName": "1099-MISC report", | ||
"ReportDate": "1 Jan 2023 to 31 Dec 2023", | ||
"Fields": [], | ||
"Contacts": [ | ||
{ | ||
|
@@ -18432,7 +18456,6 @@ paths: | |
"Box9": 0.00, | ||
"Box10": 0.00, | ||
"Box11": 0.00, | ||
"Box13": 0.00, | ||
"Box14": 0.00, | ||
"Name": "Bank West", | ||
"FederalTaxIDType": "SSN", | ||
|
@@ -18442,7 +18465,10 @@ paths: | |
"Email": "[email protected]", | ||
"StreetAddress": "Procurement Services\r\nGPO 1234\r\n\r\n\r\n", | ||
"TaxID": "234-22-2223", | ||
"ContactId": "81d5706a-8057-4338-8511-747cd85f4c68" | ||
"ContactId": "81d5706a-8057-4338-8511-747cd85f4c68", | ||
"LegalName": "Jack Sparrow", | ||
"BusinessName": "Bank West", | ||
"FederalTaxClassification": "PARTNERSHIP" | ||
}, | ||
{ | ||
"Box1": 0.00, | ||
|
@@ -18456,7 +18482,6 @@ paths: | |
"Box9": 0.00, | ||
"Box10": 0.00, | ||
"Box11": 0.00, | ||
"Box13": 0.00, | ||
"Box14": 0.00, | ||
"Name": "Hoyt Productions", | ||
"FederalTaxIDType": "SSN", | ||
|
@@ -18466,7 +18491,10 @@ paths: | |
"Email": "[email protected]", | ||
"StreetAddress": "100 Rusty Ridge Road\r\nSuite 100\r\n\r\n\r\n", | ||
"TaxID": "123-45-6780", | ||
"ContactId": "19732b6a-9a5c-4651-b33c-3f8f682e2a2b" | ||
"ContactId": "19732b6a-9a5c-4651-b33c-3f8f682e2a2b", | ||
"LegalName": "Raymond Holt", | ||
"BusinessName": "Hoyt productions", | ||
"FederalTaxClassification": "S_CORP" | ||
}, | ||
{ | ||
"Box1": 5543.75, | ||
|
@@ -18480,7 +18508,6 @@ paths: | |
"Box9": 0.00, | ||
"Box10": 0.00, | ||
"Box11": 0.00, | ||
"Box13": 0.00, | ||
"Box14": 0.00, | ||
"Name": "Truxton Property Management", | ||
"FederalTaxIDType": "EIN", | ||
|
@@ -18490,7 +18517,10 @@ paths: | |
"Email": "[email protected]", | ||
"StreetAddress": "1000 Copper Avenue\r\nSuite 1000\r\n\r\n\r\n", | ||
"TaxID": "33-3332233", | ||
"ContactId": "018355fc-c67e-4352-b443-ef3873031983" | ||
"ContactId": "018355fc-c67e-4352-b443-ef3873031983", | ||
"LegalName": "Jake Peralta", | ||
"BusinessName": "Truxton Property Management", | ||
"FederalTaxClassification": "C_CORP" | ||
} | ||
] | ||
} | ||
|
@@ -27988,6 +28018,23 @@ components: | |
description: Contact contact id | ||
type: string | ||
format: uuid | ||
LegalName: | ||
description: Contact legal name | ||
type: string | ||
BusinessName: | ||
description: Contact business name | ||
type: string | ||
FederalTaxClassification: | ||
descrption: Contact federal tax classification | ||
type: string | ||
enum: | ||
- SOLE_PROPRIETOR | ||
- PARTNERSHIP | ||
- TRUST_OR_ESTATE | ||
- NONPROFIT | ||
- C_CORP | ||
- S_CORP | ||
- OTHER | ||
Schedule: | ||
externalDocs: | ||
url: 'http://developer.xero.com/documentation/api/repeating-invoices/' | ||
|