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

    The details of an appointment.

    interface Appointment {
        appointmentId?: string;
        appointmentStatus?: AppointmentAppointmentStatusEnum;
        appointmentTime?: AppointmentTime;
        assignedTechnicians?: Technician[];
        poa?: Poa;
        rescheduledAppointmentId?: string;
    }
    Index

    Properties

    appointmentId?: string

    The appointment identifier.

    The status of the appointment.

    appointmentTime?: AppointmentTime
    assignedTechnicians?: Technician[]

    A list of technicians assigned to the service job.

    poa?: Poa
    rescheduledAppointmentId?: string

    The appointment identifier.