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

    Response schema for the addAppointmentForServiceJobByServiceJobId and rescheduleAppointmentForServiceJobByServiceJobId operations.

    interface SetAppointmentResponse {
        appointmentId?: string;
        errors?: Error[];
        warnings?: Warning[];
    }
    Index

    Properties

    appointmentId?: string

    The appointment identifier.

    errors?: Error[]

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

    warnings?: Warning[]

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