Request parameters for getAppointmmentSlotsByJobId operation in ServiceApi.

Export

ServiceApiGetAppointmmentSlotsByJobIdRequest

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

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.

Memberof

ServiceApiGetAppointmmentSlotsByJobId

marketplaceIds: string[]

An identifier for the marketplace in which the resource operates.

Memberof

ServiceApiGetAppointmmentSlotsByJobId

serviceJobId: string

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

Memberof

ServiceApiGetAppointmmentSlotsByJobId

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.

Memberof

ServiceApiGetAppointmmentSlotsByJobId