Saves a recurrence
Request Information
URI Parameters :
None.
Body Parameters :
recurrence| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier |
Required |
| settings |
settings |
string |
Max length: 4000 |
| selected_days |
selected_days |
string |
Max length: 4000 |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |
Request Formats :
application/json, text/json
Sample:
{
"id": "5dffb336-5d9a-4a3c-8902-dc1e648f0ce8",
"settings": "sample string 2",
"selected_days": "sample string 3",
"modified_dateutc": "2026-01-11T21:00:27.9592476+00:00"
}
application/xml, text/xml
Sample:
<recurrence xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <id>5dffb336-5d9a-4a3c-8902-dc1e648f0ce8</id> <modified_dateutc>2026-01-11T21:00:27.959Z</modified_dateutc> <selected_days>sample string 3</selected_days> <settings>sample string 2</settings> </recurrence>
Response Information
Resource Description :
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.