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

Drukuj

.NET Framework Class Library

IFKEmployeesController.GetByPosition Method

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

Assembly:  Sage.PL.WebAPI.Interface.FKF.Employees (in Sage.PL.WebAPI.Interface.FKF.Employees.dll) Version: 25.10.1.0 (25.10.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

See Also

IFKEmployeesController Interface

IFKEmployeesController Members

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