Click or drag to resize

commongetCuryRates Method

Returns the curyRate entries for conversion between the passed dates

Namespace:  ctDynamicsSL
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 = "getCuryRates", Description = "Returns the curyRate entries for conversion between the passed dates")]
public CuryRate[] getCuryRates(
	string fromCuryID,
	string toCuryID,
	string rateType,
	DateTime startDate,
	DateTime endDate
)

Parameters

fromCuryID
Type: SystemString
toCuryID
Type: SystemString
rateType
Type: SystemString
startDate
Type: SystemDateTime
endDate
Type: SystemDateTime

Return Value

Type: CuryRate
See Also