SuitePortal
DevelopersApi reference

Entity Endpoints

API endpoints for managing entities

Entity Endpoints

Entity endpoints allow you to manage customers, contacts, vendors, employees, and other entities.

Available Endpoints

  • GET /entities/customers - List customers
  • GET /entities/customers/:id - Get customer details
  • POST /entities/customers - Create customer
  • PATCH /entities/customers/:id - Update customer
  • DELETE /entities/customers/:id - Delete customer

Similar endpoints are available for contacts, vendors, employees, and tenants.