Customer Deleted Event (v1.0.0)
A customer has been deleted.
Info
Auth Adapter listens to the event check implementation.
Overview
This event is triggered by an adapter that deletes a customer. Deleting a customer might also triggered other events. If a customer is deleted in one system, it does not necessary mean it shall be deleted in all other systems.
It is up to the adapter to subscribe to the correct event, for what the purpose of the adapter.
Payload example
{ "Customer" : { "Id": "550e8400-e29b-41d4-a716-446655440000", "User": { "Id": "440e8534-e29b-6666-a716-446655441234", "Attributes": {} }, "Party": { "GovermentId": "O", "Name": "John Doe", "FirstName": "John", "LastName": "Doe", "CountryCode": null, "MobileNumber": null, "FixedNumber": null, "Email": "john.doe@example.com", "IsOrg": false, "State": "Active", "Attributes": {} }, "Account": null, "Attributes": { "brandname": "Qallify", "user_notify": "true" } }}JSON Schema
24 properties
Customerobject→ Customer
required