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

Drukuj

.NET Framework Class Library

IContractorsController.GetByPosition Method

Metoda umożliwia pobranie listy kontrahentów o podanej pozycji FK.

[GET] /api/Contractors?position=pozycja_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 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 FK kontrahenta.

Return Value

Zwraca kolekcję obiektów Contractor.

See Also

IContractorsController Interface

IContractorsController Members

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