Request parameters for setAppointmentFulfillmentData operation in ServiceApi.

Export

ServiceApiSetAppointmentFulfillmentDataRequest

interface ServiceApiSetAppointmentFulfillmentDataRequest {
    appointmentId: string;
    body: SetAppointmentFulfillmentDataRequest;
    serviceJobId: string;
}

Properties

appointmentId: string

An Amazon-defined identifier of active service job appointment.

Memberof

ServiceApiSetAppointmentFulfillmentData

Appointment fulfillment data collection details.

Memberof

ServiceApiSetAppointmentFulfillmentData

serviceJobId: string

An Amazon-defined service job identifier. Get this value by calling the `getServiceJobs` operation of the Services API.

Memberof

ServiceApiSetAppointmentFulfillmentData