📄️ Introduction
Module for vehicle type management on the CargOffer platform.**Main Features:**- Full CRUD for vehicle types- Visibility configuration for different roles- Integration with other system modules**Usage Policies:**- Requires JWT authentication- Access restricted based on scopes- Stable versions guaranteed for 6 months**Integration Example:**```javascriptconst response = await fetch('https://api.demo.cargoffer.com/vehicle_types', { headers: { 'Authorization': 'Bearer your_jwt_token_here' }});const data = await response.json();```**Versioning:**- Current version: 1.0.0- Upcoming updates: Support for special vehicle features
🗃️ vehicle-types
1 item