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/cloud-partner-portal/saas-app/cpp-saas-fulfillment-api-v2.md
+26-13Lines changed: 26 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,7 @@ Resolves the opaque token to a SaaS subscription.<br>
114
114
```json
115
115
Response body:
116
116
{
117
-
"subscriptionId": "<guid>",
117
+
"id": "<guid>",
118
118
"subscriptionName": "Contoso Cloud Solution",
119
119
"offerId": "offer1",
120
120
"planId": "silver",
@@ -365,8 +365,7 @@ Internal Server Error<br>
365
365
366
366
```json
367
367
{
368
-
"planId": "gold",
369
-
"quantity": ""
368
+
"planId": "gold"
370
369
}
371
370
```
372
371
@@ -450,6 +449,9 @@ Bad request- Validation failures.
450
449
Code: 403<br>
451
450
Unauthorized. The auth token wasn't provided, is invalid, or the request is attempting to access an acquisition that doesn’t belong to the current publisher.
452
451
452
+
Code: 409<br>
453
+
Another operation is in progress on the resource. Wait for pending operations to complete then try again.
454
+
453
455
Code: 500<br>
454
456
Internal Server Error
455
457
@@ -516,6 +518,9 @@ Bad request- Validation failures.
516
518
Code: 403<br>
517
519
Unauthorized. The auth token wasn't provided, is invalid, or the request is attempting to access an acquisition that doesn’t belong to the current publisher.
518
520
521
+
Code: 409<br>
522
+
Another operation is in progress on the resource. Wait for pending operations to complete then try again.
523
+
519
524
Code: 500<br>
520
525
Internal Server Error
521
526
@@ -545,7 +550,6 @@ Unsubscribe and delete the specified subscription.
545
550
546
551
| | |
547
552
| --------------- | --------------- |
548
-
| Content-Type | `application/json` |
549
553
| x-ms-requestid | A unique string value for tracking the request from the client, preferably a GUID. If this value isn't provided, one will be generated and provided in the response headers. |
550
554
| x-ms-correlationid | A unique string value for operation on the client. This parameter correlates all events from client operation with events on the server side. If this value isn't provided, one will be generated and provided in the response headers. |
0 commit comments