Home > Aria6 User Documentation > Aria6 core api > get_standing_order_hist

get_standing_order_hist

Provides information about the orders that have been created using a specified standing order.

Input Arguments

Req Field Name Field Type Max Length Description
required-icon.png client_no long 22 Aria-assigned unique identifier indicating the Aria client providing service to this account.
required-icon.png auth_key string 32 Aria-assigned unique key to be passed with each method call for authenticating the validity of the requestor.
required-icon.png standing_order_no long 8 Unique ID for this standing order.
  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.
order hash An array containing related order history records.
brd_arrow.gif order_no long Order number for this history record
brd_arrow.gif amount double Monetary amount for this order.
brd_arrow.gif currency_cd string The 3-character ISO-compliant currency code in lowercase for monetary values used in the context of this API method.
brd_arrow.gif status_label string Status of this order
brd_arrow.gif invoice_no long The unique identifier of a given invoice.
brd_arrow.gif create_date string Date the order was created
brd_arrow.gif update_date string Date the order was modified
brd_arrow.gif comments string Comments about this order.
brd_arrow.gif client_order_id string Client-defined order ID
brd_arrow.gif transaction_id long Unique transaction ID for this order
brd_arrow.gif order_create_client_receipt_id string The client-defined receipt ID given at the creation of this order
brd_arrow.gif order_status_client_receipt_id string The client-defined receipt ID given at the modification of this order
brd_arrow.gif statement_message string Alternate contact details for orders.
 
 
 
Last modified

Tags

This page has no custom tags.

Classifications

This page has no classifications.