[This is preliminary documentation and is subject to change.]

Updates the billing rates

Namespace:  OfficeClip.DBLayer.TE
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public void UpdateTeRates(
	int groupId,
	int userId,
	int accountId,
	DateTime effectiveDate,
	double cost,
	double billingRate
)
Visual Basic (Declaration)
Public Sub UpdateTeRates ( _
	groupId As Integer, _
	userId As Integer, _
	accountId As Integer, _
	effectiveDate As DateTime, _
	cost As Double, _
	billingRate As Double _
)
Visual C++
public:
void UpdateTeRates(
	int groupId, 
	int userId, 
	int accountId, 
	DateTime effectiveDate, 
	double cost, 
	double billingRate
)

Parameters

groupId
Type: System..::.Int32
The unique id of the group
userId
Type: System..::.Int32
The unique id of the user
accountId
Type: System..::.Int32
The unique id of the customer
effectiveDate
Type: System..::.DateTime
The effective date when the rates becomes effective
cost
Type: System..::.Double
The cost
billingRate
Type: System..::.Double
The billing rate

See Also