Skip to main content
Aria Knowledge Central

cancel_order_m Guide

Cancels an account holder's order and stops all billing related to the order if the following are true: The order has not yet been billed and the order has not already been canceled.

API Specification:

cancel_order_m

Required Fields:
  • <client_no>
  • <auth_key>
  • <acct_no> or <client_acct_id>
  • <order_no>

Error Codes:

Error Code/Description Associated Inputs

1001: unexpected error

 

1004: authentication error

Associated Inputs: auth_key, client_id, client_no

<auth_key>, <client_no>

1009: account does not exist, Account not found: AriaNo (acct_no), Account not found: Userid (userid), or Account not found: ClientId (client_acct_id)

Associated Inputs: acct_no, account_no, client_acct_id, user_id, userid, parent_acct_no

<acct_no>, <client_acct_id>

3016: could not cancel order - order already cancelled or succesffuly billed

 

3032: Invalid Order Number

 
  • Was this article helpful?