Sage.PL.WebAPI.Interface.FKF.Employees.Interfaces Namespace > IFKEmployeesController Interface > IFKEmployeesController Methods > GetByPosition Method 

Drukuj

.NET Framework Class Library

IFKEmployeesController.GetByPosition Method

Metoda umożliwia pobranie pracownika o podanej pozycji.

[GET] /api/FKEmployees?position=pozycja_pracownika

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

Assembly:  Sage.PL.WebAPI.Interface.FKF.Employees (in Sage.PL.WebAPI.Interface.FKF.Employees.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 pracownika.

Return Value

Zwraca obiekt pracownika Employee.

See Also

IFKEmployeesController Interface

IFKEmployeesController Members

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