Partial failure result when updating field scheme to fields associations.

interface FieldSchemeToFieldsPartialFailure {
    error?: string;
    fieldId: string;
    schemeId: number;
    success: boolean;
    workTypeIds: number[];
}

Properties

error?: string
fieldId: string
schemeId: number
success: boolean
workTypeIds: number[]