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

Drukuj

.NET Framework Class Library

IFKEmployeesController.GetById 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 GetById ( _
 id As Integer _
As IHttpActionResult

C#

IHttpActionResult GetById(
 int id
)

Visual C++

IHttpActionResultGetById(
 int id
)

JavaScript

function getById(id);

Parameters

id

Type: System.Int32

See Also

IFKEmployeesController Interface

IFKEmployeesController Members

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