Skip to content

Commit 9d44d89

Browse files
authored
Merge pull request #191898 from dannyevers/65749-example
65749-example
2 parents a11c169 + c1b0c03 commit 9d44d89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to implement a webhook on the SaaS service by using the f
44
ms.service: marketplace
55
ms.subservice: partnercenter-marketplace-publisher
66
ms.topic: reference
7-
ms.date: 03/15/2022
7+
ms.date: 03/16/2022
88
author: arifgani
99
ms.author: argani
1010
---
@@ -69,7 +69,7 @@ The publisher must implement a webhook in the SaaS service to keep the SaaS subs
6969
"publisherId": "contoso",
7070
"offerId": "offer2 ",
7171
"planId": "gold",
72-
"quantity": "20",
72+
"quantity": 20,
7373
"timeStamp": "2019-04-15T20:17:31.7350641Z",
7474
"action": "Reinstate",
7575
"status": "InProgress"

0 commit comments

Comments
 (0)