Skip to content

Commit fc5a522

Browse files
authored
Merge pull request #93776 from qianw211/saasapi-update
capitalizing action items in SaaS APIs
2 parents 85f7247 + df4cf9e commit fc5a522

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The following table lists the definitions for common parameters and entities use
8282
| `offerId` | A unique string identifier for each offer (for example: "offer1"). |
8383
| `planId` | A unique string identifier for each plan/SKU (for example: "silver"). |
8484
| `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`. |
8686
| | |
8787

8888
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.
703703

704704
#### Get operation status
705705

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`).
707707

708708
##### Get<br> `https://marketplaceapi.microsoft.com/api/saas/subscriptions/<subscriptionId>/operations/<operationId>?api-version=<ApiVersion>`
709709

@@ -850,11 +850,11 @@ The publisher must implement a webhook in this SaaS service to proactively notif
850850
}
851851
```
852852
Where the action can be one of the following:
853-
- `unsubscribe` (when the resource has been deleted)
854-
- `changePlan` (when the change plan operation has completed)
855-
- `changeQuantity` (when the change quantity operation has completed)
856-
- `suspend` (when resource has been suspended)
857-
- `reinstate` (when resource has been reinstated after suspension)
853+
- `Unsubscribe` (when the resource has been deleted)
854+
- `ChangePlan` (when the change plan operation has completed)
855+
- `ChangeQuantity` (when the change quantity operation has completed)
856+
- `Suspend` (when resource has been suspended)
857+
- `Reinstate` (when resource has been reinstated after suspension)
858858

859859
Where the status can be one of the following:
860860
- **NotStarted** <br>

0 commit comments

Comments
 (0)