Home > Aria Crescendo Documentation > Aria Crescendo core api > get_acct_plan_history_m

get_acct_plan_history_m

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

For information on error messages generated by this API, see get_acct_plan_history_m Error Messages.

Input Arguments

Req Field Name Field Type Max Length Description
Asterisk_0807a.jpg client_no long 22 Aria-assigned unique identifier indicating the Aria client providing service to this account.
Asterisk_0807a.jpg auth_key string 32 Aria-assigned unique key to be passed with each method call for authenticating the validity of the requestor.
Asterisk_0807a.jpg acct_no long 22 Aria-assigned account identifier. This value is unique across all Aria-managed accounts.
  OR      
  client_acct_id string 50 Client-defined account identifier.
  filter_plan_instance_no long 22 The Master Subscription Plan instance number.
  OR      
  filter_client_plan_instance_id string 100 Client-defined Master Plan Subscription Plan instance ID.
  locale_no long 22 Aria-assigned unique identifier of the locale used for translations. This value must be unique across all Aria clients.
  OR      
  locale_name string 50 Name of the locale.
  alt_caller_id string 30 Person or process that submitted the API call. This can be someone's user ID, or the name of an application.
  optional_transaction_qualifiers array   Array of additional values you can associate with this API call.
  brd_arrow.gif qualifier_name string 100 Name of the field you want to associate with this API call.
  brd_arrow.gif qualifier_value string 100 Corresponding value of the field you want to associate with this API call.

Output Arguments

Field Name Field Type Description
error_code long Aria-assigned error identifier. 0 indicates no error.
error_msg string Description of any error that occurred. "OK" if there was no error.
plan_history hash  
brd_arrow.gif plan_instance_no long Unique Plan instance number for each assigned Master Plan.
brd_arrow.gif master_plan_instance_no long Aria generated unique identifier for the Master Plan Instance.
brd_arrow.gif old_plan_no long Aria-assigned unique Plan identifier
brd_arrow.gif new_plan_no long Aria-assigned unique Plan identifier
brd_arrow.gif old_client_plan_id string Client assigned unique Plan identifier
brd_arrow.gif new_client_plan_id string Client assigned unique Plan identifier
brd_arrow.gif old_plan_name string The name of the Plan this line represents
brd_arrow.gif new_plan_name string The name of the Plan this line represents
brd_arrow.gif old_promo_cd string This is the code provided the client and used by the account holder during registration or when executing a transaction. A promotion generally provides access to a custom set of reduced-rate Plans.
brd_arrow.gif new_promo_cd string This is the code provided the client and used by the account holder during registration or when executing a transaction. A promotion generally provides access to a custom set of reduced-rate Plans.
brd_arrow.gif old_status_cd long Master Plan Instance status  

Allowable values for old_status_cd:

brd_arrow.gif new_status_cd long Master Plan Instance status  

Allowable values for new_status_cd:

brd_arrow.gif old_plan_units double A string array of old Plan unit values assigned to the Plans listed in Plan no
brd_arrow.gif new_plan_units double A string array of new Plan units associated with the list of Plans provided by Plan_no
brd_arrow.gif old_rate_schedule_no long A string array of old rate schedules associated with the Plans listed in Plan_no
brd_arrow.gif new_rate_schedule_no long A string arrray of new rate schedules associated with the Plans listed in Plan_no
brd_arrow.gif old_client_rate_schedule_id string A string array of client-defined old rate schedules ID associated with the Plans listed in client_plan_id.
brd_arrow.gif new_client_rate_schedule_id string A string array of client-defined new rate schedules ID associated with the Plans listed in client_plan_id.
brd_arrow.gif old_client_plan_instance_id string Unique client-defined ID for each assigned Master Plan.
brd_arrow.gif new_client_plan_instance_id string Unique client-defined ID for each assigned Master Plan.
brd_arrow.gif update_date string A string array of dates representing the last update to the Plans corresponding to the list provided in Plan_no.
brd_arrow.gif old_dunning_state long Previous dunning state of the Plan instance.  

Allowable values for old_dunning_state:

brd_arrow.gif new_dunning_state long Current dunning state of the Plan instance.  

Allowable values for new_dunning_state:

acct_locale_no long Aria-assigned unique identifier of the locale used for translations. This value is unique across all Aria-managed accounts. DEPRECATED
acct_locale_no_2 long Aria-assigned unique identifier of the locale used for translations. This value is unique across all Aria-managed accounts.
acct_locale_name string Name of the account level locale.
Last modified

Tags

This page has no custom tags.

Classifications

This page has no classifications.