Zync Service Task Inspection Form Update Submission
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.
Properties
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 master inspection form template.
Link copied to clipboard
The unique identifier of the service task.