The payload for the assignAppointmentResource operation.

Export

AssignAppointmentResourcesResponsePayload

interface AssignAppointmentResourcesResponsePayload {
    warnings?: Warning[];
}

Properties

Properties

warnings?: Warning[]

A list of warnings returned in the sucessful execution response of an API request.

Memberof

AssignAppointmentResourcesResponsePayload