Sage.PL.WebAPI.Interface.Products.Interfaces Namespace > IProductsController Interface > IProductsController Methods > GetLogisticFields Method  > GetLogisticFields Method (String)

Drukuj

.NET Framework Class Library

IProductsController.GetLogisticFields Method (String)

Metoda umożliwia pobranie kolekcji danych logistycznych dla danego towaru.

Namespace: Sage.PL.WebAPI.Interface.Products.Interfaces

Assembly:  Sage.PL.WebAPI.Interface.Products (in Sage.PL.WebAPI.Interface.Products.dll) Version: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

Function GetLogisticFields ( _
 productCode As String _
As IHttpActionResult

C#

IHttpActionResult GetLogisticFields(
 string productCode
)

Visual C++

IHttpActionResultGetLogisticFields(
 StringproductCode
)

JavaScript

function getLogisticFields(productCode);

Parameters

productCode

Type: System.String

[FromBody] Kod towaru.

Return Value

Zwraca kolekcję obiektu ProductLogisticField.

See Also

IProductsController Interface

IProductsController Members

GetLogisticFields Overload

Sage.PL.WebAPI.Interface.Products.Interfaces Namespace