create_acct_dunning_group_m
Summary
| API Name | create_acct_dunning_group_m |
|---|---|
| Class | account_services_m |
| Update Version | 6.37 |
Description
Creates a new dunning group and optionally assigns the new dunning group to a plan instance.
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 |
| dunning_group_name | string | 100 | No |
Dunning Group name |
| dunning_group_description | string | 1000 | No |
Dunning group description |
| client_dunning_group_id | string | 100 | No |
Client-defined unique identifier for dunning group |
| 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 |
| master_plans_summary | object | No | ||
| client_receipt_id | string | 50 | No |
Client-defined unique identifier used to track related system actions |
| client_acct_id | string | 50 | Yes |
Client-defined account identifier. Alternative required field: acct_no |
master_plans_summary fields
| Name | Type | Length | Required | Description |
|---|---|---|---|---|
| plan_instance_no | long | 22 | No |
The Master Subscription plan instance number. Alternative field: client_plan_instance_id |
| client_plan_instance_id | string | 100 | No |
Unique client-defined identifier for the master plan instance. 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. |
|
| dunning_group_no | long | 22 | No |
The unique identifier of the dunning group. |
| client_dunning_group_id | string | 100 | No |
The client-defined identifier of the dunning group. |