Click or drag to resize

customerMaintenancegetSOAddressByExactID Method

Namespace:  ctDynamicsSL.financial.accountsReceivable.maintenance
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
[WebMethodAttribute(MessageName = "getSOAddressByExactID", Description = "Returns a single SOAddress by custID and shipToID")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public SOAddress getSOAddressByExactID(
	string custID,
	string shipToID
)

Parameters

custID
Type: SystemString
shipToID
Type: SystemString

Return Value

Type: SOAddress
See Also