Skip to main content

add_distinct_call_element

Function add_distinct_call_element 

Source
pub fn add_distinct_call_element(
    config: &str,
    params: AddDistinctCallElementParams,
) -> Result<(String, Value)>
Expand description

Add a distinct call element (DBOM record)

Creates a new distinct bill of materials entry.

§Arguments

  • config - Configuration JSON string
  • params - Element parameters (dfcall_id, ftype_id, felem_id, exec_order)

§Returns

Tuple of (modified_config, new_dbom_record)