Skip to main content
POST
/
v1.0
/
workgroups
/
activity
/
update
Update Workgroup activity details
curl --request POST \
  --url https://api.example.com/v1.0/workgroups/activity/update \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "DigitOrder": 123,
  "PhoneNumber": "<string>",
  "WorkgroupId": "<string>",
  "Type": "<string>",
  "ReferenceWorkgroupId": "<string>",
  "ReferenceUserId": "<string>",
  "SmsNotification": true,
  "EmailNotification": true,
  "WorkgroupActivityId": "<string>"
}
'

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Obtain token from /v1.0/OAuth2/tokens endpoint.

Body

WorkgroupActivity object

DigitOrder
integer<int32>
PhoneNumber
string | null
WorkgroupId
string | null
Type
string | null
ReferenceWorkgroupId
string | null
ReferenceUserId
string | null
SmsNotification
boolean
EmailNotification
boolean
WorkgroupActivityId
string | null

Response

200

Success