GET api/locations/{clubID}/JobClasses/{jobClass}/Employees
Retrieves all active employees at a given location with a given job class.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| clubID |
ID of the club location where the employee works |
string |
Required |
| jobClass |
Job class of the employee |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.