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

Drukuj

.NET Framework Class Library

IFKContractorDimensions2Controller.GetByPosition Method

Metoda umożliwia pobranie listy wymiarów kontrahenta o podanej pozycji.

Dane zwracane są w ustandaryzowanym formacie - w przeciwieństwie do wersji 1, gdzie dane są zwracane w formacie zależnym od konfiguracji serwera SQL.

[GET] /api/v2/FKContractorDimensions?contractorPosition=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 ( _
 contractorPosition As Integer _
As IHttpActionResult

C#

IHttpActionResult GetByPosition(
 int contractorPosition
)

Visual C++

IHttpActionResultGetByPosition(
 int contractorPosition
)

JavaScript

function getByPosition(contractorPosition);

Parameters

contractorPosition

Type: System.Int32

[FromUri] Pozycja kontrahenta.

Return Value

Zwraca kolekcję obiektów Dimension.

See Also

IFKContractorDimensions2Controller Interface

IFKContractorDimensions2Controller Members

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