Skip to main content

Welcome to our Dev Docs!

Component Changed

This webhook is triggered when a component was changed.

Typical Scenario

The price of a component was changed in billwerk and you want to update the price afterwards at your website.

HTTP/1.1
POST /billwerk-hook
Host: example.com
Content-Type: application/json

{
    "ComponentId": "62a83fbf826fa0a7d0cfe400",
    "Event": "ComponentChanged",
    "EntityId": "62148e3c0c14e1609e9ca5c1"
}