Skip to content

Commit 21ad6b0

Browse files
authored
Merge pull request #200404 from dannyevers/69926-saas-fulfillment-apis
69926-saas-fulfillment-apis
2 parents 49bad09 + 1af445a commit 21ad6b0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to use the Subscription APIs, which are part of the the
44
ms.service: marketplace
55
ms.subservice: partnercenter-marketplace-publisher
66
ms.topic: reference
7-
ms.date: 03/07/2022
7+
ms.date: 06/03/2022
88
author: arifgani
99
ms.author: argani
1010
---
@@ -65,13 +65,13 @@ Response body example:
6565
"emailId": "[email protected]",
6666
"objectId": "<guid>",
6767
"tenantId": "<guid>",
68-
"pid": "<ID of the user>"
68+
"puid": "<ID of the user>"
6969
},
7070
"purchaser": {
7171
"emailId": "[email protected]",
7272
"objectId": "<guid>",
7373
"tenantId": "<guid>",
74-
"pid": "<ID of the user>"
74+
"puid": "<ID of the user>"
7575
},
7676
"planId": "silver",
7777
"term": {
@@ -238,13 +238,13 @@ Returns the list of all existing subscriptions for all offers made by this publi
238238
"emailId": " [email protected]",
239239
"objectId": "<guid>",
240240
"tenantId": "<guid>",
241-
"pid": "<ID of the user>"
241+
"puid": "<ID of the user>"
242242
},
243243
"purchaser": {
244244
"emailId": "[email protected] ",
245245
"objectId": "<guid>",
246246
"tenantId": "<guid>",
247-
"pid": "<ID of the user>"
247+
"puid": "<ID of the user>"
248248
},
249249
"term": {
250250
"startDate": "2019-05-31",

0 commit comments

Comments
 (0)