Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

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;}

1healthcloudext.CancelAppointmentResponse, externalAppointmentId

Property Value

Type: String

jsonResponse

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

Signature

public String jsonResponse {get; set;}

1healthcloudext.CancelAppointmentResponse, jsonResponse

Property Value

Type: String

serviceAppointmentId

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

Signature

public String serviceAppointmentId {get; set;}

1healthcloudext.CancelAppointmentResponse, serviceAppointmentId

Property Value

Type: String

status

Represents the status of the healthcare appointment.

Signature

public healthcloudext.BookingStatus status {get; set;}

1healthcloudext.CancelAppointmentResponse, status

Property Value

Type: healthcloudext.BookingStatus