Time Clock Enhanced Service
saveTimeClockEnhanced
Create a new employee time clock entry. Update an employee time clock entry.
post/timeclock/v1/saveTimeClockEnhanced
Headers
authenticationtokenstring required
Secure token for API authentication.
passwordstring required
Password for the Crunchtime Application User.
sitenamestring required
Crunchtime site identifier. (test or production)
useridstring required
User ID for the Crunchtime Application User.
X-B3-TraceIdstring
Optional trace identifier for troubleshooting.
Request body
Example request
{
"timeClockEnhancedDetails": [
{
"timeClockEnhancedDetailDetails": [
{
"breakType": "PAID",
"cashSales": 99999999.9999,
"cashTips": 99999999.9999,
"chargeSales": 99999999.9999,
"chargeTips": 99999999.99,
"clockIn": "HH:mm MM/dd/yyyy",
"clockOut": "HH:mm MM/dd/yyyy",
"employeeNumber": "AUTO52",
"posCode": "AUTO10"
}
],
"timeClockEnhancedHeaderDetails": {
"importDataDateTime": "HH:mm MM/dd/yyyy",
"laborDate": "MM/dd/yyyy",
"locationCode": "000000"
}
}
]
}Response
Success
object required