The get_statement_content_m API returns the contents of a particular statement associated with a specified account.
API Specification: |
get_statement_content_m |
Required Fields: |
- <client_no>
- <auth_key>
- <acct_no> or <client_acct_id>
- <statement_no>
|
Additional Guidance
Input Fields
Field Name |
Notes |
<do_encoding> |
Allowable values
Values |
Description |
true |
True indicates to acquire the message size after doing MIME encoding |
false |
False acquires message size without MIME encoding |
|
Error Codes
Error Code/Description |
Associated Inputs |
|
|
1004: authentication error
|
<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)
|
<acct_no>, <client_acct_id> |
1033: a parameter that represents a true or false value contains invalid input
|
<do_encoding> |
18003: statement could not be found
|
|