Skip to content

AppointmentActionResponse

Appointment confirmation or cancellation result.

Composition

Any of: any of: object of any, object of any, AppointmentFailureResponse

Type

any of: any of: object of any, object of any, AppointmentFailureResponse

Example

{
  "successful": true,
  "appointmentId": "string",
  "appointment": {
    "title": "string",
    "description": "string",
    "summary": "string",
    "participantName": "string",
    "startTimeUtc": "2026-01-01T00:00:00Z",
    "durationMinutes": 0.0,
    "status": "string",
    "contactType": "string",
    "attendees": []
  },
  "returnMessage": {
    "message": "string",
    "messageType": "string",
    "ttl": 0,
    "details": []
  }
}