namespace Retailcrm.Versions.V3 { public partial class Client { /// /// Update statistic /// /// public Response StatisticUpdate() { return Request.MakeRequest( "/statistic/update", Request.MethodGet ); } } }