Unable to load Expenditure Type in Time Entries through REST API — Cloud Customer Connect
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

Unable to load Expenditure Type in Time Entries through REST API

edited Jun 11, 2018 11:56AM in HCM Integrations 5 comments

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"

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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