Example #1
0
 /// <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);
Example #2
0
 /// <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);