PatchedContactRequest
# The Contact Object ### Description A `Contact` is an individual or business entity to which products and services are sold to or purchased from. The `Contact` model contains both Customers, in which products and services are sold to, and Vendors (or Suppliers), in which products and services are purchased from. * A `Contact` is a Vendor/Supplier if the `is_supplier` property is true. * A `Contact` is a customer if the `is_customer` property is true. ### Usage Example Fetch from the `LIST Contacts` endpoint and view a company's contacts.
Properties
| Name | Type | Description |
|---|---|---|
| name | stringnull | The contact's name. |
| is_supplier | booleannull | Whether the contact is a supplier. |
| is_customer | booleannull | Whether the contact is a customer. |
| email_address | stringnull | The contact's email address. |
| tax_number | stringnull | The contact's tax number. |
| status | object | The contact's status |
| currency | stringnull | The currency the contact's transactions are in. |
| company | stringnull | The company the contact belongs to. |
| addresses | array | `Address` object IDs for the given `Contacts` object. |
| phone_numbers | array | `AccountingPhoneNumber` object for the given `Contacts` object. |
| integration_params | objectnull | |
| linked_account_params | objectnull | |
| remote_fields | array |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/PatchedContactRequest",
"title": "PatchedContactRequest",
"type": "object",
"properties": {
"name": {
"type": [
"string",
"null"
],
"description": "The contact's name."
},
"is_supplier": {
"type": [
"boolean",
"null"
],
"description": "Whether the contact is a supplier."
},
"is_customer": {
"type": [
"boolean",
"null"
],
"description": "Whether the contact is a customer."
},
"email_address": {
"type": [
"string",
"null"
],
"description": "The contact's email address."
},
"tax_number": {
"type": [
"string",
"null"
],
"description": "The contact's tax number."
},
"status": {
"oneOf": [
{
"$ref": "#/components/schemas/Status7d1Enum"
},
{
"type": "null"
}
],
"description": "The contact's status"
},
"currency": {
"type": [
"string",
"null"
],
"description": "The currency the contact's transactions are in."
},
"company": {
"type": [
"string",
"null"
],
"format": "uuid",
"description": "The company the contact belongs to."
},
"addresses": {
"type": "array",
"items": {
"$ref": "#/components/schemas/AddressRequest"
},
"description": "`Address` object IDs for the given `Contacts` object."
},
"phone_numbers": {
"type": "array",
"items": {
"$ref": "#/components/schemas/AccountingPhoneNumberRequest"
},
"description": "`AccountingPhoneNumber` object for the given `Contacts` object."
},
"integration_params": {
"type": [
"object",
"null"
],
"additionalProperties": {
"description": "Any type"
}
},
"linked_account_params": {
"type": [
"object",
"null"
],
"additionalProperties": {
"description": "Any type"
}
},
"remote_fields": {
"type": "array",
"items": {
"$ref": "#/components/schemas/RemoteFieldRequest"
}
}
},
"description": "# The Contact Object\n### Description\nA `Contact` is an individual or business entity to which products and services are sold to or purchased from. The `Contact` model contains both Customers, in which products and services are sold to, and Vendors (or Suppliers), in which products and services are purchased from.\n* A `Contact` is a Vendor/Supplier if the `is_supplier` property is true.\n* A `Contact` is a customer if the `is_customer` property is true.\n\n### Usage Example\nFetch from the `LIST Contacts` endpoint and view a company's contacts."
}
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
curl "https://apis.io/api/v1/json-schemas/merge-patchedcontactrequest"
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.