Skip to content

Commit

Permalink
Merge pull request #568 from kian-ng/USTNN-2546
Browse files Browse the repository at this point in the history
USTNN-2546 Updated 1099 report open-api documentation
  • Loading branch information
rdemarco-xero authored Aug 9, 2023
2 parents ec52c43 + da471a8 commit 0aecfb2
Showing 1 changed file with 56 additions and 9 deletions.
65 changes: 56 additions & 9 deletions xero_accounting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand All @@ -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",
Expand All @@ -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,
Expand All @@ -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",
Expand All @@ -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,
Expand All @@ -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",
Expand All @@ -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"
}
]
}
Expand Down Expand Up @@ -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/'
Expand Down

0 comments on commit 0aecfb2

Please sign in to comment.