accounts_receivable/members
- GET accounts_receivable/group_members/list — This method returns the members of a specific Account Group. Multiple Accounts Receivables are retrieved by this call
- POST accounts_receivable/add_member — This method adds an accounts receivable as a member in a group of accounts. Only a single account can be added as a member in each call.
- POST accounts_receivable/remove_member — This method removes a member account from a group of accounts. Only one member accounts can be removed from a group in each call.
- POST accounts_receivable/update_member — This method modify an accounts receivable membership information such as its funding scope and funded services. Only a single account member can be modified in each call.