Sage.PL.WebAPI.Interface.Products.Interfaces Namespace > IProductsController Interface > IProductsController Methods > GetMarkers Method 

Drukuj

.NET Framework Class Library

IProductsController.GetMarkers Method

Metoda umożliwia pobranie listy znaczników towaru.

[GET] /api/Products/Markers

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 GetMarkers As IHttpActionResult

C#

IHttpActionResult GetMarkers()

Visual C++

IHttpActionResultGetMarkers()

JavaScript

function getMarkers();

Return Value

Zwraca kolekcję obiektów Marker.

See Also

IProductsController Interface

IProductsController Members

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