PATCH api/activities/update-recurring/{id}?occurrenceDate={occurrenceDate}

Update an occurrence of a recurring Activity.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Recurring Activity Id

globally unique identifier

Required

occurrenceDate

The date of the occurrence. Parameter must be formatted in the K-API default date format.

string

Required

Body Parameters

Dictionary of string [key] and Object [value]

Request Formats

application/json, text/json

Sample:
{
  "sample string 1": {},
  "sample string 3": {}
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Returns the Id of the updated occurrence

globally unique identifier

Response Formats

application/json, text/json

Sample:
"6a30fa5c-5690-4aaf-82fa-d357f9f0ff5a"