Skip to content

Commit 6f6c996

Browse files
authored
Merge pull request #98321 from thduttonuk/patch-1
Update pc-saas-fulfillment-subscription-api.md
2 parents 8b52799 + 4fcc53b commit 6f6c996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Response body example:
5454
"subscriptionName": "Contoso Cloud Solution", // SaaS subscription name
5555
"offerId": "offer1", // purchased offer ID
5656
"planId": "silver", // purchased offer's plan ID
57-
"quantity": "20", // number of purchased seats, might be empty if the plan is not per seat
57+
"quantity": 20, // number of purchased seats, might be empty if the plan is not per seat
5858
"subscription": { // full SaaS subscription details, see Get Subscription APIs response body for full description
5959
"id": "<guid>",
6060
"publisherId": "contoso",

0 commit comments

Comments
 (0)