---
title: "Post Timesheet"
slug: "post-timesheet"
updated: 2026-05-26T12:53:14Z
published: 2026-05-26T12:53:48Z
canonical: "developers.cmicglobal.com/post-timesheet"
---

> ## 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.

# Post Timesheet

Post/hcm-rest-api/rest/1/PyEmpTimesheetPosting

### PyEmpTimesheetPosting

{{CMIC_BaseUrl}}/hcm-rest-api/rest/1/PyEmpTimesheetPosting

## Post Timesheet

UI Location:

### 

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='18ecb800-f7df-40eb-a725-ec80aa1a7896'>application/json</option>
</select>object  Example{
  "name": "postTimesheet",
  "parameters": [
    {
      "compCode": "GL"
    },
    {
      "fromPayGrp": null
    },
    {
      "toPayGrp": null
    },
    {
      "prnCode": "GLBW"
    },
    {
      "year": "2022"
    },
    {
      "period": "17"
    },
    {
      "startDate": null
    },
    {
      "endDate": null
    },
    {
      "fromDocNo": "FTA_DEMO"
    },
    {
      "toDocNo": "FTA_DEMO"
    },
    {
      "picklist": null
    },
    {
      "fromEmp": null
    },
    {
      "toEmp": null
    },
    {
      "postDate": "2022-12-01"
    },
    {
      "jourCode": "PY"
    },
    {
      "overheadFlag": "Y"
    }
  ]
}compCodestring    Required

Company Name

Max length8
fromPayGrpstring    

From Pay Group

Max length4
toPayGrpstring    

To Pay Group

Max length4
prnCodestring    Required

Pay run Code

Max length4
yearnumber    Required

Timesheet Year

Max length4
Periodnumber    Required

Timesheet Period

Max length2
startDatestring    

Start Date for Posting. If null will post all timehseets in the period

endDatestring    

End Date for Posting

fromDocNostring    

From Document Number

Max length30
toDocNostring    

To Document Number

Max length30
pickliststring    

Employee Picklist

Max length10
fromEmpstring    

From Employee Number

Max length16
toEmpstring    

To Employee Number

Max length16
postDatestring    Required

Posting Date

jourCodestring    Required

Journal Code

Max length2
overheadFlagstring    Required

Overhead Calculation Flag

Max length1

Responses200

Successful response

<select class='api-response-data' aria-label='Media type'><option value='d3de8c26-ef54-4e1e-98a9-89cfa099f397'>application/json</option>
</select>
