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: docs/ReportSubscriptionsApi.md
+63-63Lines changed: 63 additions & 63 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,75 @@ All URIs are relative to *https://apitest.cybersource.com*
4
4
5
5
Method | HTTP request | Description
6
6
------------- | ------------- | -------------
7
+
[**CreateStandardOrClassicSubscription**](ReportSubscriptionsApi.md#createstandardorclassicsubscription) | **PUT** /reporting/v3/predefined-report-subscriptions | Create a Standard or Classic Subscription
7
8
[**CreateSubscription**](ReportSubscriptionsApi.md#createsubscription) | **PUT** /reporting/v3/report-subscriptions | Create Report Subscription for a Report Name by Organization
8
9
[**DeleteSubscription**](ReportSubscriptionsApi.md#deletesubscription) | **DELETE** /reporting/v3/report-subscriptions/{reportName} | Delete Subscription of a Report Name by Organization
9
10
[**GetAllSubscriptions**](ReportSubscriptionsApi.md#getallsubscriptions) | **GET** /reporting/v3/report-subscriptions | Get All Subscriptions
10
11
[**GetSubscription**](ReportSubscriptionsApi.md#getsubscription) | **GET** /reporting/v3/report-subscriptions/{reportName} | Get Subscription for Report Name
11
-
[**ReportingV3PredefinedReportSubscriptionsPut**](ReportSubscriptionsApi.md#reportingv3predefinedreportsubscriptionsput) | **PUT** /reporting/v3/predefined-report-subscriptions | Create a Standard or Classic Subscription
**organizationId** | **string**| Valid Cybersource Organization Id | [optional]
60
+
61
+
### Return type
62
+
63
+
void (empty response body)
64
+
65
+
### Authorization
66
+
67
+
No authorization required
68
+
69
+
### HTTP request headers
70
+
71
+
-**Content-Type**: application/json;charset=utf-8
72
+
-**Accept**: application/hal+json
73
+
74
+
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**organizationId** | **string**| Valid Cybersource Organization Id | [optional]
300
-
301
-
### Return type
302
-
303
-
void (empty response body)
304
-
305
-
### Authorization
306
-
307
-
No authorization required
308
-
309
-
### HTTP request headers
310
-
311
-
-**Content-Type**: application/json;charset=utf-8
312
-
-**Accept**: application/hal+json
313
-
314
-
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
@@ -112,19 +125,6 @@ public void GetSubscriptionTest()
112
125
//Assert.IsInstanceOf<ReportingV3ReportSubscriptionsGet200ResponseSubscriptions> (response, "response is ReportingV3ReportSubscriptionsGet200ResponseSubscriptions");
113
126
}
114
127
115
-
/// <summary>
116
-
/// Test ReportingV3PredefinedReportSubscriptionsPut
0 commit comments