Sage.PL.WebAPI.Interface.FKF.Contractors.Interfaces Namespace > IFKContractorsController Interface > IFKContractorsController Methods > GetByPosition Method 

Drukuj

.NET Framework Class Library

IFKContractorsController.GetByPosition Method

Metoda umożliwia pobranie kontrahenta o podanej pozycji.

[GET] /api/FKContractors?position=pozycja_kontrahenta

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

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

Syntax

Visual Basic

Function GetByPosition ( _
 position As Integer _
As IHttpActionResult

C#

IHttpActionResult GetByPosition(
 int position
)

Visual C++

IHttpActionResultGetByPosition(
 int position
)

JavaScript

function getByPosition(position);

Parameters

position

Type: System.Int32

[FromUri] Pozycja kontrahenta.

Return Value

Zwraca obiekt kontrahenta Contractor.

See Also

IFKContractorsController Interface

IFKContractorsController Members

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