Contract Data Changed
Sent whenever data of a contract has changed. This occurs if you execute a PUT/PATCH on a contract, update customfields or the external Id.
Typical Scenario
You want to listen to this hook to make sure your system gets notified when there was a change. To find out what the current state of the contract is, simply fetch the referenced contract by id.
HTTP/1.1
POST /billwerk-hook
Host: example.com
Content-Type: application/json
{
"Event" : "ContractDataChanged",
"ContractId" : "51d970c8eb596a1168df119b"
}