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

Drukuj

.NET Framework Class Library

IOssProductMapsController.Delete Method

Metoda umożliwia usunięcie korelacji towarów z aktywnego sklepu.

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

[DELETE] /api/OssProductMap/Delete?id=id_korelacji

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 Delete ( _
 id As Integer _
As IHttpActionResult

C#

IHttpActionResult Delete(
 int id
)

Visual C++

IHttpActionResultDelete(
 int id
)

JavaScript

function delete(id);

Parameters

id

Type: System.Int32

[FromUri] Id korelacji.

Return Value

Metoda nie zwraca żadnej zawartości.

See Also

IOssProductMapsController Interface

IOssProductMapsController Members

Symfonia.WebAPI.Interface.OSS.Interfaces Namespace