Method ServicingPaymntDueDt

The ServicingPaymntDueDt method, as the name implies, is used for updating Payment Due Date through API.

In case of errors, both the error number and text message will be returned for each error. Generally, the return of errors indicates that the application failed to pass the SBA’s validation rules. The exception is warning/error messages related to the user’s account and password.

API Documentation
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 ServicingPaymntDueDt.
  • CLSUsername
  • Mandatory. CLS login’s username with update permissions in Origination.
  • CLSPassword
  • Mandatory. CLS login’s password with update permissions in Origination.
  • CLSPIN
  • Mandatory. PIN generated by Generate_PIN using the same login.
  • EMail
  • Mandatory. EMail address to receive funding email.
  • SoftwareVendorCode
  • Mandatory. A private code that authorizes use of SoftwareVendorCode.
  • SoftwareVendorName
  • Mandatory. Value from Code Tables, Vendor Table.
  • ApplicationNumber
  • Mandatory. Existing SBA Loan Application Number
  • NewInstlmntDayOfMnth
  • Mandatory. The New Installment Day Of Month.
  • VrsnNmb
  • Mandatory. Version number "1" of the API.
  • ErrTyp
  • Optional. 1 (English) or 2 (XML, default) names in validation error messages.
  • FormatIn
  • Optional. Format of RequestData. XML or JSON. See Format IN/OUT Defaults
  • 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

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