| Attribute Name | Description |
|---|---|
| eventId | Id of the event. |
| eventType | Type of the event. For this case it's attachments_updated |
| payloadVersion | Version of the payload, in case if we do any breaking changes we will update this version |
| correlationId | Scalepoint internal Id |
| timestamp | Time stamp when the event is created |
| Case | Case related information |
| case.uuid | Unique id for the case |
| case.number | The caseNumber is the identifier for the case received from Insurance Company |
| case.externalclaimId | External claim Id is unique to the specified case and provided by Insurance Company |
| case.token | Case token - using this token customer always get the case related information |
| case.caseType | The caseType determines the kind of case - contentClaim |
| changes | Array of changes involved in this attachments updated event |
| Changes.property | Action performed on attachments UI, see Appendix A for type of actions could be perfomred on the UI |
| Changes.attachmentGUID | GUID of the file |
| Changes.attachmentLink | Direct link to download the file using our file service. see Appendix B for more info on file service |
| Changes.fileType | Type of the file |
| Changes.fileName | Name of the file |
| Change Name | Description |
|---|---|
| attachmentAddedToClaimLevel | A file added to claim level. |
| attachmentDeletedFromClaimLevel | A file is deleted from claim level. |
| attachmentAddedToClaimLineLevel | A file added to claimline level |
| attachmentUnlinkedFromClaimLineLevel | A file is unlinked from the claimline level |
| attachmentAddedFromClaimLineLevelToClaimLineLevel | A file is linked to claimline level from claim level. |
| attachmentAddedFromClaimLevelToClaimLineLevel | A file is linked to claimline level from another claimline level. |
| attachmentImportedFromSelfService | A self-service with attachments is created (and imported to lossImport). |
| attachmentImportedFromFNOL | A FNOL with attachments is created (and imported to lossImport) |