Skip to main content

Companies

The Companies page is used to manage company records within the tenant.

Access Path

  • Web: /companies

Major Transactions

  • View company list
  • Opening company details
  • Creating a new company
  • Updating company information
  • Delete a company

API Terminals

  • GET /api/companies
  • GET /api/companies/:id
  • POST /api/companies
  • PATCH /api/companies/:id
  • DELETE /api/companies/:id

Authorization Note

  • There is admin protection in the route layer (authenticate + requireRole + requireAdmin).
  • List and detail endpoints support translation with Accept-Language and ?translations= parameters.

:::info Manifest Code core:company:view

:::