Click or drag to resize

purchaseOrderMaintenancegetBuyersByID Method

Searches for Buyers by ID

Namespace:  ctDynamicsSL.purchasing.input
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
[WebMethodAttribute(MessageName = "getBuyersByID", Description = "Searches for Buyers by ID")]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
public SIBuyer[] getBuyersByID(
	string buyer
)

Parameters

buyer
Type: SystemString

Return Value

Type: SIBuyer
See Also