- 04 Nov 2025
- 1 Minute to read
- Print
- DarkLight
Posting CrewTimesheet
- Updated on 04 Nov 2025
- 1 Minute to read
- Print
- DarkLight
Posting CrewTimesheets
The Parameter to be passed is the VUuid of the Crew Header.
The Vuuid can be retrieved when the Crew Time Approval API ({{url}}/cmic-hcm-rest-api/rest/3/crewtime_approval/) is run for a specific record Example with parameters: GET : /cmic-hcm-rest-api/rest/3/crewtime_approval/?finder=main;shiftCode="*"&limit=800&onlyData=true&finder=main;statusCode="APPROVED"&q=CrewhCrewCode='JJTESTING'&q=CrewhJobCode='PYMJ2'&q=CrewhJobCompCode='PYMJ'&q=CrewhDate='2025-06-27T00:00:00-04:00'
OR
View all Vuuid's using CrewTime Headers API ({{url}}/cmic-hcm-rest-api/rest/3/crewtime_header) Example with Parameters: GET: /cmic-hcm-rest-api/rest/3/crewtime_header/?q=CrewhCrewCode='JJTESTING'&q=CrewhJobCode='PYMJ2'&q=CrewhJobCompCode='PYMJ'&orderBy=CrewhDate
Basic authentication
Successful response