Download bulk import instructions in specified language
GET/company/vehicles/bulk/notes/:lang
Returns detailed instructions for using the bulk vehicle import feature in the requested language.
Objective
Provide comprehensive guidance to users performing bulk imports for the first time, reducing errors and improving user experience.
Use Cases
- First-time users learning how to bulk import vehicles
- Reference documentation for CSV format and validation rules
- Troubleshooting bulk import errors
Supported Languages
- es: Spanish (Español)
- en: English (default)
If an unsupported language code is provided, defaults to English.
Response
Returns a plain text file with:
- Content-Type: text/plain
- Content-Disposition: attachment; filename="notes_{lang}.txt"
The text file contains detailed instructions from the assets folder:
src/assets/bulk_vehicles_notes_es.txt(Spanish)src/assets/bulk_vehicles_notes_en.txt(English)
Request
Responses
- 200
- 401
- 404
Instructions file generated successfully
Response Headers
Content-Disposition
User does not have an associated company
User not found