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
Dezrez.Core.DataContracts.External.Providers.CalendarSync.NotificationDataContractName | Description | Type | Additional information |
---|---|---|---|
notification | Dezrez.Core.DataContracts.External.Providers.CalendarSync.ChangeTypeDataContract |
None. |
|
channel | Dezrez.Core.DataContracts.External.Providers.CalendarSync.ChannelDataContract |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{ "notification": { "type": "sample string 1", "changes_since": "2024-10-30T15:17:08.604443Z" }, "channel": { "channel_id": "sample string 1", "callback_url": "sample string 2" } }
Response Information
Resource Description
Dezrez.Core.DataContracts.External.Api.Job.Query.Get.JobInvocationDetailsDataContractName | 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": "e133504c-a350-4852-9aa0-9af638c5cb6c", "Success": true }