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.

Anyone loaded the Create a time event request API?

edited Feb 13, 2020 6:49AM in Workforce Management 15 comments

Summary

Anyone loaded the Create a time event request API?

Content

Hi Team

 

Any one who has successfully loaded data using the  Create a time event request API?

My pay load fails with the error 403 forbidden -

 

Here is the pay load

{
         "requestNumber": "20201",
         "sourceId": "CRT_Timekeeper",
         "requestTimestamp": "2020-04-25T09:00:00.000+01:00",
         "timeEvents": [
            {
               "deviceId": "111",
               "eventDateTime": "2020-04-25T08:02:00.000+01:00",
               "SupplierDeviceEvent": "CRT_Timekeeper_IN",
               "reporterId": "100008",
               "reporterIdType": "PERSON",
               "timeEventAttributes": [
                  {
                     "name": "PayrollTimeType",
                     "value": "CPAY Regular Hours"
                  }
               ]
            }
         ]
      }

CRT_Timekeeper  is the supplier look up code created in the ORA_HWM_TCD_SUPPLIERS look up

CRT_Timekeeper_IN" is the event look up code created in the ORA_HWM_TCD_SUPPLIER_EVENTS look up

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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