Response schema for the addAppointmentForServiceJobByServiceJobId and rescheduleAppointmentForServiceJobByServiceJobId operations.

Export

SetAppointmentResponse

interface SetAppointmentResponse {
    appointmentId?: string;
    errors?: Error[];
    warnings?: Warning[];
}

Properties

appointmentId?: string

The appointment identifier.

Memberof

SetAppointmentResponse

errors?: Error[]

A list of error responses returned when a request is unsuccessful.

Memberof

SetAppointmentResponse

warnings?: Warning[]

A list of warnings returned in the sucessful execution response of an API request.

Memberof

SetAppointmentResponse