Click or drag to resize

serviceContractEntrygetSiteIDsByCustIDAndShipToID Method

Searches for smSoAddresses based on custID and shipToID

Namespace:  ctDynamicsSL.fieldService.serviceContracts.maintenance
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[WebMethodAttribute(MessageName = "getSiteIDsByCustIDAndShipToID", Description = "Searches for smSoAddresses based on custID and shipToID")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
public smSOAddress[] getSiteIDsByCustIDAndShipToID(
	string custID,
	string shipToID
)

Parameters

custID
Type: SystemString
shipToID
Type: SystemString

Return Value

Type: smSOAddress
See Also