Skip to main content
Aria Knowledge Central

update_acct_dunning_group_m

Summary

API Name update_acct_dunning_group_m
Class account_services_m
Update Version 6.37

Description

Updates information associated with a specified dunning group.

Inputs

Name Type Length Required Description
client_no long 22 Yes

Aria-assigned unique identifier indicating the Aria client providing service to this account.

auth_key string 32 No

Aria-assigned unique key for authenticating the validity of the requestor. This key is passed with each method call.

acct_no long 22 Yes

Aria-assigned account identifier. This value is unique across all Aria-managed accounts.

Alternative required field: client_acct_id

client_acct_id string 50 Yes

Client-defined account identifier.

Alternative required field: acct_no

dunning_group_no long 22 Yes

The unique identifier of the dunning group.

Alternative required field: client_dunning_group_id

client_dunning_group_id string 100 Yes

The client-defined identifier of the dunning group.

Alternative required field: dunning_group_no

new_client_dunning_group_id string 100 No

Client-defined unique identifier for dunning group

dunning_group_name string 100 No

Dunning Group name

dunning_group_description string 1000 No

Dunning group description

dunning_process_no long 22 No

Dunning Process code

Alternative field: client_dunning_process_id

client_dunning_process_id string 100 No

Client-defined dunning process identifier.

Alternative field: dunning_process_no

dunning_group_directive long 1 No

Directive to update / disable the specified dunning group

Allowed values:

Value Description
0 Update dunning group (default)
1 Disable dunning group
master_plans_summary object   No

Array of master plan numbers associated with the input dunning group or plan instance

See fields below

master_plans_summary fields

Name Type Length Required Description
plan_instance_no long 22 No

List of master plan instances to be associated with the dunning group.

Alternative field: client_plan_instance_id

client_plan_instance_id string 100 No

Note that if any master plan in the specified dunning group is in dunning, new master plans cannot be added to the dunning group. Similarly, if a master plan associated with a different dunning group is in dunning, it cannot be moved into a different dunning group.

Alternative field: plan_instance_no

Outputs

Name Type Length Required Description
error_code long   No

Aria-assigned error identifier. 0 indicates no error.

error_msg string   No

Description of any error that occurred. "OK" if there was no error.

TOP
  • Was this article helpful?