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. |
acct_no |
long |
Aria-assigned account identifier. This value is unique across all Aria-managed accounts. DEPRECATED |
acct_no_2 |
long |
Aria-assigned account identifier. This value is unique across all Aria-managed accounts. |
client_acct_id |
string |
Client-defined account identifier. |
all_plan_instances |
hash |
This return value is a multidimensional array describing the detail of all available plans. |
queued_ind |
string |
Queued Indicator
Allowable values for queued_ind
Values |
Description |
Q |
Contains Queued Unit Instances |
A |
All Unit Instances are Assigned |
|
plan_instance_no |
long |
The Aria-assigned unique identifier for the plan instance. |
client_plan_instance_id |
string |
The client-defined identifier of the plan instance. |
parent_plan_instance_no |
long |
Aria-assigned Master Plan Instance number for the supplement plan (if applicable). |
plan_name |
string |
The name of the plan returned. |
plan_type |
string |
Plan type associated with the plan returned by this call.
Allowable values for plan_type
Values |
Description |
M |
Master |
S |
Supplemental |
|
plan_unit_inst_list |
hash |
This return value is a multidimensional array describing the detail of all available plans unit instances. |
plan_unit_inst_no |
long |
Aria-assigned plan unit instance number. |
client_plan_unit_inst_id |
string |
Client-defined unique client plan unit instance identifier |
plan_unit_inst_status |
string |
Plan Unit Instance Status, i.e. Active, Inactive, Queued. |
plan_unit_inst_service_details |
hash |
This return value of array of plan services that are fulfillment based. |
service_no |
long |
Aria-defined unique identier for the service associated with the returned plan unit instance. |
client_service_id |
string |
Client-defined service ID associated with the returned plan unit instance. |
service_name |
string |
Name of the service associated with the returned plan unit instance. |
fulfillment_status |
string |
Fulfillment status codes.
Allowable values for fulfillment_status
Values |
Description |
1 |
Null i.e. No Fulfillment Date |
2 |
Queued i.e. Queued for Invoicing |
3 |
Invoiced |
|
fulfillment_date |
string |
Date on which this service (or service unit) was/will be fulfilled. Only returned in case of fulfillment status code Queued OR fulfillment status Invoiced. |
plan_unit_inst_fields |
hash |
Array of client-defined plan unit instance fields. |
field_name |
string |
The name of this plan unit instance field. |
field_value |
string |
The value stored in this plan unit instance field. |
plan_unit_inst_directive |
long |
This attribute is not in use. It is just a placeholder. |