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

Drukuj

.NET Framework Class Library

IOssContractorsController.Get Method

Metoda umożliwia pobranie kontrahenta o podanym id.

Zwrócony obiekt zawiera poprawną nazwę oraz adres, które są zapisane w alfabecie innym niż polski.

[GET] /api/OssContractors?id=id_kontrahenta

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 ( _
 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

IOssContractorsController Interface

IOssContractorsController Members

Symfonia.WebAPI.Interface.OSS.Interfaces Namespace