Skip to main content

Fields

appointmentCheckResults : [CheckResultType]

Results of appointment checks.

canCreateAppointment : Boolean

Whether an appointment can be created (overall appointment check is PASS/WARNING).

canCreateRequest : Boolean

Whether a request can be created (overall request check is PASS/WARNING).

hasAppointmentWarnings : Boolean

Whether any of the appointment checks have warnings.

hasRequestWarnings : Boolean

Whether any of the request checks have warnings.

requestCheckResults : [CheckResultType]

Results of request checks.

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Example

{ "appointmentCheckResults": [CheckResultType], "canCreateAppointment": true, "canCreateRequest": true, "hasAppointmentWarnings": true, "hasRequestWarnings": true, "requestCheckResults": [CheckResultType] }