POST api/sync/cronofycallback/{negotiatorId}/{uniqueIdentifier}
Forces a call to get updates from Cronofy for the rezi calendar
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| negotiatorId | integer |
Required |
|
| uniqueIdentifier | string |
Required |
Body Parameters
NotificationDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| notification | ChangeTypeDataContract |
None. |
|
| channel | ChannelDataContract |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
application/json, text/json
Sample:
{
"notification": {
"type": "sample string 1",
"changes_since": "2026-06-07T18:20:26.8781426Z"
},
"channel": {
"channel_id": "sample string 1",
"callback_url": "sample string 2"
}
}
Response Information
Resource Description
JobInvocationDetailsDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| SupportsCancellation | boolean |
None. |
|
| ReportsProgress | boolean |
None. |
|
| InitialStatusText | string |
None. |
|
| JobReference | globally unique identifier |
None. |
|
| Success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"SupportsCancellation": true,
"ReportsProgress": true,
"InitialStatusText": "sample string 3",
"JobReference": "52f92007-3369-4f31-aa8a-a0a2e0a5392f",
"Success": true
}