Response schema for the assignAppointmentResources operation.

AssignAppointmentResourcesResponse

interface AssignAppointmentResourcesResponse {
    errors?: Error[];
    payload?: AssignAppointmentResourcesResponsePayload;
}

Properties

Properties

errors?: Error[]

A list of error responses returned when a request is unsuccessful.

AssignAppointmentResourcesResponse

AssignAppointmentResourcesResponse