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/companiesGET /api/companies/:idPOST /api/companiesPATCH /api/companies/:idDELETE /api/companies/:id
Authorization Note
- There is admin protection in the route layer (
authenticate + requireRole + requireAdmin). - List and detail endpoints support translation with
Accept-Languageand?translations=parameters.
:::info Manifest Code
core:company:view
:::