Skip to content

AppointmentCreateResponse

Appointment creation result.

Composition

Any of: object of any, AppointmentFailureResponse

Type

any of: object of any, AppointmentFailureResponse

Example

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