Interface ServicesApiModelSetAppointmentResponse

Response schema for the addAppointmentForServiceJobByServiceJobId and rescheduleAppointmentForServiceJobByServiceJobId operations.

SetAppointmentResponse

interface ServicesApiModelSetAppointmentResponse {
    appointmentId?: string;
    errors?: Error[];
    warnings?: ServicesApiModelWarning[];
}

Properties

appointmentId?: string

The appointment identifier.

SetAppointmentResponse

errors?: Error[]

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

SetAppointmentResponse

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

SetAppointmentResponse

MMNEPVFCICPMFPCPTTAAATR