Question on Oracle Element Entries documentation
Summary:
Question on URL:
https://docs.oracle.com/en/cloud/saas/human-resources/23b/farws/op-elemententries-post.html
In the example of the POST request payload on this page, should it not be InputValueName instead of InputValueId.
I believe it sated the InputValueId is a system generated value which is not know at the time of the time when a element entry is created. Where would I get the InputValueId from if the element is not yet created?
{
"PersonId": 300100003143709,
"ElementTypeId": 300100003068055,
"AssignmentId": 300100003143747,
"EntryType": "E",
"CreatorType": "F",
"EntrySequence": 1,
"elementEntryValues": [
{
"InputValueId": 300100003068067,
"ScreenEntryValue": "1000"
}
]
}
0