Announcements for Payroll and OTL can now be found in the Announcements - Payroll and OTL - EBS (MOSC) subcategory. Follow to be sure you don't miss a thing!
When providing a date range for the Planned Schedule via the REST API,
When providing a date range for the Planned Schedule via the REST API, improper input can have significant impact. Could you please advise on the correct method for specifying the date range?
hcmRestApi/resources/11.13.18.05/scheduleRequests
I have successfully created one record. However, when I attempt to provide a date range like the following:
"periodStartDate":"2024-02-13",
"periodEndDate":"2024-02-15"
It only creates one record for the date '2024-02-13'. The system leaves the rest of the records for '2024-02-14' and '2024-02-15' empty.
I have attached the payload, Logfile and a screenshot for your reference.