You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register
Get Started with Redwood for Oracle Cloud HCM   Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.

For more information, please refer to this announcement explaining best practices for getting answers to questions.

Need REST API to create Time Card Entries with Project Information

edited Sep 1, 2021 7:15PM in Workforce Management 2 comments

Summary

Need REST API to create Time Card Entries with Project Information

Content

Hi, I'm trying to create the Time card using rest api as below but getting error

Sample Payload :
{
"processMode": "TIME_ENTER",
"processInline": "Y",
"timeRecordEvent": [{
"timeRecordId": "",
"timeRecordVersion": "",
"operationType": "ADD",
"reporterIdType": "PERSON",
"reporterId": "531704",
"assignmentNumber": "",
"startTime": "2021-09-23T09:00:00.000-08:00",
"stopTime": "2021-09-23T17:00:00.000-08:00",
"measure": "8",
"comment": "Simple Project Time Card With Start Time & Stop Time",
"unitOfMeasure": "",
"timeRecordEventAttribute": [{
"attributeName": "PJC_SYSTEM_LINKAGE_FUNCTION",
"attributeValue": "ST"
}, {
"attributeName": "PJC_EXPENDITURE_TYPE_NAME",
"attributeValue": "Regular"
}, {
"attributeName": "PJC_TASK_NAME",
"attributeValue": "REGULAR"
}, {
"attributeName": "PJC_PROJECT_UNIT",
"attributeValue": "300000006674749"
}, {
"attributeName": "PJC_PROJECT_NAME",
"attributeValue": "MIT CAN BU SP"

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!