PUT Activity

Updates the specified customer service activity.

Request Information

Parameters

NameDescriptionAdditional information
activity

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Id": 1,
  "IssueAction": 2,
  "UserId": "sample string 3"
}

application/xml, text/xml

Sample:
<Activity xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Id>1</Id>
  <IssueAction>2</IssueAction>
  <UserId>sample string 3</UserId>
</Activity>

Response Information

Response body formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string>sample string 1</string>