1
- # OpenAPI \Client\AccountAreasApi
1
+ # Topal \Client\AccountAreasApi
2
2
3
3
All URIs are relative to https://topal.vitan.ch:9001 , except if the operation defines another base path.
4
4
@@ -26,7 +26,7 @@ require_once(__DIR__ . '/vendor/autoload.php');
26
26
27
27
28
28
29
- $apiInstance = new OpenAPI \Client\Api\AccountAreasApi(
29
+ $apiInstance = new Topal \Client\Api\AccountAreasApi(
30
30
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
31
31
// This is optional, `GuzzleHttp\Client` will be used as default.
32
32
new GuzzleHttp\Client()
@@ -69,7 +69,7 @@ No authorization required
69
69
## ` accountAreasGet() `
70
70
71
71
``` php
72
- accountAreasGet($client_id): \OpenAPI \Client\Model\AccountArea[]
72
+ accountAreasGet($client_id): \Topal \Client\Model\AccountArea[]
73
73
```
74
74
75
75
get list of accountAreas
@@ -82,7 +82,7 @@ require_once(__DIR__ . '/vendor/autoload.php');
82
82
83
83
84
84
85
- $apiInstance = new OpenAPI \Client\Api\AccountAreasApi(
85
+ $apiInstance = new Topal \Client\Api\AccountAreasApi(
86
86
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
87
87
// This is optional, `GuzzleHttp\Client` will be used as default.
88
88
new GuzzleHttp\Client()
@@ -105,7 +105,7 @@ try {
105
105
106
106
### Return type
107
107
108
- [ ** \OpenAPI \Client\Model\AccountArea[ ] ** ] ( ../Model/AccountArea.md )
108
+ [ ** \Topal \Client\Model\AccountArea[ ] ** ] ( ../Model/AccountArea.md )
109
109
110
110
### Authorization
111
111
@@ -123,7 +123,7 @@ No authorization required
123
123
## ` accountAreasGet_0() `
124
124
125
125
``` php
126
- accountAreasGet_0($id, $client_id): \OpenAPI \Client\Model\AccountArea
126
+ accountAreasGet_0($id, $client_id): \Topal \Client\Model\AccountArea
127
127
```
128
128
129
129
Get accountArea by id
@@ -136,7 +136,7 @@ require_once(__DIR__ . '/vendor/autoload.php');
136
136
137
137
138
138
139
- $apiInstance = new OpenAPI \Client\Api\AccountAreasApi(
139
+ $apiInstance = new Topal \Client\Api\AccountAreasApi(
140
140
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
141
141
// This is optional, `GuzzleHttp\Client` will be used as default.
142
142
new GuzzleHttp\Client()
@@ -161,7 +161,7 @@ try {
161
161
162
162
### Return type
163
163
164
- [ ** \OpenAPI \Client\Model\AccountArea** ] ( ../Model/AccountArea.md )
164
+ [ ** \Topal \Client\Model\AccountArea** ] ( ../Model/AccountArea.md )
165
165
166
166
### Authorization
167
167
@@ -179,7 +179,7 @@ No authorization required
179
179
## ` accountAreasPost() `
180
180
181
181
``` php
182
- accountAreasPost($client_id, $account_area): \OpenAPI \Client\Model\AccountArea
182
+ accountAreasPost($client_id, $account_area): \Topal \Client\Model\AccountArea
183
183
```
184
184
185
185
Save AccountArea
@@ -192,13 +192,13 @@ require_once(__DIR__ . '/vendor/autoload.php');
192
192
193
193
194
194
195
- $apiInstance = new OpenAPI \Client\Api\AccountAreasApi(
195
+ $apiInstance = new Topal \Client\Api\AccountAreasApi(
196
196
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
197
197
// This is optional, `GuzzleHttp\Client` will be used as default.
198
198
new GuzzleHttp\Client()
199
199
);
200
200
$client_id = 'client_id_example'; // string
201
- $account_area = new \OpenAPI \Client\Model\AccountArea(); // \OpenAPI \Client\Model\AccountArea
201
+ $account_area = new \Topal \Client\Model\AccountArea(); // \Topal \Client\Model\AccountArea
202
202
203
203
try {
204
204
$result = $apiInstance->accountAreasPost($client_id, $account_area);
@@ -213,11 +213,11 @@ try {
213
213
| Name | Type | Description | Notes |
214
214
| ------------- | ------------- | ------------- | ------------- |
215
215
| ** client_id** | ** string** | | |
216
- | ** account_area** | [ ** \OpenAPI \Client\Model\AccountArea** ] ( ../Model/AccountArea.md ) | | |
216
+ | ** account_area** | [ ** \Topal \Client\Model\AccountArea** ] ( ../Model/AccountArea.md ) | | |
217
217
218
218
### Return type
219
219
220
- [ ** \OpenAPI \Client\Model\AccountArea** ] ( ../Model/AccountArea.md )
220
+ [ ** \Topal \Client\Model\AccountArea** ] ( ../Model/AccountArea.md )
221
221
222
222
### Authorization
223
223
0 commit comments