Jay Muthukumarasamy Posted October 1 Share Posted October 1 Hello there, Is there a way to update the CUSTOMERID of a Customer in Sage Intacct using the REST API? When I try to update with something like the following in the payload, I get a failure message saying Customer ABC123 does not exist. It appears that the CUSTOMERID I am passing is being used in the WHERE clause instead of the SET clause under the covers. .. .. <update> <CUSTOMER> <RECORDNO>3399</RECORDNO> <CUSTOMERID>ABC123</CUSTOMERID> </CUSTOMER> </update> .. .. Can someone confirm if the CUSTOMERID is updateable or not. Thanks - Jay Link to comment Share on other sites More sharing options...
Daniel Keig Posted October 2 Share Posted October 2 It is not. On the Sage Community, one of the longest and most popular ideas is to be able to merge records like vendors / customers. Hopefully, if that ever rolls out, there will be the ability to adjust the ID, either directly or via a workaround or merging two records... Link to comment Share on other sites More sharing options...
Jay Muthukumarasamy Posted October 2 Author Share Posted October 2 Thank you Link to comment Share on other sites More sharing options...
Recommended Posts