ZyncServiceTaskInspectionFormSubmission

data class ZyncServiceTaskInspectionFormSubmission(val jobUid: String, val serviceTaskUid: String, val masterFormUid: String, val formFields: List<ZyncJobStatusChecklistItem>, val assetUid: String?)

Content model for service task inspection form submission operations.

Contains all the information needed to submit or update a service task inspection form, including form fields, identifiers, and context information.

Constructors

Link copied to clipboard
constructor(jobUid: String, serviceTaskUid: String, masterFormUid: String, formFields: List<ZyncJobStatusChecklistItem>, assetUid: String?)

Properties

Link copied to clipboard

Optional asset UID associated with this form submission. Used when the form is related to a specific asset.

Link copied to clipboard

List of form fields with their values and metadata. These represent the actual form data being submitted.

Link copied to clipboard

The unique identifier of the job containing the service task.

Link copied to clipboard

The unique identifier of the master inspection form template.

Link copied to clipboard

The unique identifier of the service task.