Skip to main content
Aria Knowledge Central

get_acct_dunning_group_details_m Guide

Retreives the details for a specified dunning group, including the list of master plan instances associated with that dunning group.

API Specification:

get_acct_dunning_group_details_m

Required Fields:
  • <client_no>
  • <auth_key>
  • <acct_no> or <client_acct_id>

Additional Guidance

Output Fields 
Field Name Notes
<status>
Allowable Values
Values Description
0 The status is "0", the dunning group is disabled for this account.
1 The status is "1", the dunning group is active for this account.
<dunning_process_name>

Will return the dunning process from the associated <dunning_group_no> or NULL if the <dunning_group_no> is not associated to any dunning process.

Array: <dunning_group_detail>

Datatype: string

Error Codes

Error Code/Description Associated inputs

1001: unexpected error

 

1004: authentication error

Associated Inputs: auth_key, client_id, client_no

<auth_key>, <client_no>

1009: account does not exist, Account not found: AriaNo (acct_no), Account not found: Userid (userid), or Account not found: ClientId (client_acct_id)

Associated Inputs: acct_no, account_no, client_acct_id, user_id, userid, parent_acct_no

 
<acct_no>, <client_acct_id>

14046: If you passed in an invalid plan_instance_no, this message will appear: "Invalid Plan instance number". If you passed in an invalid master_plan_instance_id, this message will appear: "Invalid master_plan_instance_id".

Associated Inputs: plan_instance_no, master_plan_instance_id, filter_plan_instance_no, percent_eval_plan_instance_no, client_plan_instance_id

Additional Comments: The plan_instance_no or master_plan_instance_id must belong to the account, or it is invalid. The percent_eval_plan_instance_no must belong to the account and also to the MPI given in input.

<plan_instance_no>, <client_plan_instance_id>

14047: If you passed in an invalid client_plan_instance_id, this message will appear: "Invalid client Plan instance identifier". If you passed in an invalid client_master_plan_instance_id , this message will appear: "Invalid client_master_plan_instance_id".

Associated Inputs: client_plan_instance_id, client_master_plan_instance_id, client_percent_eval_plan_instance_id

<client_plan_instance_id>

26013: Invalid dunning group number

Associated Inputs: dunning_group_no

<dunning_group_no>

26014: Invalid client-defined dunning group ID.

Associated Inputs: client_dunning_group_id

<client_dunning_group_id>
  • Was this article helpful?