Interface UpdateFieldSchemeParametersRequest

Request bean for updating field scheme parameters across multiple schemes and work types.

interface UpdateFieldSchemeParametersRequest {
    parameters?: FieldsSchemeItemParameter;
    schemeIds?: number[];
    workTypeParameters?: FieldsSchemeItemWorkTypeParameter[];
}

Properties

The default parameters to apply to the field across all work types in the specified schemes, may be null if only work type-specific updates are needed

schemeIds?: number[]

The list of field scheme IDs to update

workTypeParameters?: FieldsSchemeItemWorkTypeParameter[]

The list of work type-specific parameter overrides, may be empty if only default parameters are being updated