/// <summary> /// Update an Opportunity /// </summary> /// <param name="opportunityId">opportunityId</param> /// <param name="opportunity">opportunity</param> /// <returns><see cref="Opportunity"/></returns> public static InfusioOp <Opportunity> UpdatePropertiesOnOpportunity(long opportunityId, Model.Opportunity opportunity = default) => new InfusioOp <Opportunity> .UpdatePropertiesOnOpportunity(Return, opportunityId, opportunity);
/// <summary> /// Replace an Opportunity /// </summary> /// <param name="opportunity">opportunity</param> /// <returns><see cref="Opportunity"/></returns> public static InfusioOp <Opportunity> UpdateOpportunity(Model.Opportunity opportunity = default) => new InfusioOp <Opportunity> .UpdateOpportunity(Return, opportunity);