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

Drukuj

.NET Framework Class Library

IProductsController.Get Method (String)

Metoda umożliwia pobranie towaru o podanym kodzie.

[GET] /api/Products?code=kod_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 Get ( _
 code As String _
As IHttpActionResult

C#

IHttpActionResult Get(
 string code
)

Visual C++

IHttpActionResultGet(
 Stringcode
)

JavaScript

function get(code);

Parameters

code

Type: System.String

[FromUri] Kod towaru.

Return Value

Zwraca obiekt kontrahenta Product.

See Also

IProductsController Interface

IProductsController Members

Get Overload

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