Click or drag to resize

customerMaintenancegetSOAddressesByID Method

Searches for ShipToIds by custID and ShipToId

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 = "getSOAddressesByID", Description = "Searches for ShipToIds by custID and ShipToId")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public SOAddress[] getSOAddressesByID(
	string custID,
	string shipToID
)

Parameters

custID
Type: SystemString
shipToID
Type: SystemString

Return Value

Type: SOAddress
See Also