Newer Version Available

This content describes an older version of this product. View Latest

CancelAppointmentResponse Class

Represents the appointment cancellation details from the external scheduling system.

Namespace

healthcloudext

CancelAppointmentResponse Properties

The following are properties for CancelAppointmentResponse.

externalAppointmentId

Represents the appointment identifier from the external scheduling system.

Signature

public String externalAppointmentId {get; set;}

Property Value

Type: String

jsonResponse

Represents the response from the external scheduling system encoded as JSON.

Signature

public String jsonResponse {get; set;}

Property Value

Type: String

serviceAppointmentId

Represents the ID of the service appointment that you want to update.

Signature

public String serviceAppointmentId {get; set;}

Property Value

Type: String

status

Represents the status of the healthcare appointment.

Signature

public healthcloudext.BookingStatus status {get; set;}

Property Value

Type: healthcloudext.BookingStatus