API Details
GET Api/Units/{unit_id}/Employees/{prss_id}
Returns particular employee from unit.
Request Information
Parameters
| Name | Description |
|---|---|
| unit_id | The Unit id. |
| prss_id | The Employee id. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"PrssID": 1,
"LastName": "sample string 2",
"FirstName": "sample string 3",
"Nickname": "sample string 4",
"JobTitle": "sample string 5",
"Elvis": "sample string 6",
"IsPersonInCharge": true,
"IsRookie": true,
"WeeksWorked": 9,
"GuaranteedHours": 1,
"TotalWeeksWorked": 10
}
