Click or drag to resize

voucherAndAdjustmentEntrygetVendorsByID Method

Searches for vendors based on vendID

Namespace:  ctDynamicsSL.financial.accountsPayable.input
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
[WebMethodAttribute(MessageName = "getVendorsByID", Description = "Searches for vendors based on vendID")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public Vendor[] getVendorsByID(
	string vendID
)

Parameters

vendID
Type: SystemString

Return Value

Type: Vendor
See Also