Insert AND Update via API
Hi, is possible to build a call to the API that Inserts and Updates records.
I'd like to pass one array to the API that will update the vendors List if they already exist via the fields that are passed, and if it doesn't exist, it would insert them. Is this possible, or would I need to make two arrays (one for insert, one for modify) and make two calls?
Thanks.