How to Load Element Entries Though Rest Api with required start date
(Doc ID 2757409.1)
Last updated on OCTOBER 26, 2022
Applies to:
Oracle Fusion Global Human Resources Cloud Service - Version 11.13.21.01.0 and laterOracle Fusion Global Payroll Cloud Service - Version 11.13.21.01.0 and later
Information in this document applies to any platform.
Symptoms
On : 11.13.21.01.0 version, Data Load
When attempting to create a new element entry wit REST API, the following error occurs.
ERROR
-----------------------
Updating date effective attribute is not allowed. Please remove following atribute from payload: EffectiveStartDate
STEPS
-----------------------
The issue can be reproduced at will with the following steps:
1) Method: POST
2) URL: <
3) Body:
"EffectiveStartDate":"2021-08-24",
"EffectiveEndDate":"4712-12-31",
"CreatorType": "F",
"EntryType": "E",
"EntrySequence": 1,
"AssignmentNumber": "xxxxxx",
"PayrollRelationshipNumber": "xxxxxx",
....
4) ERROR: Updating date effective attribute is not allowed. Please remove following attribute from payload: EffectiveStartDate
5) Status:400 Bad request
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |