Symfonia.WebAPI.Interface.OSS.Interfaces Namespace > IOssProductMapsController Interface > IOssProductMapsController Methods > Get Method 

Drukuj

.NET Framework Class Library

IOssProductMapsController.Get Method

Metoda umożliwia pobranie wszystkich korelacji towarów dla aktywnego sklepu.

Sklep ustalany jest na podstawie nazwy urządzenia aktywnej sesji.

[GET] /api/OssProductMap

Namespace: Symfonia.WebAPI.Interface.OSS.Interfaces

Assembly:  Symfonia.WebAPI.Interface.OSS (in Symfonia.WebAPI.Interface.OSS.dll) Version: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

Function Get As IHttpActionResult

C#

IHttpActionResult Get()

Visual C++

IHttpActionResultGet()

JavaScript

function get();

Return Value

Zwraca kolekcję obiektówe ProductMap.

See Also

IOssProductMapsController Interface

IOssProductMapsController Members

Symfonia.WebAPI.Interface.OSS.Interfaces Namespace