GET api/Employees/GetById?IdEmployee={IdEmployee}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
IdEmployee

integer

Required

Body Parameters

None.

Response Information

Resource Description

Employee
NameDescriptionTypeAdditional information
Id

integer

None.

IdUser

integer

None.

IdBranch

integer

None.

Document

integer

None.

Name

string

None.

BornDate

date

None.

Phone

integer

None.

AssignedBranch

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "IdUser": 2,
  "IdBranch": 3,
  "Document": 4,
  "Name": "sample string 5",
  "BornDate": "2025-06-25T16:36:53.7948127+02:00",
  "Phone": 7,
  "AssignedBranch": "sample string 8"
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.