assign_functional_acct_group_m
Summary
| API Name | assign_functional_acct_group_m |
|---|---|
| Class | account_services_m |
| Update Version | 34 |
Description
Assigns a specified account to a functional account group. Note: Using this API call to assign an account to a collections account group returns an error. Use the assign_collections_acct_group call to assign an account to a collections account 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 |
| group_no | long | 22 | Yes |
The group number to use when retreiveing plans assigned to a group. Alternative required field: client_acct_group_id |
| client_acct_group_id | string | 100 | Yes |
If group_no is left null, this argument should be the client-assigned group ID to assign Alternative required field: group_no |
| client_acct_id | string | 50 | Yes |
Client-defined account identifier. Alternative required field: acct_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. |