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. |
orders |
hash |
An array containing the order record |
order_no |
long |
Unique order number for this order |
amount |
double |
Monetary amount for this order |
currency_cd |
string |
The 3-character ISO-compliant currency code in lowercase for monetary values used in the context of this API method. |
status_label |
string |
Status label for this order
Allowable values for status_label:
Values |
Description |
0 |
Order Entry in Progress |
1 |
Order Entered |
2 |
Order Placed |
-1 |
Order Rejected |
-2 |
Order Cancelled |
3 |
Order Filled |
4 |
Order Billed |
5 |
Order Held |
|
plan_instance_no |
long |
Plan instance number. DEPRECATED |
plan_instance_no_2 |
long |
Plan instance number. |
client_plan_instance_id |
string |
Client plan instance id |
invoice_no |
long |
The Aria-assigned unique identifier of a given invoice. |
create_date |
string |
Date the order was created |
update_date |
string |
Date the order was modified |
comments |
string |
Comments for this order |
client_order_id |
string |
Client assigned ID for this order |
transaction_id |
long |
Unique transaction ID for this order. |
order_create_client_receipt_id |
string |
When calling create_order, it accepts a client receipt ID. If the order has such an ID, it is returned here |
order_status_client_receipt_id |
string |
The API receipt ID associated with the most recent status change on the order |
statement_message |
string |
Alternate contact details for orders. |
po_num |
string |
Purchase order number assigned to the one-time order. |
Start of order_qualifiers array |
qualifier_name |
string |
Name of the field you want to associate with this API call. |
qualifier_value |
string |
Corresponding value of the field you want to associate with this API call. |
End of order_qualifiers array |
order_items |
hash |
|
line_no |
long |
Line number of this particular row of the order |
client_sku |
string |
Client SKU of the NSO/Inventory item. |
label |
string |
Label or short description of this item |
alt_label |
string |
Alternate label to use during invoicing |
long_desc |
string |
Long description of this order item |
units |
double |
The number of units of this order item placed on this particular order |
unit_amount |
double |
The charge per unit |
line_amount |
double |
The total charge for this line |
line_comments |
string |
Any client-defined comments, from a CSR or automated system, for this particular line item |
item_svc_location_no |
long |
The Aria-assigned unique identifier for the origin location for the specified service associated with the plan. Depending on taxation configuration, this address may be used for tax calculations. |
client_item_svc_location_id |
string |
The client-defined unique identifier for the origin location for the service associated with the plan. Depending on taxation configuration, this address may be used for tax calculations. |
item_dest_contact_no |
long |
The Aria-assigned unique identifier for the destination contact for the specified service associated with the plan. Depending on taxation configuration, this address may be used for tax calculations. |
fulfilled_date |
string |
Date on which the order is fulfilled.
This can be a past, present, or future date.
|