Method AssociateMRFLLRF

API Documentation
SOAP Component: https://catweb.sba.gov/microloan/ws/microloan.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/microloan/flexible/
REST METHOD: /rest/microloan/flexible/SharedEntryPoint , only input is structure Inputs
Or: /rest/microloan/flexible/SharedEntryString, only input is JSON string InputString
Keys of the Input Structure:
  • MethodNamePhysical
  • Mandatory. Must be “AssociateMRFLLRF”.
  • CLSUsername
  • Mandatory. CLS login’s username with update permissions in Microloan for microlender.
  • CLSPassword
  • Mandatory. CLS login’s password with update permissions in Microloan for microlender.
  • CLSPIN
  • Mandatory. PIN generated by Generate_PIN using the same login.
  • RequestData
  • Mandatory. XML or JSON in SBA_MicroloanMRFLLRF format.
  • RequestDataType
  • Mandatory. MRFLLRF.
  • EMail
  • Mandatory. The microlender’s email addess.
  • SoftwareVendorName
  • Mandatory. Value from Code Tables, Vendor Table.
    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 in SBA_MicroloanResponse.xsd format.

    For examples of calling flexible, structured methods, see Flexible Structure of Inputs