cancel
Showing results for 
Search instead for 
Did you mean: 

Upsert method overwriting the record in successfactors

vivekkumar15
Explorer
0 Kudos

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

Accepted Solutions (0)

Answers (0)