on 2023 Nov 20 3:48 PM
Hi All,
We are trying to add record to 'One Time Payments and Deductions' by calling the API with entity 'EmpPayCompNonRecurring'.
It requires 3 main fields: userid, comoponent type, date. And we are passing amount for the record.
We provide method as 'POST', url as '/upsert'
Record is created perfectly fine.
But if we create another record with same key fields: userid, comoponent type, date; previous record is updated and no new record is created.
I assume this is behaviour of upsert : update or insert.
But by logging to success factors dashboard, user can create multiple records with same key fields. ( system generates different sequenece number).
How can we also manage to create new records by API call
Request clarification before answering.
User | Count |
---|---|
11 | |
7 | |
6 | |
5 | |
4 | |
2 | |
2 | |
2 | |
2 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.