Returns all shipvias from the SL shipVia table Calls: xct_spACGetShipVias
Namespace: ctAC
Assembly: ctAC (in ctAC.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <WebMethodAttribute(Description := "Returns all shipvias from the SL shipVia table", MessageName := "getShipVias"), _ SoapHeaderAttribute("myCTACHeader", Direction := SoapHeaderDirection.In)> Public Function getShipVias() As DataSet |
| C# |
|---|
| [WebMethodAttribute(Description = "Returns all shipvias from the SL shipVia table", MessageName = "getShipVias")] [SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In)] public DataSet getShipVias() |
| C++ |
|---|
| [WebMethodAttribute(Description = L"Returns all shipvias from the SL shipVia table", MessageName = L"getShipVias")] [SoapHeaderAttribute(L"myCTACHeader", Direction = SoapHeaderDirection::In)] public: DataSet getShipVias() sealed |
| J# |
|---|
| /** @attribute WebMethodAttribute(Description = "Returns all shipvias from the SL shipVia table", MessageName = "getShipVias") */ /** @attribute SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In) */ public DataSet getShipVias() |
| JScript |
|---|
| public WebMethodAttribute(Description = "Returns all shipvias from the SL shipVia table", MessageName = "getShipVias") SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In) function getShipVias() : DataSet |