These docs are for v20.3.44. Click to read the latest docs for v20.3.186.

Discussions

Ask a Question
Back to All

Create a Billing Line - Membership

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.