Hi,
I was wondering if there was a way to update only specific data against an employee using the RestAPI.
I noticed that there is a PUT method on the Employee endpoint. The issue I have found is that if I do not pass all data in the PUT request, it clears the data out of Acumatica.
Ideally I would like it to only update the data I send in the PUT request and leave the rest alone.
Is this possible or am I doing something wrong?