ScalepointDeveloper Portal

Attachments Updated

attachments_updated event for ClaimShop

attachments_updated JSON Schema

attachment_updated Description of Attributes

Attribute NameDescription
eventIdId of the event.
eventTypeType of the event. For this case it's attachments_updated
payloadVersionVersion of the payload, in case if we do any breaking changes we will update this version
correlationIdScalepoint internal Id
timestampTime stamp when the event is created
CaseCase related information
case.uuidUnique id for the case
case.numberThe caseNumber is the identifier for the case received from Insurance Company
case.externalclaimIdExternal claim Id is unique to the specified case and provided by Insurance Company
case.tokenCase token - using this token customer always get the case related information
case.caseTypeThe caseType determines the kind of case - contentClaim
changesArray of changes involved in this attachments updated event
Changes.propertyAction performed on attachments UI, see Appendix A for type of actions could be perfomred on the UI
Changes.attachmentGUIDGUID of the file
Changes.attachmentLinkDirect link to download the file using our file service. see Appendix B for more info on file service
Changes.fileTypeType of the file
Changes.fileNameName of the file

attachment_updated JSON Example

Appendix A - Actions could be performed on attachments UI

Change NameDescription
attachmentAddedToClaimLevelA file added to claim level.
attachmentDeletedFromClaimLevelA file is deleted from claim level.
attachmentAddedToClaimLineLevelA file added to claimline level
attachmentUnlinkedFromClaimLineLevelA file is unlinked from the claimline level
attachmentAddedFromClaimLineLevelToClaimLineLevelA file is linked to claimline level from claim level.
attachmentAddedFromClaimLevelToClaimLineLevelA file is linked to claimline level from another claimline level.
attachmentImportedFromSelfServiceA self-service with attachments is created (and imported to lossImport).
attachmentImportedFromFNOLA FNOL with attachments is created (and imported to lossImport)

Appendix B - File service API

###File Service API

Types of Events Supported by ClaimShop

Last updated on

On this page