Skip to main content
Aria Knowledge Central

get_acct_plan_history_m Guide

Returns a list of plan changes (including assignments, replacements, status changes, etc.) for the specified account.

API Specification: get_acct_plan_history_m
Required:
  • <client_no>
  • <auth_key>
  • <acct_no> or <client_acct_id>

Additional Guidance:

Output Fields

Field Name Notes
<old_status_cd>
Allowable values
Values Description
-3 Terminated
-2 Cancelled
-1 Suspended
0 Inactive
1 Active
2 Pending Cancellation
3 Pending Termination
31 Pending Installation
32 Pending Activation
41 Trial
61 Active Non-billable
<new_status_cd>
Allowable values
Values Description
-3 Terminated
-2 Cancelled
-1 Suspended
0 Inactive
1 Active
2 Pending Cancellation
3 Pending Termination
31 Pending Installation
32 Pending Activation
41 Trial
61 Active Non-billable
<old_dunning_state>
Allowable values
Values Description
0 None
1 In Progress
2 Complete
<new_dunning_state>
Allowable values
Values Description
0 None
1 In Progress
2 Complete

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>

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>, <master_plan_instance_id>, <filter_plan_instance_no>

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>, <client_master_plan_instance_id>

1067: Locale no does not exist in the system.

Associated Inputs: locale_no, master_plan_instance_no

<master_plan_instance_no>

1066: Locale name does not exist in the system.

Associated Inputs: locale_name

<locale_name>
  • Was this article helpful?