Skip to main content

Summary

The Data Management API supports CRUD for core CRM and ERP records, plus workflow, report, and property-management endpoints where available.The Deal object is published in the Data Management API under /v1/public/deals.

Support status

ObjectListRetrieveCreateUpdateDeleteNotes
Deals (/v1/public/deals)Legacy /v1/public/cases aliases may still exist, but the published docs use /deals
CompaniesUpsert by external_id; soft-delete archives the record
ContactsUpsert by external_id; soft-delete archives the record
OrdersSingle & bulk create; soft-delete (archives record)
ItemsUpsert by external_id; soft-delete (archives record)
InventoriesUpsert by external_id; soft-delete (archives record)
Inventory TransactionsSoft-delete (archives record)
SubscriptionsSoft-delete (archives record)
EstimatesSoft-delete (archives record)
InvoicesSoft-delete (archives record)
Purchase OrdersUpsert by external_id; soft-delete (archives record)
BillsUpsert by external_id; soft-delete (archives record)
DisbursementsUpsert by external_id; soft-delete (archives record)
SlipsUpsert by external_id; soft-delete (archives record)
PaymentsUpsert by external_id; soft-delete (archives record)
LocationsUpsert by external_id; soft-delete (archives record)
MetersUpsert by external_id; soft-delete (archives record)
WorkflowsUpsert by external_id (create/update via POST); GET /v1/public/workflows, POST /v1/public/workflows, GET /v1/public/workflows/actions, GET /v1/public/workflows/{workflow_ref}
ReportsSalesforce-style reportMetadata; delete is soft-delete
Properties (Schema)Write supported for Orders, Items, Inventories, Inventory Transactions, Subscriptions, Invoices, Estimates, Payments, Purchase Orders, Bills, Disbursements, Slips, Contacts, and Companies. Cases/Locations/Meters are read-only.

AI endpoints

The AI endpoints live in separate API Reference groups because they use the root v1 namespace instead of /v1/public/....

Notes

  • Data Management endpoints use the /v1/public/... namespace.
  • AI endpoints use the root /v1 namespace.
  • Token permissions: Regular (read-only) or Full Access (read + write), plus OAuth scopes for root AI endpoints.