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

Drukuj

.NET Framework Class Library

IFKEmployeesController.GetById Method

Metoda umożliwia pobranie pracownika o podanym id.

[GET] /api/FKEmployees?id=id_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 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

[FromUri] Id pracownika.

Return Value

Zwraca obiekt pracownika Employee.

See Also

IFKEmployeesController Interface

IFKEmployeesController Members

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