OnSiteJobsCheckResultsType
Check results for creating On-Site Jobs requests and appointments.
Fields
Results of appointment checks.
Whether an appointment can be created (overall appointment check is PASS/WARNING).
Whether a request can be created (overall request check is PASS/WARNING).
Whether any of the appointment checks have warnings.
Whether any of the request checks have warnings.
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]
}