Click or drag to resize

customerMaintenancesearchCustomerAddresses 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 = "searchCustomerAddresses", Description = "Searches for customer addresses by address parameters")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public SOAddress[] searchCustomerAddresses(
	string custID,
	string shipToID,
	string addr1,
	string addr2,
	string attn,
	string city,
	string country,
	string descr,
	string eMailAddr,
	string fax,
	string name,
	string phone,
	string shipViaID,
	string state,
	string taxID00,
	string taxID01,
	string taxID02,
	string taxID03,
	string taxLocID,
	string taxRegNbr,
	string zip
)

Parameters

custID
Type: SystemString
shipToID
Type: SystemString
addr1
Type: SystemString
addr2
Type: SystemString
attn
Type: SystemString
city
Type: SystemString
country
Type: SystemString
descr
Type: SystemString
eMailAddr
Type: SystemString
fax
Type: SystemString
name
Type: SystemString
phone
Type: SystemString
shipViaID
Type: SystemString
state
Type: SystemString
taxID00
Type: SystemString
taxID01
Type: SystemString
taxID02
Type: SystemString
taxID03
Type: SystemString
taxLocID
Type: SystemString
taxRegNbr
Type: SystemString
zip
Type: SystemString

Return Value

Type: SOAddress
See Also