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

    Interface ServicesApiGetAppointmmentSlotsByJobIdRequest

    Request parameters for getAppointmmentSlotsByJobId operation in ServicesApi.

    interface ServicesApiGetAppointmmentSlotsByJobIdRequest {
        endTime?: string;
        marketplaceIds: string[];
        serviceJobId: string;
        startTime?: string;
    }
    Index

    Properties

    endTime?: string

    A time up to which the appointment slots will be retrieved. The specified time must be in ISO 8601 format. If `endTime` is provided, `startTime` should also be provided. Default value is as per business configuration. Maximum range of appointment slots can be 90 days.

    marketplaceIds: string[]

    An identifier for the marketplace in which the resource operates.

    serviceJobId: string

    A service job identifier to retrive appointment slots for associated service.

    startTime?: string

    A time from which the appointment slots will be retrieved. The specified time must be in ISO 8601 format. If `startTime` is provided, `endTime` should also be provided. Default value is as per business configuration.