getFolderContent
This method is used to retrieve the contents of a folder.
getFolderContentEx
This method is used to retrieve a set number of items from a folder. The method is an extension of getFolderContent and was implemented to help large volume users who wish to break up their response sizes into more manageable chunks.
getWebFormPackages
This method is used to return completed (eSigned or rejected or eSigned and rejected) Web Forms
setPackageNote
This method is used to set the note on a received message, i.e. it is only valid for received messages. If the message is a paper-out request then note will be accessible to the original sender of the message via the getExtendedPackageStatusEx method.
setPackagesNotes
This method is used to set the notes on received messages, i.e. it is only valid for received messages. If the message is a paper-out request then note will be accessible to the original sender of the message via the getExtendedPackageStatusEx method.
setPackageLabel
This method is used to set the label on a received message, i.e. it is only valid for received messages.
setPackagesLabels
This method is used to set the labels on received messages, i.e. it is only valid for received messages.
setPackageError
This method is used to set the errors on received messages, i.e. it is only valid for received messages. The error note will be accessible to the original sender of the message via the getExtendedPackageStatusEx method.
setPackagePapered
This method is used to set the “PaperCompleted” status on the message. This is only valid for received messages that are the result of a paper request.
setPackagesPapered
This method is used to set the “PaperCompleted” status on a collection of messages. This is only valid for received messages that are the result of a paper request.
setPackagePaperedWithDate
This method allows ERP Services to set the date to reflect when a single package will ship (instead of when it was printed, which is an issue when a package is printed prior to shipping). When this web service is called, the completed date is set to the value passed in the web service. The passed value displays as the completed date when the package is viewed via the tracking ID search in SDX Admin. Note: See the related web service, setPackagesPaperedWithDates, which is for use with multiple packages handled via batch processing.
setPackagesPaperedWithDates
This method allows ERP Services to set the date to reflect when multiple packages handled via batch processing will ship (instead of when the packages were printed, which is is an issue when a package is printed prior to shipping). When this web service is called, the completed dates are set to the value passed in the web service. The passed value displays as the completed date when the package is viewed via the tracking ID search in SDX Admin. Note: See the related web service, setPackagePaperedWithDate, which is for use with single packages.
movePackage
This method is used to move a package to the “Deleted” or “Archived” folders.
movePackages
This method is used to move packages to the “Deleted” or “Archived” folders.
getAttachments
This method returns all attachments from a specified package.
getPackageContentEx
This method is an extension to getPackageContent and adds a parameter to specify challenge answers required to open the package. If the challenge answers are incorrect, the call returns an error to indicate that the challenge answers are incorrect.
getPackageAttachmentEx
This method is an extension to getPackageAttachment and adds a parameter to specify challenge answers in order to retrieve an attachment. If the challenge answers are incorrect, the call returns an error to indicate that the challenge answers are incorrect.
getConsentPage
This method returns the terms and conditions consent text in an html format. The consent text is a template configured for a skin.
pushToVault
This method is used to notify SDX that the calling system has pushed/stored the relevant package securely. On SDX this sets a timestamp on the package of when it was pushed/stored.
pushToVaultNote
This method is used to add a note to the relevant package in SDX used by the calling system about storing the package securely. On SDX this sets a timestamp on the package of when it was pushed/stored.
getAddressBook
This method is used to add a note to the relevant package in SDX used by the calling system about storing the package securely. On SDX this sets a timestamp on the package of when it was pushed/stored.
rescindConsent
This method rescinds consent for a user and removes their consent once their loan has closed. This method also locks the user's SDX account.