Click or drag to resize

serviceContractEntrycalculateSMContractRev Method

Generates SMContractRev lines

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

Parameters

AmortStartDate
Type: SystemDateTime
ExpireDate
Type: SystemDateTime
AmortFreq
Type: SystemString
TotalAmt
Type: SystemDouble
inTemplate
Type: ctDynamicsSLsmContractRev

Return Value

Type: smContractRev
See Also