Method OrigWithdraw

This web service allows users to withdraw an existing loan application and, in certain situations, send an email to the appropriate processing center. For Loans in “R1, R2, R3” status, if the loan applications’s program code is ‘E’, then an email is sent to SLPC. For applications within other program codes, an email is sent to LGPC. It does not try to fund the loan application. The loan application must be in one of the following status: Application In-Process (IP), Pending Request LC (PR), Awaiting Documents (AD), Approved Pending Funding (AP), In Review Reviewer 1 (R1), In Review Reviewer 2 (R2), and In Review Reviewer 3 (R3).

API Documentation
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
REST Component: /rest/elend/flexible
REST Method: /rest/elend/flexible/SharedEntryPoint, only input is structure Inputs
Or: /rest/elend/flexible/SharedEntryString, only input is JSON string InputString
Keys of the Input Structure:
  • MethodNamePhysical
  • Mandatory. Must be “OrigWithdraw”.
  • CLSUsername
  • Mandatory. CLS login’s username with at least permissions in Origination.
  • CLSPassword
  • Mandatory. CLS login’s password with at least permissions in Origination.
  • CLSPIN
  • Mandatory. PIN generated by Generate_PIN using the same login.
  • ApplicationNumber
  • Mandatory. The SBA application number.
  • EMail
  • Mandatory. EMail address to receive funding email.
  • SoftwareVendorCode
  • Mandatory. A private code that authorizes use of SoftwareVendorName.
  • SoftwareVendorName
  • Mandatory. Value from Code Tables, Vendor Table.
  • LocationId
  • Mandatory. Location ID from the PIMS system
  • RequestedAmount
  • Mandatory. Requested amount of loan.
  • FormatOut
  • Optional. Format of ResponseData. XML or JSON. See Format IN/OUT Defaults
    Keys of the Output Structure:
  • ErrorMessageEnglish
  • Should be nullstring. If not, a generally-worded error message.
  • ErrorMessageTechnical
  • Should be nullstring. If not, a more helpful error message, but scarier to some users.
  • PasswordUpdateRequired
  • “Yes”, “No”, number of days till expiration or “TBD” (prior to validating login).
  • ResponseData
  • XML or JSON in SBA_ETran_Response.xsd format.

    For examples of calling flexible, structured methods, see Flexible Structure of Inputs For an explanation of REST calls, see Calling Rest Methods

    See Notes on SBA_ETran_Response formatted XML or JSON returned in the Output structure’s ResponseData:

    as funding authority is available on a FIFO basis.