Posting CrewTimesheet
  • 04 Nov 2025
  • 1 Minute to read
  • Dark
    Light

Posting CrewTimesheet

  • Dark
    Light

Article summary

Post
/hcm-rest-api/rest/1/PyCtimeCrewPosting

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

Security
HTTP
Type basic

Basic authentication

Header parameters
Content-Type
string
Exampleapplication/vnd.oracle.adf.action+json
Body parameters
object
Example{ "name": "postCrewTimesheet", "parameters": [ { "TshUuid": "CC2288304F5E11EF819EDF52FE8CABB5" } ] }
Responses
200

Successful response