Click or drag to resize

serviceContractEntrycalculateSMContractBillAsDataSet Method

Generates SMContractBill lines

Namespace:  ctDynamicsSL.fieldService.serviceContracts.maintenance
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[WebMethodAttribute(MessageName = "calculateSMContractBillAsDataSet", 
	Description = "Generates SMContractBill lines")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
public DataSet calculateSMContractBillAsDataSet(
	DateTime BillStartDate,
	DateTime ExpireDate,
	string BillingFreq,
	double TotalAmt,
	smContractBill inTemplate
)

Parameters

BillStartDate
Type: SystemDateTime
ExpireDate
Type: SystemDateTime
BillingFreq
Type: SystemString
TotalAmt
Type: SystemDouble
inTemplate
Type: ctDynamicsSLsmContractBill

Return Value

Type: DataSet
See Also