using System;
using System.Collections.Generic;
namespace Retailcrm.Versions.V5
{
public partial class Client
{
///
/// Get telephony settings
///
///
///
public new Response TelephonySettingsGet(string code)
{
throw new ArgumentException("This method is unavailable in API V5", code);
}
///
/// Edit telephony settings
///
///
///
public new Response TelephonySettingsEdit(Dictionary configuration)
{
throw new ArgumentException("This method is unavailable in API V5", configuration.ToString());
}
}
}