Commusoft · Schema

Customer

A customer record in the Commusoft field service management platform

Field Service ManagementJob ManagementHVACPlumbingTradesSchedulingInvoicingEngineersCustomersService History

Properties

Name Type Description
id integer Internal numeric ID
uuid string Universally unique identifier for the customer
title string Title (Mr, Mrs, Dr, etc.)
firstName string Customer first name
lastName string Customer last name
companyName string Company name for business customers
email string Primary email address
telephone string Primary telephone number
mobile string Mobile telephone number
address object
propertyDetails object
accountingSettings object
deleted integer Soft-delete flag; 1 indicates the record has been deleted
createdAt string
updatedAt string
View JSON Schema on GitHub

JSON Schema

customer.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/commusoft/json-schema/customer.json",
  "title": "Customer",
  "description": "A customer record in the Commusoft field service management platform",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "description": "Internal numeric ID",
      "readOnly": true
    },
    "uuid": {
      "type": "string",
      "format": "uuid",
      "description": "Universally unique identifier for the customer",
      "readOnly": true
    },
    "title": {
      "type": "string",
      "description": "Title (Mr, Mrs, Dr, etc.)"
    },
    "firstName": {
      "type": "string",
      "description": "Customer first name"
    },
    "lastName": {
      "type": "string",
      "description": "Customer last name"
    },
    "companyName": {
      "type": "string",
      "description": "Company name for business customers"
    },
    "email": {
      "type": "string",
      "format": "email",
      "description": "Primary email address"
    },
    "telephone": {
      "type": "string",
      "description": "Primary telephone number"
    },
    "mobile": {
      "type": "string",
      "description": "Mobile telephone number"
    },
    "address": {
      "$ref": "address.json"
    },
    "propertyDetails": {
      "$ref": "property-details.json"
    },
    "accountingSettings": {
      "$ref": "accounting-settings.json"
    },
    "deleted": {
      "type": "integer",
      "enum": [0, 1],
      "description": "Soft-delete flag; 1 indicates the record has been deleted",
      "readOnly": true
    },
    "createdAt": {
      "type": "string",
      "format": "date-time",
      "readOnly": true
    },
    "updatedAt": {
      "type": "string",
      "format": "date-time",
      "readOnly": true
    }
  },
  "required": ["uuid", "lastName"]
}

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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/customer"
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.