File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
articles/marketplace/partner-center-portal Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -58,24 +58,6 @@ The publisher must implement a webhook in the SaaS service to keep the SaaS subs
58
58
"operationRequestSource" : " Partner" ,
59
59
```
60
60
61
- *Webhook payload example of a purchase event:*
62
-
63
- ```json
64
- // end user changed a quantity of purchased seats for a plan on Microsoft side
65
- {
66
- "id" : " <guid>" , // this is the operation ID to call with get operation API
67
- "activityId" : " <guid>" , // do not use
68
- "subscriptionId" : " guid" , // The GUID identifier for the SaaS resource which status changes
69
- "publisherId" : " contoso" , // A unique string identifier for each publisher
70
- "offerId" : " offer1" , // A unique string identifier for each offer
71
- "planId" : " silver" , // the most up-to-date plan ID
72
- "quantity" : " 25" , // the most up-to-date number of seats, can be empty if not relevant
73
- "timeStamp" : " 2019-04-15T20:17:31.7350641Z" , // UTC time when the webhook was called
74
- "action" : " ChangeQuantity" , // the operation the webhook notifies about
75
- "status" : " Success" // Can be either InProgress or Success
76
- }
77
- ```
78
-
79
61
*Webhook payload example of a subscription reinstatement event:*
80
62
81
63
```json
You can’t perform that action at this time.
0 commit comments