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?
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