Skip to main content

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

List of available service codes. Array of strings where each element is a valid code.