Commusoft · Schema

AccountingSettings

Accounting and financial settings for a Commusoft customer, supporting integration with QuickBooks, Xero, and Sage

Field Service ManagementJob ManagementHVACPlumbingTradesSchedulingInvoicingEngineersCustomersService History

Properties

Name Type Description
accountingReference string External accounting system reference code
vatNumber string VAT registration number
paymentTerms integer Payment terms in days
View JSON Schema on GitHub

JSON Schema

accounting-settings.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/commusoft/json-schema/accounting-settings.json",
  "title": "AccountingSettings",
  "description": "Accounting and financial settings for a Commusoft customer, supporting integration with QuickBooks, Xero, and Sage",
  "type": "object",
  "properties": {
    "accountingReference": {
      "type": "string",
      "description": "External accounting system reference code"
    },
    "vatNumber": {
      "type": "string",
      "description": "VAT registration number"
    },
    "paymentTerms": {
      "type": "integer",
      "description": "Payment terms in days"
    }
  }
}