Request parameters for rescheduleAppointmentForServiceJobByServiceJobId operation in ServiceApi.

Export

ServiceApiRescheduleAppointmentForServiceJobByServiceJobIdRequest

interface ServiceApiRescheduleAppointmentForServiceJobByServiceJobIdRequest {
    appointmentId: string;
    body: RescheduleAppointmentRequest;
    serviceJobId: string;
}

Properties

appointmentId: string

An existing appointment identifier for the Service Job.

Memberof

ServiceApiRescheduleAppointmentForServiceJobByServiceJobId

Reschedule appointment operation input details.

Memberof

ServiceApiRescheduleAppointmentForServiceJobByServiceJobId

serviceJobId: string

An Amazon defined service job identifier.

Memberof

ServiceApiRescheduleAppointmentForServiceJobByServiceJobId