Skip to main content

Fields

The on-site jobs appointment linked to this vendor complaint.

clientFormData : JSONString! required

Client-specific form data for the vendor complaint.

complaint : ComplaintType! required

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.
createdAt : DateTime! required

When the vendor complaint was created.

id : UUID! required

The Kraken ID of the vendor complaint.

The on-site jobs request linked to this vendor complaint.

The status of the vendor complaint.

updatedAt : DateTime! required

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" }