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.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Unable to load Expenditure Type in Time Entries through REST API
Content
Hi All,
We are able to load Time Entries through REST API except Expenditure type attribute. Please refer below code and suggest what we are missing. After loading the data through REST API, the expenditure type attribute doesn't pull any values in the associated LOV.
{
"processInline":"N",
"processMode":"TIME_SAVE",
"timeRecordEvent":[
{
"timeRecordId":"",
"timeRecordVersion":"",
"startTime":"2018-04-09T08:00:00.000+00:00",
"reporterIdType":"PERSON",
"reporterId":"11054",
"assignmentNumber":"E11054",
"comment":"Testing rest API",
"operationType":"ADD",
"measure":"8",
"timeRecordEventAttribute":[
{
"attributeName":"PJC_PROJECT_ID",
"attributeValue":"300000012425764"
},
{
"attributeName":"PJC_TASK_ID",
"attributeValue":"100000000379700"
},
{
"attributeName":"PJC_EXPENDITURE_TYPE_ID",
"attributeValue":"300000001438130"
},
{
"attributeName":"PJC_EXPENDITURE_TYPE_NAME",
"attributeValue":"300000001438130-ST"
},
{
"attributeName":"PJC_SYSTEM_LINKAGE_FUNCTION",
"attributeValue":"ST"
Tagged:
1