POST 17.0/app/utilityswitching/supportcase

Description

Creates a new Support Case in Property Button

URI Parameters

None.

The Support Case to create

Name Description Type Additional information
SwitchID

string

None.

Reason

string

None.

SecondaryReason

string

None.

Subject

string

None.

Description

string

None.

application/json, text/json

Sample:
{
  "switchID": "sample string 1",
  "reason": "sample string 2",
  "secondaryReason": "sample string 3",
  "subject": "sample string 4",
  "description": "sample string 5"
}

application/xml, text/xml

Sample:
<SupportCase xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <SwitchID>sample string 1</SwitchID>
  <Reason>sample string 2</Reason>
  <SecondaryReason>sample string 3</SecondaryReason>
  <Subject>sample string 4</Subject>
  <Description>sample string 5</Description>
</SupportCase>

application/x-www-form-urlencoded

Sample:

Sample not available.

UploadTroubleTicket

Name Description Type Additional information
HomeMoverCaseID

string

None.

Success

boolean

None.

application/json, text/json

Sample:
{
  "homeMoverCaseID": "sample string 1",
  "success": true
}

application/xml, text/xml

Sample:
<UploadTroubleTicket xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <HomeMoverCaseID>sample string 1</HomeMoverCaseID>
  <Success>true</Success>
</UploadTroubleTicket>