fylein / sageintacct-sdk-py

Python SDK to access Sage Intacct web services
MIT License
26 stars 27 forks source link

Update issue #58

Closed emoncse closed 1 year ago

emoncse commented 1 year ago

I can not update customer data using the update method. If it is possible to make good documentation for this SDK on updating custom fields using CUSTOMERID, it will be beneficial for users.

ashwin1111 commented 1 year ago

Sorry, we don't have documentation for updating the custom field. You can take a look at https://developer.intacct.com/api/ based on the module that you're looking to update and send a required payload to the update() method. Let me know if you're facing any issues.