Skip to content

Commit f4d1b46

Browse files
authored
Merge pull request #94395 from levdavid/patch-1
fix missing commas for json formatting
2 parents 9e39bc6 + 22f1493 commit f4d1b46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ Returns the list of all existing subscriptions for all offers made by this publi
251251
"endDate": "2020-04-30",
252252
"termUnit": "P1Y"
253253
},
254-
"autoRenew": false
254+
"autoRenew": false,
255255
"allowedCustomerOperations": ["Read"],
256256
"sessionMode": "None",
257257
"isFreeTrial": false,
@@ -388,7 +388,7 @@ Response body example:
388388
{
389389
"planId": "Platinum001",
390390
"displayName": "Private platinum plan for Contoso", // display name of the plan as it appears in the marketplace
391-
"isPrivate": true //true or false
391+
"isPrivate": true, //true or false
392392
"description": "plan description",
393393
"minQuantity": 5,
394394
"maxQuantity": 100,
@@ -400,7 +400,7 @@ Response body example:
400400
{
401401
"planId": "gold",
402402
"displayName": "Gold plan for Contoso",
403-
"isPrivate": false //true or false,
403+
"isPrivate": false, //true or false
404404
"description": "gold plan details.",
405405
"minQuantity": 1,
406406
"maxQuantity": 5,

0 commit comments

Comments
 (0)