ZyncServiceTaskInspectionFormUpdateSubmission

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

Content model for updating existing service task inspection form submissions.

Extends the base submission content with the form submission UID for updates.

Constructors

constructor(formSubmissionUid: String, 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

Updated list of form fields with their values and metadata.

Link copied to clipboard

The unique identifier of the existing form submission to update.

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.