Request parameters for addAppointmentForServiceJobByServiceJobId operation in ServiceApi.

Export

ServiceApiAddAppointmentForServiceJobByServiceJobIdRequest

interface ServiceApiAddAppointmentForServiceJobByServiceJobIdRequest {
    body: AddAppointmentRequest;
    serviceJobId: string;
}

Properties

Properties

Add appointment operation input details.

Memberof

ServiceApiAddAppointmentForServiceJobByServiceJobId

serviceJobId: string

An Amazon defined service job identifier.

Memberof

ServiceApiAddAppointmentForServiceJobByServiceJobId