POST 17.0/app/utilityswitching/supportcase/{supportcaseid}/reply

Description

Adds a Reply to a Support Case to Property Button

URI Parameters

Name Description Type Additional information
supportCaseID

The Support Case ID to Reply to

string

Required

The Reply to Add to the Support Case

Name Description Type Additional information
Reply

string

None.

application/json, text/json

Sample:
{
  "reply": "sample string 1"
}

application/xml, text/xml

Sample:
<SupportCaseReply xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Reply>sample string 1</Reply>
</SupportCaseReply>

application/x-www-form-urlencoded

Sample:

Sample not available.

None.

None.