Receivables module: customer account creations using REST APIs
We are using HZ customer API calls using java library to create customer information. We are migrating all our services to spring boot. Trying to see is if there any better options available for the java library. Is it possible to use REST API for creating a customer information? Can you please suggest relevant documentation?
Will there be any benefits or disadvantages using the REST calls?
Thank you!