Sage · JSON Structure
Sage Contact Structure
JSON structure documentation for Sage Accounting contact data model
Type: object
Properties: 0
AccountingBusiness ManagementCloud SoftwareERPPayrollHR
Sage Contact Structure is a JSON Structure definition published by Sage.
Meta-schema:
JSON Structure
{
"title": "Sage Contact Structure",
"description": "JSON structure documentation for Sage Accounting contact data model",
"type": "object",
"structure": {
"id": {"type": "string", "description": "Unique Sage contact identifier"},
"displayed_as": {"type": "string", "description": "Display name"},
"name": {"type": "string", "description": "Full name or company name"},
"reference": {"type": "string", "description": "Internal reference code"},
"contact_types": {
"type": "array",
"description": "Contact roles (CUSTOMER and/or SUPPLIER)",
"items": {
"id": {"type": "string", "enum": ["CUSTOMER", "SUPPLIER"]},
"displayed_as": {"type": "string"}
}
},
"email": {"type": "string", "format": "email"},
"telephone": {"type": "string"},
"address": {
"type": "object",
"description": "Postal address",
"children": {
"address_line_1": {"type": "string"},
"address_line_2": {"type": "string"},
"city": {"type": "string"},
"region": {"type": "string"},
"postal_code": {"type": "string"},
"country": {"type": "object", "description": "Country reference with id and display name"}
}
},
"balance": {"type": "number", "description": "Current account balance"},
"outstanding_balance": {"type": "number", "description": "Unpaid balance"},
"created_at": {"type": "string", "format": "date-time"},
"updated_at": {"type": "string", "format": "date-time"}
}
}
Work with this as data
Every JSON Structure 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 json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/sage-contact-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.