GET 17.0/app/utilityswitching/supportcases/reasons

Description

Gets all primary Support Case Reasons

URI Parameters

None.

None.

None.

Collection of TroubleTicketReasons
Name Description Type Additional information
value

string

None.

sortIndex

integer

None.

application/json, text/json

Sample:
[
  {
    "value": "sample string 1",
    "sortIndex": 2
  },
  {
    "value": "sample string 1",
    "sortIndex": 2
  }
]

application/xml, text/xml

Sample:
<ArrayOfTroubleTicketReasons xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <TroubleTicketReasons>
    <value>sample string 1</value>
    <sortIndex>2</sortIndex>
  </TroubleTicketReasons>
  <TroubleTicketReasons>
    <value>sample string 1</value>
    <sortIndex>2</sortIndex>
  </TroubleTicketReasons>
</ArrayOfTroubleTicketReasons>