HR - Employees - REST API
Introduction
This API allows partners to send Employee & to send / retrieve Compensation data.
The available REST services are:
- Employee (POST): EMPLOYEE IN dataflow

- Employee details (POST): EMPLOYEE DETAILS IN dataflow

- Compensation (POST): COMPENSATION IN dataflow

- Compensation Review (GET): COMPENSATION OUT dataflow

- Cancelation Employee (POST): EMPLOYEE IN cancelation dataflow
Webservices are exposed in REST and are secured with client_id/client_secret authentication, that means you have to send both these elements in Header for each call :
- client_id: Client id required to connect to the API*
- client_secret: Client secret required to connect to the API
*see HELP documentation for more information about ClientID enforcement usage