Function get_standardize_call
Source pub fn get_standardize_call(config: &str, sfcall_id: i64) -> Result<Value>
Expand description
Get a single standardize call by ID
§Arguments
config - Configuration JSON string
sfcall_id - Standardize call ID
§Returns
JSON Value representing the standardize call record
§Errors
NotFound if call ID doesn’t exist