You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/marketplace/partner-center-portal/pc-saas-fulfillment-api-v2.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ The following table lists the definitions for common parameters and entities use
82
82
|`offerId`| A unique string identifier for each offer (for example: "offer1"). |
83
83
|`planId`| A unique string identifier for each plan/SKU (for example: "silver"). |
84
84
|`operationId`| The GUID identifier for a particular operation. |
85
-
|`action`| The action being performed on a resource, either `unsubscribe`, `suspend`, `reinstate`, or `changePlan`, `changeQuantity`, `transfer`. |
85
+
|`action`| The action being performed on a resource, either `Unsubscribe`, `Suspend`, `Reinstate`, or `ChangePlan`, `ChangeQuantity`, `Transfer`.|
86
86
|||
87
87
88
88
Globally unique identifiers ([GUIDs](https://en.wikipedia.org/wiki/Universally_unique_identifier)) are 128-bit (32-hexadecimal) numbers that are typically automatically generated.
@@ -703,7 +703,7 @@ Internal server error.
703
703
704
704
#### Get operation status
705
705
706
-
Enables the publisher to track the status of the specified triggered async operation (such as `subscribe`, `unsubscribe`, `changePlan`, or `changeQuantity`).
706
+
Enables the publisher to track the status of the specified triggered async operation (such as `Subscribe`, `Unsubscribe`, `ChangePlan`, or `ChangeQuantity`).
0 commit comments