Request parameters for assignAppointmentResources operation in ServiceApi.

Export

ServiceApiAssignAppointmentResourcesRequest

interface ServiceApiAssignAppointmentResourcesRequest {
    appointmentId: string;
    body: AssignAppointmentResourcesRequest;
    serviceJobId: string;
}

Properties

appointmentId: string

An Amazon-defined identifier of active service job appointment.

Memberof

ServiceApiAssignAppointmentResources

Memberof

ServiceApiAssignAppointmentResources

serviceJobId: string

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

Memberof

ServiceApiAssignAppointmentResources