|
1 | 1 | # OpenAPI\Client\CustomerApi
|
2 | 2 |
|
3 |
| -All URIs are relative to https://api.contabo.com. |
| 3 | +All URIs are relative to https://api.contabo.com, except if the operation defines another base path. |
4 | 4 |
|
5 |
| -Method | HTTP request | Description |
6 |
| -------------- | ------------- | ------------- |
7 |
| -[**retrieveCustomer()**](CustomerApi.md#retrieveCustomer) | **GET** /v1/customer | Get customer info |
8 |
| -[**retrievePaymentMethod()**](CustomerApi.md#retrievePaymentMethod) | **GET** /v1/customer/payment-method | List current payment method |
| 5 | +| Method | HTTP request | Description | |
| 6 | +| ------------- | ------------- | ------------- | |
| 7 | +| [**retrieveCustomer()**](CustomerApi.md#retrieveCustomer) | **GET** /v1/customer | Get customer info | |
| 8 | +| [**retrievePaymentMethod()**](CustomerApi.md#retrievePaymentMethod) | **GET** /v1/customer/payment-method | List current payment method | |
9 | 9 |
|
10 | 10 |
|
11 | 11 | ## `retrieveCustomer()`
|
@@ -48,10 +48,10 @@ try {
|
48 | 48 |
|
49 | 49 | ### Parameters
|
50 | 50 |
|
51 |
| -Name | Type | Description | Notes |
52 |
| -------------- | ------------- | ------------- | ------------- |
53 |
| - **x_request_id** | **string**| [Uuid4](https://en.wikipedia.org/wiki/Universally_unique_identifier#Version_4_(random)) to identify individual requests for support cases. You can use [uuidgenerator](https://www.uuidgenerator.net/version4) to generate them manually. | |
54 |
| - **x_trace_id** | **string**| Identifier to trace group of requests. | [optional] |
| 51 | +| Name | Type | Description | Notes | |
| 52 | +| ------------- | ------------- | ------------- | ------------- | |
| 53 | +| **x_request_id** | **string**| [Uuid4](https://en.wikipedia.org/wiki/Universally_unique_identifier#Version_4_(random)) to identify individual requests for support cases. You can use [uuidgenerator](https://www.uuidgenerator.net/version4) to generate them manually. | | |
| 54 | +| **x_trace_id** | **string**| Identifier to trace group of requests. | [optional] | |
55 | 55 |
|
56 | 56 | ### Return type
|
57 | 57 |
|
@@ -113,13 +113,13 @@ try {
|
113 | 113 |
|
114 | 114 | ### Parameters
|
115 | 115 |
|
116 |
| -Name | Type | Description | Notes |
117 |
| -------------- | ------------- | ------------- | ------------- |
118 |
| - **x_request_id** | **string**| [Uuid4](https://en.wikipedia.org/wiki/Universally_unique_identifier#Version_4_(random)) to identify individual requests for support cases. You can use [uuidgenerator](https://www.uuidgenerator.net/version4) to generate them manually. | |
119 |
| - **x_trace_id** | **string**| Identifier to trace group of requests. | [optional] |
120 |
| - **page** | **int**| Number of page to be fetched. | [optional] |
121 |
| - **size** | **int**| Number of elements per page. | [optional] |
122 |
| - **order_by** | [**string[]**](../Model/string.md)| Specify fields and ordering (ASC for ascending, DESC for descending) in following format `field:ASC|DESC`. | [optional] |
| 116 | +| Name | Type | Description | Notes | |
| 117 | +| ------------- | ------------- | ------------- | ------------- | |
| 118 | +| **x_request_id** | **string**| [Uuid4](https://en.wikipedia.org/wiki/Universally_unique_identifier#Version_4_(random)) to identify individual requests for support cases. You can use [uuidgenerator](https://www.uuidgenerator.net/version4) to generate them manually. | | |
| 119 | +| **x_trace_id** | **string**| Identifier to trace group of requests. | [optional] | |
| 120 | +| **page** | **int**| Number of page to be fetched. | [optional] | |
| 121 | +| **size** | **int**| Number of elements per page. | [optional] | |
| 122 | +| **order_by** | [**string[]**](../Model/string.md)| Specify fields and ordering (ASC for ascending, DESC for descending) in following format `field:ASC|DESC`. | [optional] | |
123 | 123 |
|
124 | 124 | ### Return type
|
125 | 125 |
|
|
0 commit comments