GET 17.0/app/utilityswitching/supportcases/reasons/{primaryreasonsortindex}

Description

Gets all secondary Support Case Reasons for the passed sort index of the primary Support Case Reason

URI Parameters

Name Description Type Additional information
primaryReasonSortIndex

Sort index of the primary Support Case Reason to retrieve data for

integer

Required

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>