File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
articles/marketplace/partner-center-portal Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ Returns the list of all existing subscriptions for all offers made by this publi
251
251
"endDate" : " 2020-04-30" ,
252
252
"termUnit" : " P1Y"
253
253
},
254
- "autoRenew" : false
254
+ "autoRenew" : false ,
255
255
"allowedCustomerOperations" : [" Read" ],
256
256
"sessionMode" : " None" ,
257
257
"isFreeTrial" : false ,
@@ -388,7 +388,7 @@ Response body example:
388
388
{
389
389
"planId" : " Platinum001" ,
390
390
"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
392
392
"description" : " plan description" ,
393
393
"minQuantity" : 5 ,
394
394
"maxQuantity" : 100 ,
@@ -400,7 +400,7 @@ Response body example:
400
400
{
401
401
"planId" : " gold" ,
402
402
"displayName" : " Gold plan for Contoso" ,
403
- "isPrivate" : false //true or false,
403
+ "isPrivate" : false , //true or false
404
404
"description" : " gold plan details." ,
405
405
"minQuantity" : 1 ,
406
406
"maxQuantity" : 5 ,
You can’t perform that action at this time.
0 commit comments