Skip to main content
Aria Knowledge Central

get_aria_xml_statement_m Guide

Use this API to return the contents of a specific xml statement for an account. The xml statement is generated as an auxiliary statement along with the regular statement when the "XML Distillation Option" client setting is turned on (choosing with or without usage details). The XML statement generated provisioning event returns the xml_statement_no in its event payload, and is used as an input variable in this API call.

API Specification: get_aria_xml_statement_m
Required Fields:
  • <client_no>
  • <auth_key>
  • <acct_no> or <client_acct_id>
  • <xml_statement_no> or <statement_no>

Additional Guidance

Input Fields
Field Name: Notes:

<xml_statement_no>

<statement_no>

Note: Only one of these two fields is required, but if both are present, the <xml_statement_no> field will take precedence.

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>

18003: statement could not be found

 
  • Was this article helpful?