Files
MokoSuite/source
Jonathan Miller 68dc420e62 feat: add ERP REST API controllers and route registration (#192)
Add CRUD API endpoints for the ERP system:
- ErpRolesController: list/create/update/delete contact roles
- ErpDealsController: full deal management with stage/contact joins
- ErpActivitiesController: activity log CRUD per contact/deal
- ErpPipelineController: pipeline summary with stage counts and weighted values

Routes registered in plg_webservices_mokowaas:
- /v1/mokowaas/erp/roles
- /v1/mokowaas/erp/deals
- /v1/mokowaas/erp/activities
- /v1/mokowaas/erp/pipeline
2026-06-06 12:52:34 -05:00
..