Home > Aria6 User Documentation > Aria6 core api > get_invoice_details

get_invoice_details

Returns the line items of a specified invoice.

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.
Asterisk_0807a.jpg src_transaction_id long 38 Either the Aria transaction ID or the Aria invoice number for the invoice
  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.
  Subarray_0807a.jpg qualifier_name string 100 Name of the field you want to associate with this API call.
  Subarray_0807a.jpg 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.
invoice_line_items hash Array of invoice line items for this invoice.
 Subarray_0807a.jpgline_no long The sequential line number of this line item. Initial record value is always 1.
 Subarray_0807a.jpgservice_no long Aria-assigned unique service identifier
 Subarray_0807a.jpgservice_name string The name corresponding to this line items service code.
 Subarray_0807a.jpgunits double The number of units of this service code billed on this line item.
 Subarray_0807a.jpgrate_per_unit double The rate per unit billed
 Subarray_0807a.jpgamount double The total amount of this line item
 Subarray_0807a.jpgdescription string Text description of this line item
 Subarray_0807a.jpgdate_range_start string (Deprecated) The starting date range for this line item
 Subarray_0807a.jpgdate_range_end string (Deprecated) The ending date range for this line item
 Subarray_0807a.jpgusage_type_no long The usage type code associated with this line item
 Subarray_0807a.jpgplan_no long The unique plan ID associated with this line item
 Subarray_0807a.jpgplan_name string The name of the plan associated with this line item
 Subarray_0807a.jpgcredit_reason_code_description string The long description of the credit reason code which was applied, if any
 Subarray_0807a.jpgcsr_comments string The manually-entered CSR comments, if any
 Subarray_0807a.jpgclient_sku string The client-defined item identifier
 Subarray_0807a.jpgorder_no long The unique identifier for an order in the context of an client_no and account_no.
 Subarray_0807a.jpgitem_no long The unique ID of the item being retrieved
 Subarray_0807a.jpgclient_service_id string The unique client-defined unique service ID associated with this line item.
 Subarray_0807a.jpgusage_type_cd string An array containing usage_type_cd(s) to denote which usage type(s) to record.
 Subarray_0807a.jpgclient_plan_id string The unique client-defined plan ID associated with this line item
 Subarray_0807a.jpgclient_item_id string The unique client-defined item ID being retrieved.
 Subarray_0807a.jpgbase_plan_units double Total base unit of this invoice.
 Subarray_0807a.jpgproration_factor double Specifies the percentage of the line_base_units billed.
 Subarray_0807a.jpgproration_text string Specifies the prorated days in total days.
 Subarray_0807a.jpgadv_billing_period_total_days long Total days of period in this invoice.
 Subarray_0807a.jpgproration_remaining_days long Prorated days of period in this invoice.
 Subarray_0807a.jpgproration_description string Prorated invoice description.
 Subarray_0807a.jpgline_type long Specifies the type of charge or credit associated with this line item.
Values Description
1 Recurring Charge
2 Tax Charge
3 Service Credit
4 Coupon Credit
5 Activation Charge
6 Usage Charge
7 Recurring Arrears
8 Order Charge
9 Surcharge
 Subarray_0807a.jpgrate_schedule_no long Aria-assigned unique rate schedule number
 Subarray_0807a.jpgrate_schedule_tier_no long Sequential number in the rate schedule for dertermining tiers
 Subarray_0807a.jpgcredit_coupon_code string Specifies the coupon code applied to the invoice.
is_pending_ind long Whether or not this invoice is pending
custom_status_label string Value allowed for Client specific custom invoice status that can be edited at the invoice or pending invoice level.
custom_status_desc string Description of the Client specific custom invoice status.
client_notes string Client notes that are free text.
invoice_type_cd string This field identifies the type of the invoice generated 

Allowable values for invoice_type_cd

Values Description
C Combined Invoice
F Anniversary Period Invoice
H Hybrid Invoice
O Order based Invoice
P Non-anniversary Subscription Invoice
R Rebill Invoice
from_date string Invoice start date.
to_date string Invoice end date.
posting_status_cd long Posting status of an invoice 

Allowable values for posting_status_cd

Values Description
0 Unposted
1 Posted
posting_user string The user who manual posted this invoice. If set to "System" then the invoice was auto posted by the system.
posting_date string Date when the invoice was posted to the GL/External Finance System. The posting date is Null for unposted invoices, the invoice creation date for system posted invoices, and is set to the date and time when an invoice is manually posted.
 
 
 
Last modified

Tags

This page has no custom tags.

Classifications

This page has no classifications.