PATCH api/activities/update-recurring/{id}?occurrenceDate={occurrenceDate}
Update an occurrence of a recurring Activity.
Request Information
URI Parameters
Name | Description | Type | Additional 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 identifierResponse Formats
application/json, text/json
Sample:
"d60293e1-96cb-41fc-a3e5-0760d56d6b72"