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:
"1d674f4e-6a95-4c11-8264-debbe06a6c55"