GET api/Zeiten/{id}?year={year}&month={month}
Retrieves the working hours for a specific employee for a given year and month.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The unique identifier of the employee (PersonalID). |
integer |
Required |
| year |
The year for which to retrieve the working hours. |
integer |
Required |
| month |
The month for which to retrieve the working hours. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
An that represents the result of the operation. Returns an with a list of if successful, or a if no records are found, or a if an error occurs during the operation.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.