Customer Locked
Sent whenever a customer has been locked.
Typical Scenario
Usually, you want to inform about that customer locked. To do so, fetch the customer by id and apply all necessary changes on your side.
HTTP/1.1 POST /billwerk-hook Host: example.com Content-Type: application/json { "CustomerId":"6242991221642365b05d86a9", "Event":"CustomerLocked", "EntityId":"62148e3c0c14e1609e9ca5c1" }