POST api/sync/cronofycallback/{negotiatorId}/{uniqueIdentifier}

Forces a call to get updates from Cronofy for the rezi calendar

Request Information

URI Parameters

NameDescriptionTypeAdditional information
negotiatorId

integer

Required

uniqueIdentifier

string

Required

Body Parameters

Dezrez.Core.DataContracts.External.Providers.CalendarSync.NotificationDataContract
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'NotificationDataContract'.

application/json, text/json

Sample:
{
  "notification": {
    "type": "sample string 1",
    "changes_since": "2024-03-29T13:21:35.690871Z"
  },
  "channel": {
    "channel_id": "sample string 1",
    "callback_url": "sample string 2"
  }
}

Response Information

Resource Description

Dezrez.Core.DataContracts.External.Api.Job.Query.Get.JobInvocationDetailsDataContract
NameDescriptionTypeAdditional 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": "d2d467a3-13d3-440d-b7ec-325d1cf04c5d",
  "Success": true
}