MOVER
🚛 Technical Specification: Mover Setup
📋 Feature Overview
🛠️ Technical Implementation
A. Permissions & Access Control
Note: Access is controlled via
PermissionGuard and component-level checks.| Scope | Permission Code | Description & Page Usage |
|---|---|---|
| Menu Visibility | MOVER.MENU |
Sidebar menu visibility.
|
|
Page Routing |
MOVER.LISTING |
Access to listing route.
|
|
Page Routing |
MOVER.VIEW |
Access to add route.
|
| Create Action | MOVER.UPDATE |
Controls the + Add button visibility.
|
| View Access | MOVER.VIEW |
Controls visibility of Edit icon.
|
| Delete Action | MOVER.DELETE |
Visibility of the Delete 🗑️ icon.
|
| Edit/Save Action | MOVER.UPDATE |
Ability to save changes on Add/Edit screen.
|
B. API Interaction
Base URL:
${environment.baseApiUrl}1. Retrieve Mover List
\listing-mover-manage/movers/getQuery
POST
2. Delete Mover (Soft Delete)
\listing-mover-manage/movers/update
POST
3. Dependency Check (Pre-Delete)
\listing-mover-manage/carriers/getQuery
POST
4. Get Single Mover (Edit Mode)
\add-mover-manage/movers/getQuery
POST
5. Create/Update Mover
\add-mover-manage/movers/create
POST
/movers/update
POST
6. Helper APIs (Dropdowns)
\listing-mover-manage \add-mover-manageCompanies
/companies/getQuery
POST
Vehicle Brands
/vehicleBrands/getQuery
POST
Permit Owners
/settings/getQuery
POST
Gear Box Types
/settings/getQuery
POST