Interface SuggestedMappingsForPrioritiesRequestBean

Details of changes to a priority scheme's priorities that require suggested priority mappings.

interface SuggestedMappingsForPrioritiesRequestBean {
    add?: number[];
    remove?: number[];
}

Properties

Properties

add?: number[]

The ids of priorities being removed from the scheme.

remove?: number[]

The ids of priorities being removed from the scheme.