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:
"3f6d4159-5361-41f6-a806-e3f98e131ab8"