Discussions
Create a Billing Line - Membership
about 5 years ago by Alex Wilkes
Hello,
We're implementing some REST integration and I'm struggling to work out how to create a 'Billing Line' for a user.
So far (through REST) my process is:
1 - Create a Party Record for the user
2 - Update various pieces of information for the new user
3 - Create a 'User' for the new user (web login)
Now, I'm trying to add a Billing Line onto their profile based on some selections within a form. I'm struggling to identify which endpoint to use?
Many thanks.