Post Timesheet
- 04 Nov 2025
- 1 Minute to read
- Print
- DarkLight
Post Timesheet
- Updated on 04 Nov 2025
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback!
Post
/hcm-rest-api/rest/1/PyEmpTimesheetPosting
PyEmpTimesheetPosting
{{CMIC_BaseUrl}}/hcm-rest-api/rest/1/PyEmpTimesheetPosting
Post Timesheet
UI Location:
Security
HTTP
Type basic
Basic authentication
Header parameters
Content-Type
string
Exampleapplication/vnd.oracle.adf.action+json
Body parameters
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" } ] }
compCode
string Required
Company Name
Max length8
fromPayGrp
string
From Pay Group
Max length4
toPayGrp
string
To Pay Group
Max length4
prnCode
string Required
Pay run Code
Max length4
year
number Required
Timesheet Year
Max length4
Period
number Required
Timesheet Period
Max length2
startDate
string
Start Date for Posting. If null will post all timehseets in the period
endDate
string
End Date for Posting
fromDocNo
string
From Document Number
Max length30
toDocNo
string
To Document Number
Max length30
picklist
string
Employee Picklist
Max length10
fromEmp
string
From Employee Number
Max length16
toEmp
string
To Employee Number
Max length16
postDate
string Required
Posting Date
jourCode
string Required
Journal Code
Max length2
overheadFlag
string Required
Overhead Calculation Flag
Max length1
Responses
200
Successful response