OnSiteJobsCheckResultsType
Check results for creating On-Site Jobs requests and appointments.
Fields
Whether a request can be created (overall request check is PASS/WARNING).
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
{
"canCreateRequest": true,
"hasRequestWarnings": true,
"requestCheckResults": [CheckResultType]
}