This page will detail the entire process of creating a complete Staff member and clocking entry in the back office, using the API. The other pages in this section further detail the available API requests for each attribute.
In this example, a Staff member and its attributes will be created first, in the following order:Followed by an example Clocking Entry, created in the following order:
* Required
The orders given above are the most efficient ways of creating a Staff member and Clocking entry, due to ID dependencies.
The first step is to create an Access Right. This is only required once, for each unique Access Right, and does not need to be re-created for each Staff Member.
Documentation on how to create new access right can be found here.
The next step is to create the Staff member.
Documentation on how to create new staff memeber can be found here.
The third step in this example is to create a Clocking Type. This is only required once, for each unique Clocking Type, and does not need to be re-created for each Clocking.
Documentation on how to create new clocking for staff memeber can be found here.
The final step in this example is to create a Clocking for the previously created Staff member.
Documentation on how to create new clocking type can be found here.