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
*[create](docs/sdks/transactions/README.md#create) - Create bank transactions
170
+
*[getCreateModel](docs/sdks/transactions/README.md#getcreatemodel) - Get create bank transactions model
168
171
*[getCreateOperation](docs/sdks/transactions/README.md#getcreateoperation) - Get create operation
169
172
*[listCreateOperations](docs/sdks/transactions/README.md#listcreateoperations) - List create operations
170
173
@@ -265,10 +268,10 @@ If a HTTP request fails, an operation my also throw an error from the `sdk/model
265
268
266
269
In addition, when custom error responses are specified for an operation, the SDK may throw their associated Error type. You can refer to respective *Errors* tables in SDK docs for more details on possible error types for each operation. For example, the `create` method may throw the following errors:
@@ -324,41 +327,9 @@ Validation errors can also occur when either method arguments or data returned f
324
327
<!-- Start Server Selection [server] -->
325
328
## Server Selection
326
329
327
-
### Select Server by Index
328
-
329
-
You can override the default server globally by passing a server index to the `serverIdx` optional parameter when initializing the SDK client instance. The selected server will then be used as the default on the operations that use it. This table lists the indexes associated with the available servers:
const result =awaitcodatBankFeeds.companies.create({
345
-
name: "Technicalium",
346
-
description: "Requested early access to the new financing scheme.",
347
-
});
348
-
349
-
// Handle the result
350
-
console.log(result);
351
-
}
352
-
353
-
run();
354
-
355
-
```
356
-
357
-
358
330
### Override Server URL Per-Client
359
331
360
-
The default server can also be overridden globally by passing a URL to the `serverURL` optional parameter when initializing the SDK client instance. For example:
361
-
332
+
The default server can also be overridden globally by passing a URL to the `serverURL: string` optional parameter when initializing the SDK client instance. For example:
0 commit comments