Input for set appointment fulfillment data operation.

Export

SetAppointmentFulfillmentDataRequest

interface SetAppointmentFulfillmentDataRequest {
    appointmentResources?: AppointmentResource[];
    fulfillmentDocuments?: FulfillmentDocument[];
    fulfillmentTime?: FulfillmentTime;
}

Properties

appointmentResources?: AppointmentResource[]

List of resources that performs or performed job appointment fulfillment.

Memberof

SetAppointmentFulfillmentDataRequest

fulfillmentDocuments?: FulfillmentDocument[]

List of documents captured during service appointment fulfillment.

Memberof

SetAppointmentFulfillmentDataRequest

fulfillmentTime?: FulfillmentTime

Memberof

SetAppointmentFulfillmentDataRequest