Employee Locales
GET {{base_url}}/employee/:Employee/emlocale
Use this endpoint to retrieve locales associated with an employee in the Employees Hub.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | Required. |
The type of content supported by the API endpoint. |
| Authorization
| string | | Required.
The type of authorization supported by the API endpoint. |
RESPONSES
status: OK
[{"Employee":"00001","Locale":"CA","Active":"Y","WagePct":0,"Code":"CA","Type":"S","EmployeeCompany":"PR"},{"Employee":"00001","Locale":"CT","Active":"Y","WagePct":50,"Code":"CT","Type":"S","EmployeeCompany":"PR"},{"Employee":"00001","Locale":"MA","Active":"Y","WagePct":50,"Code":"MA","Type":"S","EmployeeCompany":"PR"}]