7.0.157.x Release Notes
Release Date |
|
---|
Features
21715 – Attachments APIs
The ImportAttachments API will submit new files for bond attachments, associating them to the proper category.
The Category must match an existing bond attachment category.
The URL for the service is: https:// {{YourServiceUrl}}.e-surety.net/EsuretyService.svc/rest/ImportAttachments.
Once loaded, end users will be able to access the attachments within the applicable bond.
The files can be imported using the following request format:
"BondNumber": "String content",
"Category": "String content",
"Date": "\/Date(928149600000+0000)\/",
"FileType": "String content",
"Name": "String content",
"Description": "String content",
"FileBase64": "String content"
The LinkAttachments API will associated existing files for bond attachments, associating them to the proper category.
The Category must match an existing bond attachment category.
The BlobId is the unique identifier of the existing file in eSURETY blob storage.
NOTE: For moving files into eSURETY blob storage, please contact eSURETY® Support for assistance with tools and connections to move files in bulk.
The files can be linked to a bond using the following request format:
"BondNumber": "String content",
"Category": "String content",
"Date": "\/Date(928149600000+0000)\/",
"FileType": "String content",
"Name": "String content",
"BlobId": "String content",
"Description": "String content",
The URL for the service is: https:// {{YourServiceUrl}}.e-surety.net/EsuretyService.svc/rest/LinkAttachments
Once loaded, end users will be able to access the attachments within the applicable bond.
22567 – Search Results will Display with the Account Status on Find People and Company during Bond Submission
When selecting an existing account on the People and Company page based on entered information, the accounts displayed for selection will include the Account Status for the associated person or company.
Fixes
20774 – Fixed DaysToQuoteExpiration, DaysToQuoteRenewalExpiration, and OriginalIssuanceDate Overlay Fields on Page Messages
When using the DaysToQuoteExpiration, DaysToQuoteRenewalExpiration, and OriginalIssuanceDate overlay fields on page messages, they will properly display in the intended fashion.
22274 – Corrected Error When Resetting a User’s Expired Password
Entering a new password upon previous password’s expiration will work without resulting in an error message being displayed.
22824 – Adjusted AutoRenewals Job to Filter Previously Auto-Rejected Renewals
The AutoRenewals background job has been updated to filter out any bonds that have a pre-existing auto-rejected renewal application on that version of the bond, so that a bond with an auto-rejection renewal rule would not continue to re-apply until the bond’s expiration.