Subscription Updated
Subscription updates only.When an update to a subscription results in changes to any of these fields, the subscription updated event will be triggered.
Subscription product updates that do not change MRR will not trigger this event.
Automatic billing will cause the nextPeriodStartDate to be updated -- this webhook will not be sent in this case.
Changes to billing periods, including when automatic billing occurs, willnot trigger this webhook.
{
"EventType": "SubscriptionUpdated",
"Subscription": {
"customerId": 634871,
"planCode": "bronze",
"planName": "Bronze",
"planReference": "Brnz",
"planDescription": null,
"status": "Draft",
"reference": null,
"createdTimestamp": "2019-10-07T15:29:49",
"activatedTimestamp": null,
"provisionedTimestamp": null,
"nextPeriodStartDate": null,
"scheduledActivationTimestamp": null,
"remainingInterval": 4,
"subscriptionOverride": null,
"frequency": "Every 3 Months",
"planFrequencyID": 389484,
"monthlyRecurringRevenue": 150.0,
"netMrr": 150.0,
"oneTimeRevenue": null,
"deferredRevenue": null,
"amount": 800.0,
"salesforceId": null,
"createdFromMigration": true,
"id": 303950,
"uri": "https://secure.fusebill.com/v1/subscriptions/303950"
},
"EventSource": "FusebillUI"
}Updated about 1 year ago
