Sha256: cc42e49a6a05eefcd586aff11d404bc12050104b224ee6207854e338fa48fda2
Contents?: true
Size: 1.04 KB
Versions: 6
Compression:
Stored size: 1.04 KB
Contents
<html> <head> <title>eTapestry API Help</title> <link rel='StyleSheet' href='main.css' type='text/css'> <script src='SortTable.js'></script> </head> <body> <div class='methodName'><img src='images/etap.gif'/> getAccountById Method</div> <table class='reportTable'> <tr class='reportTableHeader'> <td width='20%'>Order</td> <td width='40%'>Name</td> <td>Type</td> </tr> <tr class='reportTableRow'> <td>Return</td> <td>account</td> <td><a href='ct_Account.html'>Account</a></td> </tr> <tr class='reportTableRowAlt'> <td>Input 1</td> <td>id</td> <td>int</td> </tr> </table><br> <div class='specialComments'>Comments</div> <table class='specialCommentTable'> <tr> <td>1)</td> <td>A soap fault will occur if the parameter id is less than or equal to zero.</td> </tr> <tr> <td>2)</td> <td>The account with the id (aka Account Number) provided will be returned. Null will be returned if no <a href='ct_Account.html'>Account</a> has the id provided.</td> </tr> </table> </body> </html>
Version data entries
6 entries across 6 versions & 1 rubygems