Sample code to update BUSINESS PARTNERS or CUSTOMERS

Hi, I would like to know the API method for updating clients or customers in QUANTIFY, let’s say that I want to update records of my clients Or create a new one ,There is some example code in C # that they have for this case. Or can help me with this to see if it can be done

Clients (vendors and customers) are created through the BusinessPartner object. You update a business partner just like any other object in Quantify. If you look at the .Get… in intellisense you’ll see that you can fetch by ID, name, number, or accounting ID.