|
| 1 | +# InterchangeClearingLevelDetailsApi |
| 2 | + |
| 3 | +All URIs are relative to *https://apitest.cybersource.com* |
| 4 | + |
| 5 | +Method | HTTP request | Description |
| 6 | +------------- | ------------- | ------------- |
| 7 | +[**getInterchangeClearingLevelDetails**](InterchangeClearingLevelDetailsApi.md#getInterchangeClearingLevelDetails) | **GET** /reporting/v3/interchange-clearing-level-details | Interchange Clearing Level data for an account or a merchant |
| 8 | + |
| 9 | + |
| 10 | +<a name="getInterchangeClearingLevelDetails"></a> |
| 11 | +# **getInterchangeClearingLevelDetails** |
| 12 | +> ReportingV3InterchangeClearingLevelDetailsGet200Response getInterchangeClearingLevelDetails(startTime, endTime, organizationId) |
| 13 | +
|
| 14 | +Interchange Clearing Level data for an account or a merchant |
| 15 | + |
| 16 | +Interchange Clearing Level data for an account or a merchant |
| 17 | + |
| 18 | +### Example |
| 19 | +```java |
| 20 | +// Import classes: |
| 21 | +//import Invokers.ApiException; |
| 22 | +//import Api.InterchangeClearingLevelDetailsApi; |
| 23 | + |
| 24 | + |
| 25 | +InterchangeClearingLevelDetailsApi apiInstance = new InterchangeClearingLevelDetailsApi(); |
| 26 | +DateTime startTime = new DateTime(); // DateTime | Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) |
| 27 | +DateTime endTime = new DateTime(); // DateTime | Valid report End Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) |
| 28 | +String organizationId = "organizationId_example"; // String | Valid Organization Id |
| 29 | +try { |
| 30 | + ReportingV3InterchangeClearingLevelDetailsGet200Response result = apiInstance.getInterchangeClearingLevelDetails(startTime, endTime, organizationId); |
| 31 | + System.out.println(result); |
| 32 | +} catch (ApiException e) { |
| 33 | + System.err.println("Exception when calling InterchangeClearingLevelDetailsApi#getInterchangeClearingLevelDetails"); |
| 34 | + e.printStackTrace(); |
| 35 | +} |
| 36 | +``` |
| 37 | + |
| 38 | +### Parameters |
| 39 | + |
| 40 | +Name | Type | Description | Notes |
| 41 | +------------- | ------------- | ------------- | ------------- |
| 42 | + **startTime** | **DateTime**| Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) | |
| 43 | + **endTime** | **DateTime**| Valid report End Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format.[Rfc Date Format](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) **Example date format:** - yyyy-MM-dd'T'HH:mm:ss.SSSZ (e.g. 2018-01-01T00:00:00.000Z) | |
| 44 | + **organizationId** | **String**| Valid Organization Id | [optional] |
| 45 | + |
| 46 | +### Return type |
| 47 | + |
| 48 | +[**ReportingV3InterchangeClearingLevelDetailsGet200Response**](ReportingV3InterchangeClearingLevelDetailsGet200Response.md) |
| 49 | + |
| 50 | +### Authorization |
| 51 | + |
| 52 | +No authorization required |
| 53 | + |
| 54 | +### HTTP request headers |
| 55 | + |
| 56 | + - **Content-Type**: application/json;charset=utf-8 |
| 57 | + - **Accept**: application/hal+json, application/xml |
| 58 | + |
0 commit comments