Sage.PL.WebAPI.Interface.Contractors.Interfaces Namespace > IContractorsController Interface > IContractorsController Methods > Get Method  > Get Method (Int32)

Drukuj

.NET Framework Class Library

IContractorsController.Get Method (Int32)

Metoda umożliwia pobranie kontrahenta o podanym id.

[GET] /api/Contractors?id=id_kontrahenta

Namespace: Sage.PL.WebAPI.Interface.Contractors.Interfaces

Assembly:  Sage.PL.WebAPI.Interface.Contractors (in Sage.PL.WebAPI.Interface.Contractors.dll) Version: 24.2.1.0 (24.2.1.0)

Syntax

Visual Basic

Function Get ( _
 id As Integer _
As IHttpActionResult

C#

IHttpActionResult Get(
 int id
)

Visual C++

IHttpActionResultGet(
 int id
)

JavaScript

function get(id);

Parameters

id

Type: System.Int32

[FromUri] Id kontrahenta.

Return Value

Zwraca obiekt kontrahenta Contractor.

See Also

IContractorsController Interface

IContractorsController Members

Get Overload

Sage.PL.WebAPI.Interface.Contractors.Interfaces Namespace