Planvariant Changed
This webhook is triggered when a planvariant was changed.
Typical Scenario
The price of a planvariant 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
{
"Event":"PlanVariantChanged",
"PlanVariantId":"5e4bd7ad9cc9ba11404fc7c8"
}