Click or drag to resize

purchaseOrderMaintenancegetPurchOrds Method

Namespace:  ctDynamicsSL.purchasing.input
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[WebMethodAttribute(MessageName = "getPurchOrds", Description = "Calls: xct_spDSLGetPurchOrds")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
public PurchOrd[] getPurchOrds(
	string poNbr
)

Parameters

poNbr
Type: SystemString

Return Value

Type: PurchOrd
See Also