Selling Partner API SDK for JavaScript
    Preparing search index...

    Interface RescheduleAppointmentRequest

    Input for rescheduled appointment operation.

    interface RescheduleAppointmentRequest {
        appointmentTime: AppointmentTimeInput;
        rescheduleReasonCode: string;
    }
    Index

    Properties

    appointmentTime: AppointmentTimeInput
    rescheduleReasonCode: string

    The appointment reschedule reason code.