Skip to content

Commit 91f2784

Browse files
committed
updated
1 parent a004917 commit 91f2784

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

articles/marketplace/partner-center-portal/pc-saas-fulfillment-webhook.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -58,24 +58,6 @@ The publisher must implement a webhook in the SaaS service to keep the SaaS subs
5858
"operationRequestSource": "Partner",
5959
```
6060

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-
7961
*Webhook payload example of a subscription reinstatement event:*
8062

8163
```json

0 commit comments

Comments
 (0)