OnSiteJobsVendorComplaintType
A vendor complaint. It may be linked to an on-site jobs request, an appointment, both, or neither.
Fields
The on-site jobs appointment linked to this vendor complaint.
Client-specific form data for the vendor complaint.
The formal complaint linked to this vendor complaint.
The possible errors that can be raised are:
- KT-CT-13086: Formal complaint does not exist.
- KT-CT-1113: Disabled GraphQL field requested.
When the vendor complaint was created.
The Kraken ID of the vendor complaint.
The on-site jobs request linked to this vendor complaint.
The status of the vendor complaint.
When the vendor complaint was last updated.
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
{
"appointment": OnSiteJobsAppointmentType,
"clientFormData": {"key": "value"},
"complaint": ComplaintType,
"createdAt": "1978-11-29T12:54:21.408651+00:00",
"id": "241a6667-30ce-4bf1-94a2-884225237335",
"request": OnSiteJobsRequestType,
"status": "OPEN",
"updatedAt": "1997-11-17T07:24:38.504285+00:00"
}