Click or drag to resize

ordersgetShipViaByExactID Method

Searches for a single ShipVia entry by ID

Namespace:  ctDynamicsSL
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[WebMethodAttribute(MessageName = "getShipViaByExactID", Description = "Searches for a single ShipVia entry by ID")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
public ShipVia getShipViaByExactID(
	string shipViaID
)

Parameters

shipViaID
Type: SystemString

Return Value

Type: ShipVia
See Also