Xero · Schema
TenNinetyNineContact
AccountingBank FeedsFinanceFinancial-ServicesInvoicingPayrollSmall Business
Properties
| Name | Type | Description |
|---|---|---|
| Box1 | number | Box 1 on 1099 Form |
| Box2 | number | Box 2 on 1099 Form |
| Box3 | number | Box 3 on 1099 Form |
| Box4 | number | Box 4 on 1099 Form |
| Box5 | number | Box 5 on 1099 Form |
| Box6 | number | Box 6 on 1099 Form |
| Box7 | number | Box 7 on 1099 Form |
| Box8 | number | Box 8 on 1099 Form |
| Box9 | number | Box 9 on 1099 Form |
| Box10 | number | Box 10 on 1099 Form |
| Box11 | number | Box 11 on 1099 Form |
| Box13 | number | Box 13 on 1099 Form |
| Box14 | number | Box 14 on 1099 Form |
| Name | string | Contact name on 1099 Form |
| FederalTaxIDType | string | Contact Fed Tax ID type |
| City | string | Contact city on 1099 Form |
| Zip | string | Contact zip on 1099 Form |
| State | string | Contact State on 1099 Form |
| string | Contact email on 1099 Form | |
| StreetAddress | string | Contact address on 1099 Form |
| TaxID | string | Contact tax id on 1099 Form |
| ContactId | string | Contact contact id |
| LegalName | string | Contact legal name |
| BusinessName | string | Contact business name |
| FederalTaxClassification | string | Contact federal tax classification |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/TenNinetyNineContact",
"title": "TenNinetyNineContact",
"properties": {
"Box1": {
"description": "Box 1 on 1099 Form",
"type": "number",
"format": "double",
"x-is-money": true
},
"Box2": {
"description": "Box 2 on 1099 Form",
"type": "number",
"format": "double",
"x-is-money": true
},
"Box3": {
"description": "Box 3 on 1099 Form",
"type": "number",
"format": "double",
"x-is-money": true
},
"Box4": {
"description": "Box 4 on 1099 Form",
"type": "number",
"format": "double",
"x-is-money": true
},
"Box5": {
"description": "Box 5 on 1099 Form",
"type": "number",
"format": "double",
"x-is-money": true
},
"Box6": {
"description": "Box 6 on 1099 Form",
"type": "number",
"format": "double",
"x-is-money": true
},
"Box7": {
"description": "Box 7 on 1099 Form",
"type": "number",
"format": "double",
"x-is-money": true
},
"Box8": {
"description": "Box 8 on 1099 Form",
"type": "number",
"format": "double",
"x-is-money": true
},
"Box9": {
"description": "Box 9 on 1099 Form",
"type": "number",
"format": "double",
"x-is-money": true
},
"Box10": {
"description": "Box 10 on 1099 Form",
"type": "number",
"format": "double",
"x-is-money": true
},
"Box11": {
"description": "Box 11 on 1099 Form",
"type": "number",
"format": "double",
"x-is-money": true
},
"Box13": {
"description": "Box 13 on 1099 Form",
"type": "number",
"format": "double",
"x-is-money": true
},
"Box14": {
"description": "Box 14 on 1099 Form",
"type": "number",
"format": "double",
"x-is-money": true
},
"Name": {
"description": "Contact name on 1099 Form",
"type": "string"
},
"FederalTaxIDType": {
"description": "Contact Fed Tax ID type",
"type": "string"
},
"City": {
"description": "Contact city on 1099 Form",
"type": "string"
},
"Zip": {
"description": "Contact zip on 1099 Form",
"type": "string"
},
"State": {
"description": "Contact State on 1099 Form",
"type": "string"
},
"Email": {
"description": "Contact email on 1099 Form",
"type": "string"
},
"StreetAddress": {
"description": "Contact address on 1099 Form",
"type": "string"
},
"TaxID": {
"description": "Contact tax id on 1099 Form",
"type": "string"
},
"ContactId": {
"description": "Contact contact id",
"type": "string",
"format": "uuid"
},
"LegalName": {
"description": "Contact legal name",
"type": "string"
},
"BusinessName": {
"description": "Contact business name",
"type": "string"
},
"FederalTaxClassification": {
"description": "Contact federal tax classification",
"type": "string",
"enum": [
"SOLE_PROPRIETOR",
"PARTNERSHIP",
"TRUST_OR_ESTATE",
"NONPROFIT",
"C_CORP",
"S_CORP",
"OTHER"
]
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/xero-tenninetyninecontact"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.