Click or drag to resize

serviceContractEntrycalculateSMContractBill 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#
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
[WebMethodAttribute(MessageName = "calculateSMContractBill", Description = "Generates SMContractBill lines")]
public smContractBill[] calculateSMContractBill(
	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: smContractBill
See Also