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

    Interface ServicesApiRescheduleAppointmentForServiceJobByServiceJobIdRequest

    Request parameters for rescheduleAppointmentForServiceJobByServiceJobId operation in ServicesApi.

    interface ServicesApiRescheduleAppointmentForServiceJobByServiceJobIdRequest {
        appointmentId: string;
        body: RescheduleAppointmentRequest;
        serviceJobId: string;
    }
    Index

    Properties

    appointmentId: string

    An existing appointment identifier for the Service Job.

    Reschedule appointment operation input details.

    serviceJobId: string

    An Amazon defined service job identifier.