Method LoanAuthOrigination
LoanAuthOrigination retrieves a loan authorization document for a given application in the origination system. The app may be any you are allowed to view.
SOAP Component: | https://catweb.sba.gov/elend/ws/elend.wsdl. |
SOAP Method: | SharedEntryPoint, only input is structure Inputs |
Or: | SharedEntryString, only input is JSON string InputString that decodes to a structure |
Keys of the Input Structure: | |
Mandatory. Must be “LoanAuthOrigination”. | |
Mandatory. CLS login’s username with at least read permission in Origination. | |
Mandatory. CLS login’s password with at least read permission in Origination. | |
Mandatory. PIN generated by Generate_PIN using the same login. | |
Mandatory. SBA Application Number of app for LoanAuth document to be retrieved. | |
Mandatory. A private code that authorizes use of SoftwareVendorName. | |
Mandatory. Value from Code Tables, Vendor Table. | |
Mandatory. Email address of person making the call. | |
Optional. Allows extracting multiple apps in one XML file. (See below.) | |
Keys of the Output Structure: | |
Should be nullstring. If not, a generally-worded error message. | |
Should be nullstring. If not, a more helpful error message, but scarier to some users. | |
“Yes”, “No”, number of days till expiration or “TBD” (prior to validating login). | |
XML response containing the encoded pdf binary of the loan authorization document. |
For examples of calling flexible, structured methods, see Flexible Structure of Inputs For an explanation of REST calls, see Calling Rest Methods
If ApplicationNumber is given, it overrides LoanAuthAppList. If ApplicationNumber is not given, LoanAuthAppList becomes mandatory and must contain a comma-delimited list of SBA application numbers. In either case, the CLS login account must have read access to the requested application(s). When a list is specified, all documents will be contained in a single XML file, as allowed by the SBA_ETran XML format.