Get bulk import notes
GET/company/truckers/bulk/notes/:lang
Gets a text file with notes and instructions for bulk import.
Supported languages:
es: Spanish (bulk_trucker_notes_es.txt)en: English (bulk_trucker_notes_en.txt) - default
Notes content:
- Step-by-step instructions
- Required data format
- Examples of valid values
- Common error codes
- Import tips
- Applied validations
File location:
- src/assets/bulk_trucker_notes_es.txt
- src/assets/bulk_trucker_notes_en.txt
Output format:
- Content-Type: text/plain
- File name: notes_{lang}.txt
- Encoding: UTF-8
Use cases:
- Contextual help in import interface
- Documentation for end users
- Quick reference guide
Responses:
- 200 OK: Text file with notes
- 401 Unauthorized: Company not found
- 404 Not Found: User not found
Request
Responses
- 200
- 401
- 404
Notes downloaded
Company not found
User not found