Forum Discussion

kjm's avatar
kjm
Trusted Cover User
3 years ago

409 Conflict when trying to update Employee Payroll Details

  I am using the C# SDK Api communicating to a local filew on my network and I can successfully create and then get the employee. I want to then update that employees PayrollDetails. However, I get ...
  • Hannah_B's avatar
    3 years ago

    HI kjm

     

    Thanks for sending that through. The error409 IncorrectRowVersionSupplied is generally always the result of the record being changed and the row version that you are using becomes out of date.  

    Taking a look at your request, there is nothing that we can stop that looks out of place. We recommend that you do a GET request first and use the response JSON to check that the row version that you are using matches the GET before your PUT request. 

     

    If you still continue to receive this error you can create a support request with us HERE and we can have a more in-depth look at what is occurring.