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

Drukuj

.NET Framework Class Library

IOssProductMapsController.Create Method

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

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

[POST] /api/OssProductMap/Create

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 Create ( _
 map As ProductMapCreate _
As IHttpActionResult

C#

IHttpActionResult Create(
 ProductMapCreate map
)

Visual C++

IHttpActionResultCreate(
 ProductMapCreatemap
)

JavaScript

function create(map);

Parameters

map

Type: Symfonia.WebAPI.Interface.OSS.ViewModels.ProductMapCreate

[FromBody] Korelacja towarów.

Return Value

Zwraca obiekt ProductMap.

See Also

IOssProductMapsController Interface

IOssProductMapsController Members

Symfonia.WebAPI.Interface.OSS.Interfaces Namespace