---
title: "Posting CrewTimesheet"
slug: "posting-crewtimesheet"
updated: 2026-05-26T12:53:14Z
published: 2026-05-26T12:53:48Z
canonical: "developers.cmicglobal.com/posting-crewtimesheet"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://developers.cmicglobal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Posting CrewTimesheet

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

SecurityHTTPType basic

Basic authentication

Header parametersContent-TypestringExampleapplication/vnd.oracle.adf.action+json

Body parameters<select class='api-response-data' aria-label='Media type'><option value='952cb95a-c060-42eb-85ff-b2bd8e3b81c0'>application/json</option>
</select>object  Example{
  "name": "postCrewTimesheet",
  "parameters": [
    {
      "TshUuid": "CC2288304F5E11EF819EDF52FE8CABB5"
    }
  ]
}

Responses200

Successful response

<select class='api-response-data' aria-label='Media type'><option value='3dfc9366-6ff7-4164-9751-54736b31efb0'>application/json</option>
</select>
