Skip to content

Commit 4fcc53b

Browse files
authored
Update pc-saas-fulfillment-subscription-api.md
1 parent b4f674e commit 4fcc53b

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)