Skip to main content

Welcome to our Dev Docs!

Planvariant Created

This webhook is triggered when a new planvariant was created.

Typical Scenario

A new planvariant was created in billwerk and you want to update your product catalogue afterwards at your website.

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

{
    "PlanVariantId":"62985eb0d2044479fc04ec80",
    "Event":"PlanVariantCreated",
    "EntityId":"62148e3c0c14e1609e9ca5c1"
}