Get available service codes
GET/company/issues/service_codes
Returns the list of valid service codes for creating incidents. These codes identify the different types of logistics services.
Use Cases:
- Display selection dropdown when creating incidents
- Validate codes before submitting forms
Related Logic: cInfo.getCodes() in routes.js
Responses
- 200
- 401
List of available service codes. Array of strings where each element is a valid code.
Unauthorized. The JWT token is invalid or has expired. Include a valid token in the Authorization header.