What's New
Patch 19-2
Patch 20-2
Contents
x
Overview
Tutorials
Guides
Popular Off-the-Shelf Recipes
Powered by
Human Capital Management Recipes
7 Articles
in this category
Print
Dark
Light
Contents
Human Capital Management Recipes
7 Articles
in this category
Dark
Light
Employee Benefits & Deductions
Capturing benefit change records between HR and Insurance Provider Capturing change records for Benefit Open Enrollment and Qualifying events between HR and Insurance Provider. Step 1: Retrieve Employee Find employee using a finder e.g. fin...
Updated on : 13 Mar 2024
Onboarding Employees
Applicants hired in external system and onboarded as employees in CMiC. 📘 Pre-requisites: Tables exist in CMiC Employee auto numbering is configured Step 1: Create Employee Request curl --location --request POST 'https://mobtest....
Updated on : 22 Feb 2024
Re-Hire an Employee
Use the Employee API to re-hire a previously terminated employee. Step 1: Create a POST request Create request payload with the minimum required parameters: Request Body Following are the required parameters when re-hiring an employee. ...
Updated on : 22 Feb 2024
Terminate an Employee
This article shows how to use the PY Employee endpoint (pyemployee) to terminate an employee. Create a POST request Request curl --request POST \ --url https://yourserver.com/yourenvironment/hcm-rest-api/rest/1/pyemployee/ \ --hea...
Updated on : 16 Feb 2024
Capturing Timesheets
Time captured in external system and created in CMiC for cost purposes. These can be posted, un-posted, pre-approved. Step 1: Retrieve the job cost distribution Find job using company code e.g. compCode=001 ?finder=findByKeys;compCode=001 ...
Updated on : 16 Feb 2024
Capturing Field crew timesheets
Time captured in external system and created in CMiC for cost purposes. These can be posted, un-posted, pre-approved. Step 1: Retrieve the job cost distribution Find job using company code e.g. compCode=001 ?finder=findByKeys;compCode=001 ...
Updated on : 13 Mar 2024
Capturing weekly or biweekly office timesheets
Capturing weekly or biweekly office timesheets in CMiC, these can be posted, unposted, unapproved. Step 1: Retrieve the job cost distribution Find job using company code e.g. compCode=001 ?finder=findByKeys;compCode=001 Request curl ...
Updated on : 13 Mar 2024