nordlet 0.2.1 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/nordlet/account/client.rb +260 -0
- data/lib/nordlet/account/types/post_v1account_consent_accept_request.rb +13 -0
- data/lib/nordlet/account/types/post_v1account_consent_accept_response.rb +23 -0
- data/lib/nordlet/account/types/post_v1account_delete_request.rb +11 -0
- data/lib/nordlet/account/types/post_v1account_delete_response.rb +11 -0
- data/lib/nordlet/account/types/post_v1account_email_change_request_request.rb +13 -0
- data/lib/nordlet/account/types/post_v1account_email_change_request_request_locale.rb +15 -0
- data/lib/nordlet/account/types/post_v1account_email_change_request_response.rb +11 -0
- data/lib/nordlet/account/types/post_v1account_export_request.rb +9 -0
- data/lib/nordlet/account/types/post_v1account_export_response.rb +25 -0
- data/lib/nordlet/account/types/post_v1account_export_response_audit_entries_item.rb +21 -0
- data/lib/nordlet/account/types/post_v1account_export_response_billing.rb +19 -0
- data/lib/nordlet/account/types/post_v1account_export_response_consent.rb +23 -0
- data/lib/nordlet/account/types/post_v1account_export_response_credit_transactions_item.rb +21 -0
- data/lib/nordlet/account/types/post_v1account_export_response_memberships_item.rb +17 -0
- data/lib/nordlet/account/types/post_v1account_export_response_sessions_item.rb +19 -0
- data/lib/nordlet/account/types/post_v1account_export_response_user.rb +21 -0
- data/lib/nordlet/account/types/post_v1account_invites_accept_request.rb +4 -0
- data/lib/nordlet/account/types/post_v1account_login_link_request_request.rb +4 -0
- data/lib/nordlet/account/types/post_v1account_me_response.rb +2 -0
- data/lib/nordlet/account/types/post_v1account_me_response_consent.rb +23 -0
- data/lib/nordlet/account/types/post_v1account_profile_update_request.rb +11 -0
- data/lib/nordlet/account/types/post_v1account_profile_update_response.rb +15 -0
- data/lib/nordlet/account/types/post_v1account_sessions_list_request.rb +9 -0
- data/lib/nordlet/account/types/post_v1account_sessions_list_response.rb +11 -0
- data/lib/nordlet/account/types/post_v1account_sessions_list_response_rows_item.rb +19 -0
- data/lib/nordlet/account/types/post_v1account_sessions_revoke_others_request.rb +9 -0
- data/lib/nordlet/account/types/post_v1account_sessions_revoke_others_response.rb +11 -0
- data/lib/nordlet/account/types/post_v1account_sessions_revoke_request.rb +11 -0
- data/lib/nordlet/account/types/post_v1account_sessions_revoke_response.rb +11 -0
- data/lib/nordlet/client.rb +5 -0
- data/lib/nordlet/hr/client.rb +68 -0
- data/lib/nordlet/hr/types/post_v1hr_employees_anonymize_request.rb +11 -0
- data/lib/nordlet/hr/types/post_v1hr_employees_anonymize_response.rb +49 -0
- data/lib/nordlet/hr/types/post_v1hr_employees_anonymize_response_address.rb +17 -0
- data/lib/nordlet/hr/types/post_v1hr_employees_anonymize_response_status.rb +14 -0
- data/lib/nordlet/hr/types/post_v1hr_employees_delete_request.rb +11 -0
- data/lib/nordlet/hr/types/post_v1hr_employees_delete_response.rb +11 -0
- data/lib/nordlet/migration/client.rb +86 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_request.rb +33 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_request_accounts_item.rb +19 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_request_accounts_item_type.rb +17 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_request_asset_groups_item.rb +21 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_request_fixed_assets_item.rb +31 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_request_items_item.rb +27 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_request_items_item_type.rb +14 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_request_journal_item.rb +17 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_request_journal_item_entries_item.rb +17 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_request_open_payables_item.rb +29 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_request_open_receivables_item.rb +29 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_request_opening_balances.rb +15 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_request_opening_balances_entries_item.rb +17 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_request_partners_item.rb +31 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_request_partners_item_address.rb +17 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_request_partners_item_type.rb +14 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_request_stock_item.rb +21 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_response.rb +37 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_response_accounts.rb +13 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_response_asset_groups.rb +13 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_response_fixed_assets.rb +15 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_response_items.rb +13 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_response_journal.rb +13 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_response_number_series_item.rb +15 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_response_open_payables.rb +13 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_response_open_receivables.rb +13 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_response_opening_balances.rb +21 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_response_partners.rb +13 -0
- data/lib/nordlet/migration/types/post_v1migration_books_import_response_stock.rb +13 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_request.rb +33 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_request_accounts_item.rb +19 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_request_accounts_item_type.rb +17 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_request_asset_groups_item.rb +21 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_request_fixed_assets_item.rb +31 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_request_items_item.rb +27 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_request_items_item_type.rb +14 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_request_journal_item.rb +17 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_request_journal_item_entries_item.rb +17 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_request_open_payables_item.rb +29 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_request_open_receivables_item.rb +29 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_request_opening_balances.rb +15 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_request_opening_balances_entries_item.rb +17 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_request_partners_item.rb +31 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_request_partners_item_address.rb +17 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_request_partners_item_type.rb +14 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_request_stock_item.rb +21 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_response.rb +37 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_response_accounts.rb +13 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_response_asset_groups.rb +13 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_response_fixed_assets.rb +15 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_response_items.rb +13 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_response_journal.rb +13 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_response_number_series_item.rb +15 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_response_open_payables.rb +13 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_response_open_receivables.rb +13 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_response_opening_balances.rb +21 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_response_partners.rb +13 -0
- data/lib/nordlet/migration/types/post_v1migration_books_validate_response_stock.rb +13 -0
- data/lib/nordlet/partners/client.rb +36 -0
- data/lib/nordlet/partners/types/post_v1partners_anonymize_request.rb +11 -0
- data/lib/nordlet/partners/types/post_v1partners_anonymize_response.rb +13 -0
- data/lib/nordlet/version.rb +1 -1
- data/lib/nordlet.rb +93 -0
- data/reference.md +1208 -310
- metadata +95 -2
data/reference.md
CHANGED
|
@@ -3320,6 +3320,68 @@ client.partners.post_v1partners_delete(id: "id")
|
|
|
3320
3320
|
</dl>
|
|
3321
3321
|
|
|
3322
3322
|
|
|
3323
|
+
</dd>
|
|
3324
|
+
</dl>
|
|
3325
|
+
</details>
|
|
3326
|
+
|
|
3327
|
+
<details><summary><code>client.partners.<a href="/lib/nordlet/partners/client.rb">blank_a_partners_personal_data_and_hide_the_record</a>(request) -> Nordlet::Partners::Types::PostV1PartnersAnonymizeResponse</code></summary>
|
|
3328
|
+
<dl>
|
|
3329
|
+
<dd>
|
|
3330
|
+
|
|
3331
|
+
#### 📝 Description
|
|
3332
|
+
|
|
3333
|
+
<dl>
|
|
3334
|
+
<dd>
|
|
3335
|
+
|
|
3336
|
+
<dl>
|
|
3337
|
+
<dd>
|
|
3338
|
+
|
|
3339
|
+
Removes birth date, self-employment certificate number, email, phone, address, notes, contacts, addresses and bank accounts, then hides the partner. The name, code and VAT number stay because issued invoices must keep identifying the counterparty for the statutory retention period.
|
|
3340
|
+
</dd>
|
|
3341
|
+
</dl>
|
|
3342
|
+
</dd>
|
|
3343
|
+
</dl>
|
|
3344
|
+
|
|
3345
|
+
#### 🔌 Usage
|
|
3346
|
+
|
|
3347
|
+
<dl>
|
|
3348
|
+
<dd>
|
|
3349
|
+
|
|
3350
|
+
<dl>
|
|
3351
|
+
<dd>
|
|
3352
|
+
|
|
3353
|
+
```ruby
|
|
3354
|
+
client.partners.blank_a_partners_personal_data_and_hide_the_record(id: "id")
|
|
3355
|
+
```
|
|
3356
|
+
</dd>
|
|
3357
|
+
</dl>
|
|
3358
|
+
</dd>
|
|
3359
|
+
</dl>
|
|
3360
|
+
|
|
3361
|
+
#### ⚙️ Parameters
|
|
3362
|
+
|
|
3363
|
+
<dl>
|
|
3364
|
+
<dd>
|
|
3365
|
+
|
|
3366
|
+
<dl>
|
|
3367
|
+
<dd>
|
|
3368
|
+
|
|
3369
|
+
**id:** `String`
|
|
3370
|
+
|
|
3371
|
+
</dd>
|
|
3372
|
+
</dl>
|
|
3373
|
+
|
|
3374
|
+
<dl>
|
|
3375
|
+
<dd>
|
|
3376
|
+
|
|
3377
|
+
**request_options:** `Nordlet::Partners::RequestOptions`
|
|
3378
|
+
|
|
3379
|
+
</dd>
|
|
3380
|
+
</dl>
|
|
3381
|
+
</dd>
|
|
3382
|
+
</dl>
|
|
3383
|
+
|
|
3384
|
+
|
|
3323
3385
|
</dd>
|
|
3324
3386
|
</dl>
|
|
3325
3387
|
</details>
|
|
@@ -12478,11 +12540,25 @@ client.ledger.post_v1ledger_journal_transactions_create(
|
|
|
12478
12540
|
</dl>
|
|
12479
12541
|
</details>
|
|
12480
12542
|
|
|
12481
|
-
##
|
|
12482
|
-
<details><summary><code>client.
|
|
12543
|
+
## Migration
|
|
12544
|
+
<details><summary><code>client.migration.<a href="/lib/nordlet/migration/client.rb">check_a_historical_books_package_without_writing_anything</a>(request) -> Nordlet::Migration::Types::PostV1MigrationBooksValidateResponse</code></summary>
|
|
12545
|
+
<dl>
|
|
12546
|
+
<dd>
|
|
12547
|
+
|
|
12548
|
+
#### 📝 Description
|
|
12549
|
+
|
|
12550
|
+
<dl>
|
|
12551
|
+
<dd>
|
|
12552
|
+
|
|
12483
12553
|
<dl>
|
|
12484
12554
|
<dd>
|
|
12485
12555
|
|
|
12556
|
+
Runs every check the import runs (accounts, partners, balances, open invoices, assets, stock) and returns the same summary and warnings, then rolls everything back. Nothing is stored.
|
|
12557
|
+
</dd>
|
|
12558
|
+
</dl>
|
|
12559
|
+
</dd>
|
|
12560
|
+
</dl>
|
|
12561
|
+
|
|
12486
12562
|
#### 🔌 Usage
|
|
12487
12563
|
|
|
12488
12564
|
<dl>
|
|
@@ -12492,12 +12568,7 @@ client.ledger.post_v1ledger_journal_transactions_create(
|
|
|
12492
12568
|
<dd>
|
|
12493
12569
|
|
|
12494
12570
|
```ruby
|
|
12495
|
-
client.
|
|
12496
|
-
code: "code",
|
|
12497
|
-
name: "name",
|
|
12498
|
-
asset_account_code: "assetAccountCode",
|
|
12499
|
-
depreciation_account_code: "depreciationAccountCode"
|
|
12500
|
-
)
|
|
12571
|
+
client.migration.check_a_historical_books_package_without_writing_anything(cutover_date: "cutoverDate")
|
|
12501
12572
|
```
|
|
12502
12573
|
</dd>
|
|
12503
12574
|
</dl>
|
|
@@ -12512,7 +12583,7 @@ client.assets.post_v1assets_groups_create(
|
|
|
12512
12583
|
<dl>
|
|
12513
12584
|
<dd>
|
|
12514
12585
|
|
|
12515
|
-
**
|
|
12586
|
+
**cutover_date:** `String`
|
|
12516
12587
|
|
|
12517
12588
|
</dd>
|
|
12518
12589
|
</dl>
|
|
@@ -12520,7 +12591,7 @@ client.assets.post_v1assets_groups_create(
|
|
|
12520
12591
|
<dl>
|
|
12521
12592
|
<dd>
|
|
12522
12593
|
|
|
12523
|
-
**
|
|
12594
|
+
**source:** `String`
|
|
12524
12595
|
|
|
12525
12596
|
</dd>
|
|
12526
12597
|
</dl>
|
|
@@ -12528,7 +12599,7 @@ client.assets.post_v1assets_groups_create(
|
|
|
12528
12599
|
<dl>
|
|
12529
12600
|
<dd>
|
|
12530
12601
|
|
|
12531
|
-
**
|
|
12602
|
+
**accounts:** `Internal::Types::Array[Nordlet::Migration::Types::PostV1MigrationBooksValidateRequestAccountsItem]`
|
|
12532
12603
|
|
|
12533
12604
|
</dd>
|
|
12534
12605
|
</dl>
|
|
@@ -12536,7 +12607,7 @@ client.assets.post_v1assets_groups_create(
|
|
|
12536
12607
|
<dl>
|
|
12537
12608
|
<dd>
|
|
12538
12609
|
|
|
12539
|
-
**
|
|
12610
|
+
**partners:** `Internal::Types::Array[Nordlet::Migration::Types::PostV1MigrationBooksValidateRequestPartnersItem]`
|
|
12540
12611
|
|
|
12541
12612
|
</dd>
|
|
12542
12613
|
</dl>
|
|
@@ -12544,7 +12615,7 @@ client.assets.post_v1assets_groups_create(
|
|
|
12544
12615
|
<dl>
|
|
12545
12616
|
<dd>
|
|
12546
12617
|
|
|
12547
|
-
**
|
|
12618
|
+
**items:** `Internal::Types::Array[Nordlet::Migration::Types::PostV1MigrationBooksValidateRequestItemsItem]`
|
|
12548
12619
|
|
|
12549
12620
|
</dd>
|
|
12550
12621
|
</dl>
|
|
@@ -12552,7 +12623,7 @@ client.assets.post_v1assets_groups_create(
|
|
|
12552
12623
|
<dl>
|
|
12553
12624
|
<dd>
|
|
12554
12625
|
|
|
12555
|
-
**
|
|
12626
|
+
**opening_balances:** `Nordlet::Migration::Types::PostV1MigrationBooksValidateRequestOpeningBalances`
|
|
12556
12627
|
|
|
12557
12628
|
</dd>
|
|
12558
12629
|
</dl>
|
|
@@ -12560,47 +12631,23 @@ client.assets.post_v1assets_groups_create(
|
|
|
12560
12631
|
<dl>
|
|
12561
12632
|
<dd>
|
|
12562
12633
|
|
|
12563
|
-
**
|
|
12634
|
+
**journal:** `Internal::Types::Array[Nordlet::Migration::Types::PostV1MigrationBooksValidateRequestJournalItem]`
|
|
12564
12635
|
|
|
12565
12636
|
</dd>
|
|
12566
12637
|
</dl>
|
|
12567
|
-
</dd>
|
|
12568
|
-
</dl>
|
|
12569
|
-
|
|
12570
|
-
|
|
12571
|
-
</dd>
|
|
12572
|
-
</dl>
|
|
12573
|
-
</details>
|
|
12574
|
-
|
|
12575
|
-
<details><summary><code>client.assets.<a href="/lib/nordlet/assets/client.rb">post_v1assets_groups_list</a>(request) -> Nordlet::Assets::Types::PostV1AssetsGroupsListResponse</code></summary>
|
|
12576
|
-
<dl>
|
|
12577
|
-
<dd>
|
|
12578
|
-
|
|
12579
|
-
#### 🔌 Usage
|
|
12580
12638
|
|
|
12581
12639
|
<dl>
|
|
12582
12640
|
<dd>
|
|
12583
12641
|
|
|
12584
|
-
|
|
12585
|
-
|
|
12586
|
-
|
|
12587
|
-
```ruby
|
|
12588
|
-
client.assets.post_v1assets_groups_list
|
|
12589
|
-
```
|
|
12590
|
-
</dd>
|
|
12591
|
-
</dl>
|
|
12642
|
+
**open_receivables:** `Internal::Types::Array[Nordlet::Migration::Types::PostV1MigrationBooksValidateRequestOpenReceivablesItem]`
|
|
12643
|
+
|
|
12592
12644
|
</dd>
|
|
12593
12645
|
</dl>
|
|
12594
12646
|
|
|
12595
|
-
#### ⚙️ Parameters
|
|
12596
|
-
|
|
12597
|
-
<dl>
|
|
12598
|
-
<dd>
|
|
12599
|
-
|
|
12600
12647
|
<dl>
|
|
12601
12648
|
<dd>
|
|
12602
12649
|
|
|
12603
|
-
**
|
|
12650
|
+
**open_payables:** `Internal::Types::Array[Nordlet::Migration::Types::PostV1MigrationBooksValidateRequestOpenPayablesItem]`
|
|
12604
12651
|
|
|
12605
12652
|
</dd>
|
|
12606
12653
|
</dl>
|
|
@@ -12608,7 +12655,7 @@ client.assets.post_v1assets_groups_list
|
|
|
12608
12655
|
<dl>
|
|
12609
12656
|
<dd>
|
|
12610
12657
|
|
|
12611
|
-
**
|
|
12658
|
+
**asset_groups:** `Internal::Types::Array[Nordlet::Migration::Types::PostV1MigrationBooksValidateRequestAssetGroupsItem]`
|
|
12612
12659
|
|
|
12613
12660
|
</dd>
|
|
12614
12661
|
</dl>
|
|
@@ -12616,7 +12663,7 @@ client.assets.post_v1assets_groups_list
|
|
|
12616
12663
|
<dl>
|
|
12617
12664
|
<dd>
|
|
12618
12665
|
|
|
12619
|
-
**
|
|
12666
|
+
**fixed_assets:** `Internal::Types::Array[Nordlet::Migration::Types::PostV1MigrationBooksValidateRequestFixedAssetsItem]`
|
|
12620
12667
|
|
|
12621
12668
|
</dd>
|
|
12622
12669
|
</dl>
|
|
@@ -12624,7 +12671,7 @@ client.assets.post_v1assets_groups_list
|
|
|
12624
12671
|
<dl>
|
|
12625
12672
|
<dd>
|
|
12626
12673
|
|
|
12627
|
-
**
|
|
12674
|
+
**stock:** `Internal::Types::Array[Nordlet::Migration::Types::PostV1MigrationBooksValidateRequestStockItem]`
|
|
12628
12675
|
|
|
12629
12676
|
</dd>
|
|
12630
12677
|
</dl>
|
|
@@ -12632,7 +12679,7 @@ client.assets.post_v1assets_groups_list
|
|
|
12632
12679
|
<dl>
|
|
12633
12680
|
<dd>
|
|
12634
12681
|
|
|
12635
|
-
**request_options:** `Nordlet::
|
|
12682
|
+
**request_options:** `Nordlet::Migration::RequestOptions`
|
|
12636
12683
|
|
|
12637
12684
|
</dd>
|
|
12638
12685
|
</dl>
|
|
@@ -12644,10 +12691,24 @@ client.assets.post_v1assets_groups_list
|
|
|
12644
12691
|
</dl>
|
|
12645
12692
|
</details>
|
|
12646
12693
|
|
|
12647
|
-
<details><summary><code>client.
|
|
12694
|
+
<details><summary><code>client.migration.<a href="/lib/nordlet/migration/client.rb">import_historical_books_from_a_previous_accounting_system</a>(request) -> Nordlet::Migration::Types::PostV1MigrationBooksImportResponse</code></summary>
|
|
12695
|
+
<dl>
|
|
12696
|
+
<dd>
|
|
12697
|
+
|
|
12698
|
+
#### 📝 Description
|
|
12699
|
+
|
|
12700
|
+
<dl>
|
|
12701
|
+
<dd>
|
|
12702
|
+
|
|
12648
12703
|
<dl>
|
|
12649
12704
|
<dd>
|
|
12650
12705
|
|
|
12706
|
+
Brings a company over from another system in one call: chart of accounts, partners, items, opening balances (or the full journal history), open customer and supplier invoices, fixed assets with their accumulated depreciation, and stock on hand. The whole package is written in one database transaction — if any row fails, nothing is stored.
|
|
12707
|
+
</dd>
|
|
12708
|
+
</dl>
|
|
12709
|
+
</dd>
|
|
12710
|
+
</dl>
|
|
12711
|
+
|
|
12651
12712
|
#### 🔌 Usage
|
|
12652
12713
|
|
|
12653
12714
|
<dl>
|
|
@@ -12657,13 +12718,7 @@ client.assets.post_v1assets_groups_list
|
|
|
12657
12718
|
<dd>
|
|
12658
12719
|
|
|
12659
12720
|
```ruby
|
|
12660
|
-
client.
|
|
12661
|
-
group_id: "groupId",
|
|
12662
|
-
code: "code",
|
|
12663
|
-
name: "name",
|
|
12664
|
-
acquisition_date: "acquisitionDate",
|
|
12665
|
-
acquisition_cost: "acquisitionCost"
|
|
12666
|
-
)
|
|
12721
|
+
client.migration.import_historical_books_from_a_previous_accounting_system(cutover_date: "cutoverDate")
|
|
12667
12722
|
```
|
|
12668
12723
|
</dd>
|
|
12669
12724
|
</dl>
|
|
@@ -12678,7 +12733,7 @@ client.assets.post_v1assets_assets_create(
|
|
|
12678
12733
|
<dl>
|
|
12679
12734
|
<dd>
|
|
12680
12735
|
|
|
12681
|
-
**
|
|
12736
|
+
**cutover_date:** `String`
|
|
12682
12737
|
|
|
12683
12738
|
</dd>
|
|
12684
12739
|
</dl>
|
|
@@ -12686,7 +12741,7 @@ client.assets.post_v1assets_assets_create(
|
|
|
12686
12741
|
<dl>
|
|
12687
12742
|
<dd>
|
|
12688
12743
|
|
|
12689
|
-
**
|
|
12744
|
+
**source:** `String`
|
|
12690
12745
|
|
|
12691
12746
|
</dd>
|
|
12692
12747
|
</dl>
|
|
@@ -12694,7 +12749,7 @@ client.assets.post_v1assets_assets_create(
|
|
|
12694
12749
|
<dl>
|
|
12695
12750
|
<dd>
|
|
12696
12751
|
|
|
12697
|
-
**
|
|
12752
|
+
**accounts:** `Internal::Types::Array[Nordlet::Migration::Types::PostV1MigrationBooksImportRequestAccountsItem]`
|
|
12698
12753
|
|
|
12699
12754
|
</dd>
|
|
12700
12755
|
</dl>
|
|
@@ -12702,7 +12757,7 @@ client.assets.post_v1assets_assets_create(
|
|
|
12702
12757
|
<dl>
|
|
12703
12758
|
<dd>
|
|
12704
12759
|
|
|
12705
|
-
**
|
|
12760
|
+
**partners:** `Internal::Types::Array[Nordlet::Migration::Types::PostV1MigrationBooksImportRequestPartnersItem]`
|
|
12706
12761
|
|
|
12707
12762
|
</dd>
|
|
12708
12763
|
</dl>
|
|
@@ -12710,7 +12765,7 @@ client.assets.post_v1assets_assets_create(
|
|
|
12710
12765
|
<dl>
|
|
12711
12766
|
<dd>
|
|
12712
12767
|
|
|
12713
|
-
**
|
|
12768
|
+
**items:** `Internal::Types::Array[Nordlet::Migration::Types::PostV1MigrationBooksImportRequestItemsItem]`
|
|
12714
12769
|
|
|
12715
12770
|
</dd>
|
|
12716
12771
|
</dl>
|
|
@@ -12718,7 +12773,7 @@ client.assets.post_v1assets_assets_create(
|
|
|
12718
12773
|
<dl>
|
|
12719
12774
|
<dd>
|
|
12720
12775
|
|
|
12721
|
-
**
|
|
12776
|
+
**opening_balances:** `Nordlet::Migration::Types::PostV1MigrationBooksImportRequestOpeningBalances`
|
|
12722
12777
|
|
|
12723
12778
|
</dd>
|
|
12724
12779
|
</dl>
|
|
@@ -12726,7 +12781,7 @@ client.assets.post_v1assets_assets_create(
|
|
|
12726
12781
|
<dl>
|
|
12727
12782
|
<dd>
|
|
12728
12783
|
|
|
12729
|
-
**
|
|
12784
|
+
**journal:** `Internal::Types::Array[Nordlet::Migration::Types::PostV1MigrationBooksImportRequestJournalItem]`
|
|
12730
12785
|
|
|
12731
12786
|
</dd>
|
|
12732
12787
|
</dl>
|
|
@@ -12734,7 +12789,7 @@ client.assets.post_v1assets_assets_create(
|
|
|
12734
12789
|
<dl>
|
|
12735
12790
|
<dd>
|
|
12736
12791
|
|
|
12737
|
-
**
|
|
12792
|
+
**open_receivables:** `Internal::Types::Array[Nordlet::Migration::Types::PostV1MigrationBooksImportRequestOpenReceivablesItem]`
|
|
12738
12793
|
|
|
12739
12794
|
</dd>
|
|
12740
12795
|
</dl>
|
|
@@ -12742,7 +12797,7 @@ client.assets.post_v1assets_assets_create(
|
|
|
12742
12797
|
<dl>
|
|
12743
12798
|
<dd>
|
|
12744
12799
|
|
|
12745
|
-
**
|
|
12800
|
+
**open_payables:** `Internal::Types::Array[Nordlet::Migration::Types::PostV1MigrationBooksImportRequestOpenPayablesItem]`
|
|
12746
12801
|
|
|
12747
12802
|
</dd>
|
|
12748
12803
|
</dl>
|
|
@@ -12750,47 +12805,23 @@ client.assets.post_v1assets_assets_create(
|
|
|
12750
12805
|
<dl>
|
|
12751
12806
|
<dd>
|
|
12752
12807
|
|
|
12753
|
-
**
|
|
12808
|
+
**asset_groups:** `Internal::Types::Array[Nordlet::Migration::Types::PostV1MigrationBooksImportRequestAssetGroupsItem]`
|
|
12754
12809
|
|
|
12755
12810
|
</dd>
|
|
12756
12811
|
</dl>
|
|
12757
|
-
</dd>
|
|
12758
|
-
</dl>
|
|
12759
|
-
|
|
12760
|
-
|
|
12761
|
-
</dd>
|
|
12762
|
-
</dl>
|
|
12763
|
-
</details>
|
|
12764
|
-
|
|
12765
|
-
<details><summary><code>client.assets.<a href="/lib/nordlet/assets/client.rb">post_v1assets_assets_get</a>(request) -> Nordlet::Assets::Types::PostV1AssetsAssetsGetResponse</code></summary>
|
|
12766
|
-
<dl>
|
|
12767
|
-
<dd>
|
|
12768
|
-
|
|
12769
|
-
#### 🔌 Usage
|
|
12770
|
-
|
|
12771
|
-
<dl>
|
|
12772
|
-
<dd>
|
|
12773
12812
|
|
|
12774
12813
|
<dl>
|
|
12775
12814
|
<dd>
|
|
12776
12815
|
|
|
12777
|
-
|
|
12778
|
-
|
|
12779
|
-
```
|
|
12780
|
-
</dd>
|
|
12781
|
-
</dl>
|
|
12816
|
+
**fixed_assets:** `Internal::Types::Array[Nordlet::Migration::Types::PostV1MigrationBooksImportRequestFixedAssetsItem]`
|
|
12817
|
+
|
|
12782
12818
|
</dd>
|
|
12783
12819
|
</dl>
|
|
12784
12820
|
|
|
12785
|
-
#### ⚙️ Parameters
|
|
12786
|
-
|
|
12787
|
-
<dl>
|
|
12788
|
-
<dd>
|
|
12789
|
-
|
|
12790
12821
|
<dl>
|
|
12791
12822
|
<dd>
|
|
12792
12823
|
|
|
12793
|
-
**
|
|
12824
|
+
**stock:** `Internal::Types::Array[Nordlet::Migration::Types::PostV1MigrationBooksImportRequestStockItem]`
|
|
12794
12825
|
|
|
12795
12826
|
</dd>
|
|
12796
12827
|
</dl>
|
|
@@ -12798,7 +12829,7 @@ client.assets.post_v1assets_assets_get(id: "id")
|
|
|
12798
12829
|
<dl>
|
|
12799
12830
|
<dd>
|
|
12800
12831
|
|
|
12801
|
-
**request_options:** `Nordlet::
|
|
12832
|
+
**request_options:** `Nordlet::Migration::RequestOptions`
|
|
12802
12833
|
|
|
12803
12834
|
</dd>
|
|
12804
12835
|
</dl>
|
|
@@ -12810,7 +12841,8 @@ client.assets.post_v1assets_assets_get(id: "id")
|
|
|
12810
12841
|
</dl>
|
|
12811
12842
|
</details>
|
|
12812
12843
|
|
|
12813
|
-
|
|
12844
|
+
## Assets
|
|
12845
|
+
<details><summary><code>client.assets.<a href="/lib/nordlet/assets/client.rb">post_v1assets_groups_create</a>(request) -> Nordlet::Assets::Types::PostV1AssetsGroupsCreateResponse</code></summary>
|
|
12814
12846
|
<dl>
|
|
12815
12847
|
<dd>
|
|
12816
12848
|
|
|
@@ -12823,7 +12855,12 @@ client.assets.post_v1assets_assets_get(id: "id")
|
|
|
12823
12855
|
<dd>
|
|
12824
12856
|
|
|
12825
12857
|
```ruby
|
|
12826
|
-
client.assets.
|
|
12858
|
+
client.assets.post_v1assets_groups_create(
|
|
12859
|
+
code: "code",
|
|
12860
|
+
name: "name",
|
|
12861
|
+
asset_account_code: "assetAccountCode",
|
|
12862
|
+
depreciation_account_code: "depreciationAccountCode"
|
|
12863
|
+
)
|
|
12827
12864
|
```
|
|
12828
12865
|
</dd>
|
|
12829
12866
|
</dl>
|
|
@@ -12838,7 +12875,7 @@ client.assets.post_v1assets_assets_list
|
|
|
12838
12875
|
<dl>
|
|
12839
12876
|
<dd>
|
|
12840
12877
|
|
|
12841
|
-
**
|
|
12878
|
+
**code:** `String`
|
|
12842
12879
|
|
|
12843
12880
|
</dd>
|
|
12844
12881
|
</dl>
|
|
@@ -12846,7 +12883,7 @@ client.assets.post_v1assets_assets_list
|
|
|
12846
12883
|
<dl>
|
|
12847
12884
|
<dd>
|
|
12848
12885
|
|
|
12849
|
-
**
|
|
12886
|
+
**name:** `String`
|
|
12850
12887
|
|
|
12851
12888
|
</dd>
|
|
12852
12889
|
</dl>
|
|
@@ -12854,7 +12891,7 @@ client.assets.post_v1assets_assets_list
|
|
|
12854
12891
|
<dl>
|
|
12855
12892
|
<dd>
|
|
12856
12893
|
|
|
12857
|
-
**
|
|
12894
|
+
**default_useful_life_months:** `Integer`
|
|
12858
12895
|
|
|
12859
12896
|
</dd>
|
|
12860
12897
|
</dl>
|
|
@@ -12862,7 +12899,23 @@ client.assets.post_v1assets_assets_list
|
|
|
12862
12899
|
<dl>
|
|
12863
12900
|
<dd>
|
|
12864
12901
|
|
|
12865
|
-
**
|
|
12902
|
+
**asset_account_code:** `String`
|
|
12903
|
+
|
|
12904
|
+
</dd>
|
|
12905
|
+
</dl>
|
|
12906
|
+
|
|
12907
|
+
<dl>
|
|
12908
|
+
<dd>
|
|
12909
|
+
|
|
12910
|
+
**depreciation_account_code:** `String`
|
|
12911
|
+
|
|
12912
|
+
</dd>
|
|
12913
|
+
</dl>
|
|
12914
|
+
|
|
12915
|
+
<dl>
|
|
12916
|
+
<dd>
|
|
12917
|
+
|
|
12918
|
+
**expense_account_code:** `String`
|
|
12866
12919
|
|
|
12867
12920
|
</dd>
|
|
12868
12921
|
</dl>
|
|
@@ -12882,7 +12935,7 @@ client.assets.post_v1assets_assets_list
|
|
|
12882
12935
|
</dl>
|
|
12883
12936
|
</details>
|
|
12884
12937
|
|
|
12885
|
-
<details><summary><code>client.assets.<a href="/lib/nordlet/assets/client.rb">
|
|
12938
|
+
<details><summary><code>client.assets.<a href="/lib/nordlet/assets/client.rb">post_v1assets_groups_list</a>(request) -> Nordlet::Assets::Types::PostV1AssetsGroupsListResponse</code></summary>
|
|
12886
12939
|
<dl>
|
|
12887
12940
|
<dd>
|
|
12888
12941
|
|
|
@@ -12895,11 +12948,7 @@ client.assets.post_v1assets_assets_list
|
|
|
12895
12948
|
<dd>
|
|
12896
12949
|
|
|
12897
12950
|
```ruby
|
|
12898
|
-
client.assets.
|
|
12899
|
-
id: "id",
|
|
12900
|
-
date: "date",
|
|
12901
|
-
amount: "amount"
|
|
12902
|
-
)
|
|
12951
|
+
client.assets.post_v1assets_groups_list
|
|
12903
12952
|
```
|
|
12904
12953
|
</dd>
|
|
12905
12954
|
</dl>
|
|
@@ -12914,15 +12963,7 @@ client.assets.post_v1assets_assets_modernize(
|
|
|
12914
12963
|
<dl>
|
|
12915
12964
|
<dd>
|
|
12916
12965
|
|
|
12917
|
-
**
|
|
12918
|
-
|
|
12919
|
-
</dd>
|
|
12920
|
-
</dl>
|
|
12921
|
-
|
|
12922
|
-
<dl>
|
|
12923
|
-
<dd>
|
|
12924
|
-
|
|
12925
|
-
**date:** `String`
|
|
12966
|
+
**page:** `Integer`
|
|
12926
12967
|
|
|
12927
12968
|
</dd>
|
|
12928
12969
|
</dl>
|
|
@@ -12930,7 +12971,7 @@ client.assets.post_v1assets_assets_modernize(
|
|
|
12930
12971
|
<dl>
|
|
12931
12972
|
<dd>
|
|
12932
12973
|
|
|
12933
|
-
**
|
|
12974
|
+
**page_size:** `Integer`
|
|
12934
12975
|
|
|
12935
12976
|
</dd>
|
|
12936
12977
|
</dl>
|
|
@@ -12938,7 +12979,7 @@ client.assets.post_v1assets_assets_modernize(
|
|
|
12938
12979
|
<dl>
|
|
12939
12980
|
<dd>
|
|
12940
12981
|
|
|
12941
|
-
**
|
|
12982
|
+
**sort:** `Internal::Types::Array[Nordlet::Assets::Types::PostV1AssetsGroupsListRequestSortItem]`
|
|
12942
12983
|
|
|
12943
12984
|
</dd>
|
|
12944
12985
|
</dl>
|
|
@@ -12946,7 +12987,7 @@ client.assets.post_v1assets_assets_modernize(
|
|
|
12946
12987
|
<dl>
|
|
12947
12988
|
<dd>
|
|
12948
12989
|
|
|
12949
|
-
**
|
|
12990
|
+
**filter:** `Internal::Types::Array[Nordlet::Assets::Types::PostV1AssetsGroupsListRequestFilterItem]`
|
|
12950
12991
|
|
|
12951
12992
|
</dd>
|
|
12952
12993
|
</dl>
|
|
@@ -12966,7 +13007,7 @@ client.assets.post_v1assets_assets_modernize(
|
|
|
12966
13007
|
</dl>
|
|
12967
13008
|
</details>
|
|
12968
13009
|
|
|
12969
|
-
<details><summary><code>client.assets.<a href="/lib/nordlet/assets/client.rb">
|
|
13010
|
+
<details><summary><code>client.assets.<a href="/lib/nordlet/assets/client.rb">post_v1assets_assets_create</a>(request) -> Nordlet::Assets::Types::PostV1AssetsAssetsCreateResponse</code></summary>
|
|
12970
13011
|
<dl>
|
|
12971
13012
|
<dd>
|
|
12972
13013
|
|
|
@@ -12979,9 +13020,12 @@ client.assets.post_v1assets_assets_modernize(
|
|
|
12979
13020
|
<dd>
|
|
12980
13021
|
|
|
12981
13022
|
```ruby
|
|
12982
|
-
client.assets.
|
|
12983
|
-
|
|
12984
|
-
|
|
13023
|
+
client.assets.post_v1assets_assets_create(
|
|
13024
|
+
group_id: "groupId",
|
|
13025
|
+
code: "code",
|
|
13026
|
+
name: "name",
|
|
13027
|
+
acquisition_date: "acquisitionDate",
|
|
13028
|
+
acquisition_cost: "acquisitionCost"
|
|
12985
13029
|
)
|
|
12986
13030
|
```
|
|
12987
13031
|
</dd>
|
|
@@ -12997,7 +13041,7 @@ client.assets.post_v1assets_depreciation_preview(
|
|
|
12997
13041
|
<dl>
|
|
12998
13042
|
<dd>
|
|
12999
13043
|
|
|
13000
|
-
**
|
|
13044
|
+
**group_id:** `String`
|
|
13001
13045
|
|
|
13002
13046
|
</dd>
|
|
13003
13047
|
</dl>
|
|
@@ -13005,7 +13049,7 @@ client.assets.post_v1assets_depreciation_preview(
|
|
|
13005
13049
|
<dl>
|
|
13006
13050
|
<dd>
|
|
13007
13051
|
|
|
13008
|
-
**
|
|
13052
|
+
**code:** `String`
|
|
13009
13053
|
|
|
13010
13054
|
</dd>
|
|
13011
13055
|
</dl>
|
|
@@ -13013,12 +13057,331 @@ client.assets.post_v1assets_depreciation_preview(
|
|
|
13013
13057
|
<dl>
|
|
13014
13058
|
<dd>
|
|
13015
13059
|
|
|
13016
|
-
**
|
|
13060
|
+
**name:** `String`
|
|
13017
13061
|
|
|
13018
13062
|
</dd>
|
|
13019
13063
|
</dl>
|
|
13020
|
-
|
|
13021
|
-
|
|
13064
|
+
|
|
13065
|
+
<dl>
|
|
13066
|
+
<dd>
|
|
13067
|
+
|
|
13068
|
+
**acquisition_date:** `String`
|
|
13069
|
+
|
|
13070
|
+
</dd>
|
|
13071
|
+
</dl>
|
|
13072
|
+
|
|
13073
|
+
<dl>
|
|
13074
|
+
<dd>
|
|
13075
|
+
|
|
13076
|
+
**depreciation_start_date:** `String`
|
|
13077
|
+
|
|
13078
|
+
</dd>
|
|
13079
|
+
</dl>
|
|
13080
|
+
|
|
13081
|
+
<dl>
|
|
13082
|
+
<dd>
|
|
13083
|
+
|
|
13084
|
+
**acquisition_cost:** `String`
|
|
13085
|
+
|
|
13086
|
+
</dd>
|
|
13087
|
+
</dl>
|
|
13088
|
+
|
|
13089
|
+
<dl>
|
|
13090
|
+
<dd>
|
|
13091
|
+
|
|
13092
|
+
**salvage_value:** `String`
|
|
13093
|
+
|
|
13094
|
+
</dd>
|
|
13095
|
+
</dl>
|
|
13096
|
+
|
|
13097
|
+
<dl>
|
|
13098
|
+
<dd>
|
|
13099
|
+
|
|
13100
|
+
**useful_life_months:** `Integer`
|
|
13101
|
+
|
|
13102
|
+
</dd>
|
|
13103
|
+
</dl>
|
|
13104
|
+
|
|
13105
|
+
<dl>
|
|
13106
|
+
<dd>
|
|
13107
|
+
|
|
13108
|
+
**notes:** `String`
|
|
13109
|
+
|
|
13110
|
+
</dd>
|
|
13111
|
+
</dl>
|
|
13112
|
+
|
|
13113
|
+
<dl>
|
|
13114
|
+
<dd>
|
|
13115
|
+
|
|
13116
|
+
**request_options:** `Nordlet::Assets::RequestOptions`
|
|
13117
|
+
|
|
13118
|
+
</dd>
|
|
13119
|
+
</dl>
|
|
13120
|
+
</dd>
|
|
13121
|
+
</dl>
|
|
13122
|
+
|
|
13123
|
+
|
|
13124
|
+
</dd>
|
|
13125
|
+
</dl>
|
|
13126
|
+
</details>
|
|
13127
|
+
|
|
13128
|
+
<details><summary><code>client.assets.<a href="/lib/nordlet/assets/client.rb">post_v1assets_assets_get</a>(request) -> Nordlet::Assets::Types::PostV1AssetsAssetsGetResponse</code></summary>
|
|
13129
|
+
<dl>
|
|
13130
|
+
<dd>
|
|
13131
|
+
|
|
13132
|
+
#### 🔌 Usage
|
|
13133
|
+
|
|
13134
|
+
<dl>
|
|
13135
|
+
<dd>
|
|
13136
|
+
|
|
13137
|
+
<dl>
|
|
13138
|
+
<dd>
|
|
13139
|
+
|
|
13140
|
+
```ruby
|
|
13141
|
+
client.assets.post_v1assets_assets_get(id: "id")
|
|
13142
|
+
```
|
|
13143
|
+
</dd>
|
|
13144
|
+
</dl>
|
|
13145
|
+
</dd>
|
|
13146
|
+
</dl>
|
|
13147
|
+
|
|
13148
|
+
#### ⚙️ Parameters
|
|
13149
|
+
|
|
13150
|
+
<dl>
|
|
13151
|
+
<dd>
|
|
13152
|
+
|
|
13153
|
+
<dl>
|
|
13154
|
+
<dd>
|
|
13155
|
+
|
|
13156
|
+
**id:** `String`
|
|
13157
|
+
|
|
13158
|
+
</dd>
|
|
13159
|
+
</dl>
|
|
13160
|
+
|
|
13161
|
+
<dl>
|
|
13162
|
+
<dd>
|
|
13163
|
+
|
|
13164
|
+
**request_options:** `Nordlet::Assets::RequestOptions`
|
|
13165
|
+
|
|
13166
|
+
</dd>
|
|
13167
|
+
</dl>
|
|
13168
|
+
</dd>
|
|
13169
|
+
</dl>
|
|
13170
|
+
|
|
13171
|
+
|
|
13172
|
+
</dd>
|
|
13173
|
+
</dl>
|
|
13174
|
+
</details>
|
|
13175
|
+
|
|
13176
|
+
<details><summary><code>client.assets.<a href="/lib/nordlet/assets/client.rb">post_v1assets_assets_list</a>(request) -> Nordlet::Assets::Types::PostV1AssetsAssetsListResponse</code></summary>
|
|
13177
|
+
<dl>
|
|
13178
|
+
<dd>
|
|
13179
|
+
|
|
13180
|
+
#### 🔌 Usage
|
|
13181
|
+
|
|
13182
|
+
<dl>
|
|
13183
|
+
<dd>
|
|
13184
|
+
|
|
13185
|
+
<dl>
|
|
13186
|
+
<dd>
|
|
13187
|
+
|
|
13188
|
+
```ruby
|
|
13189
|
+
client.assets.post_v1assets_assets_list
|
|
13190
|
+
```
|
|
13191
|
+
</dd>
|
|
13192
|
+
</dl>
|
|
13193
|
+
</dd>
|
|
13194
|
+
</dl>
|
|
13195
|
+
|
|
13196
|
+
#### ⚙️ Parameters
|
|
13197
|
+
|
|
13198
|
+
<dl>
|
|
13199
|
+
<dd>
|
|
13200
|
+
|
|
13201
|
+
<dl>
|
|
13202
|
+
<dd>
|
|
13203
|
+
|
|
13204
|
+
**page:** `Integer`
|
|
13205
|
+
|
|
13206
|
+
</dd>
|
|
13207
|
+
</dl>
|
|
13208
|
+
|
|
13209
|
+
<dl>
|
|
13210
|
+
<dd>
|
|
13211
|
+
|
|
13212
|
+
**page_size:** `Integer`
|
|
13213
|
+
|
|
13214
|
+
</dd>
|
|
13215
|
+
</dl>
|
|
13216
|
+
|
|
13217
|
+
<dl>
|
|
13218
|
+
<dd>
|
|
13219
|
+
|
|
13220
|
+
**sort:** `Internal::Types::Array[Nordlet::Assets::Types::PostV1AssetsAssetsListRequestSortItem]`
|
|
13221
|
+
|
|
13222
|
+
</dd>
|
|
13223
|
+
</dl>
|
|
13224
|
+
|
|
13225
|
+
<dl>
|
|
13226
|
+
<dd>
|
|
13227
|
+
|
|
13228
|
+
**filter:** `Internal::Types::Array[Nordlet::Assets::Types::PostV1AssetsAssetsListRequestFilterItem]`
|
|
13229
|
+
|
|
13230
|
+
</dd>
|
|
13231
|
+
</dl>
|
|
13232
|
+
|
|
13233
|
+
<dl>
|
|
13234
|
+
<dd>
|
|
13235
|
+
|
|
13236
|
+
**request_options:** `Nordlet::Assets::RequestOptions`
|
|
13237
|
+
|
|
13238
|
+
</dd>
|
|
13239
|
+
</dl>
|
|
13240
|
+
</dd>
|
|
13241
|
+
</dl>
|
|
13242
|
+
|
|
13243
|
+
|
|
13244
|
+
</dd>
|
|
13245
|
+
</dl>
|
|
13246
|
+
</details>
|
|
13247
|
+
|
|
13248
|
+
<details><summary><code>client.assets.<a href="/lib/nordlet/assets/client.rb">post_v1assets_assets_modernize</a>(request) -> Nordlet::Assets::Types::PostV1AssetsAssetsModernizeResponse</code></summary>
|
|
13249
|
+
<dl>
|
|
13250
|
+
<dd>
|
|
13251
|
+
|
|
13252
|
+
#### 🔌 Usage
|
|
13253
|
+
|
|
13254
|
+
<dl>
|
|
13255
|
+
<dd>
|
|
13256
|
+
|
|
13257
|
+
<dl>
|
|
13258
|
+
<dd>
|
|
13259
|
+
|
|
13260
|
+
```ruby
|
|
13261
|
+
client.assets.post_v1assets_assets_modernize(
|
|
13262
|
+
id: "id",
|
|
13263
|
+
date: "date",
|
|
13264
|
+
amount: "amount"
|
|
13265
|
+
)
|
|
13266
|
+
```
|
|
13267
|
+
</dd>
|
|
13268
|
+
</dl>
|
|
13269
|
+
</dd>
|
|
13270
|
+
</dl>
|
|
13271
|
+
|
|
13272
|
+
#### ⚙️ Parameters
|
|
13273
|
+
|
|
13274
|
+
<dl>
|
|
13275
|
+
<dd>
|
|
13276
|
+
|
|
13277
|
+
<dl>
|
|
13278
|
+
<dd>
|
|
13279
|
+
|
|
13280
|
+
**id:** `String`
|
|
13281
|
+
|
|
13282
|
+
</dd>
|
|
13283
|
+
</dl>
|
|
13284
|
+
|
|
13285
|
+
<dl>
|
|
13286
|
+
<dd>
|
|
13287
|
+
|
|
13288
|
+
**date:** `String`
|
|
13289
|
+
|
|
13290
|
+
</dd>
|
|
13291
|
+
</dl>
|
|
13292
|
+
|
|
13293
|
+
<dl>
|
|
13294
|
+
<dd>
|
|
13295
|
+
|
|
13296
|
+
**amount:** `String`
|
|
13297
|
+
|
|
13298
|
+
</dd>
|
|
13299
|
+
</dl>
|
|
13300
|
+
|
|
13301
|
+
<dl>
|
|
13302
|
+
<dd>
|
|
13303
|
+
|
|
13304
|
+
**added_life_months:** `Integer`
|
|
13305
|
+
|
|
13306
|
+
</dd>
|
|
13307
|
+
</dl>
|
|
13308
|
+
|
|
13309
|
+
<dl>
|
|
13310
|
+
<dd>
|
|
13311
|
+
|
|
13312
|
+
**notes:** `String`
|
|
13313
|
+
|
|
13314
|
+
</dd>
|
|
13315
|
+
</dl>
|
|
13316
|
+
|
|
13317
|
+
<dl>
|
|
13318
|
+
<dd>
|
|
13319
|
+
|
|
13320
|
+
**request_options:** `Nordlet::Assets::RequestOptions`
|
|
13321
|
+
|
|
13322
|
+
</dd>
|
|
13323
|
+
</dl>
|
|
13324
|
+
</dd>
|
|
13325
|
+
</dl>
|
|
13326
|
+
|
|
13327
|
+
|
|
13328
|
+
</dd>
|
|
13329
|
+
</dl>
|
|
13330
|
+
</details>
|
|
13331
|
+
|
|
13332
|
+
<details><summary><code>client.assets.<a href="/lib/nordlet/assets/client.rb">post_v1assets_depreciation_preview</a>(request) -> Nordlet::Assets::Types::PostV1AssetsDepreciationPreviewResponse</code></summary>
|
|
13333
|
+
<dl>
|
|
13334
|
+
<dd>
|
|
13335
|
+
|
|
13336
|
+
#### 🔌 Usage
|
|
13337
|
+
|
|
13338
|
+
<dl>
|
|
13339
|
+
<dd>
|
|
13340
|
+
|
|
13341
|
+
<dl>
|
|
13342
|
+
<dd>
|
|
13343
|
+
|
|
13344
|
+
```ruby
|
|
13345
|
+
client.assets.post_v1assets_depreciation_preview(
|
|
13346
|
+
year: 1000000,
|
|
13347
|
+
month: 1000000
|
|
13348
|
+
)
|
|
13349
|
+
```
|
|
13350
|
+
</dd>
|
|
13351
|
+
</dl>
|
|
13352
|
+
</dd>
|
|
13353
|
+
</dl>
|
|
13354
|
+
|
|
13355
|
+
#### ⚙️ Parameters
|
|
13356
|
+
|
|
13357
|
+
<dl>
|
|
13358
|
+
<dd>
|
|
13359
|
+
|
|
13360
|
+
<dl>
|
|
13361
|
+
<dd>
|
|
13362
|
+
|
|
13363
|
+
**year:** `Integer`
|
|
13364
|
+
|
|
13365
|
+
</dd>
|
|
13366
|
+
</dl>
|
|
13367
|
+
|
|
13368
|
+
<dl>
|
|
13369
|
+
<dd>
|
|
13370
|
+
|
|
13371
|
+
**month:** `Integer`
|
|
13372
|
+
|
|
13373
|
+
</dd>
|
|
13374
|
+
</dl>
|
|
13375
|
+
|
|
13376
|
+
<dl>
|
|
13377
|
+
<dd>
|
|
13378
|
+
|
|
13379
|
+
**request_options:** `Nordlet::Assets::RequestOptions`
|
|
13380
|
+
|
|
13381
|
+
</dd>
|
|
13382
|
+
</dl>
|
|
13383
|
+
</dd>
|
|
13384
|
+
</dl>
|
|
13022
13385
|
|
|
13023
13386
|
|
|
13024
13387
|
</dd>
|
|
@@ -13772,6 +14135,116 @@ client.hr.post_v1hr_employees_list
|
|
|
13772
14135
|
</dl>
|
|
13773
14136
|
|
|
13774
14137
|
|
|
14138
|
+
</dd>
|
|
14139
|
+
</dl>
|
|
14140
|
+
</details>
|
|
14141
|
+
|
|
14142
|
+
<details><summary><code>client.hr.<a href="/lib/nordlet/hr/client.rb">post_v1hr_employees_delete</a>(request) -> Nordlet::Hr::Types::PostV1HrEmployeesDeleteResponse</code></summary>
|
|
14143
|
+
<dl>
|
|
14144
|
+
<dd>
|
|
14145
|
+
|
|
14146
|
+
#### 🔌 Usage
|
|
14147
|
+
|
|
14148
|
+
<dl>
|
|
14149
|
+
<dd>
|
|
14150
|
+
|
|
14151
|
+
<dl>
|
|
14152
|
+
<dd>
|
|
14153
|
+
|
|
14154
|
+
```ruby
|
|
14155
|
+
client.hr.post_v1hr_employees_delete(id: "id")
|
|
14156
|
+
```
|
|
14157
|
+
</dd>
|
|
14158
|
+
</dl>
|
|
14159
|
+
</dd>
|
|
14160
|
+
</dl>
|
|
14161
|
+
|
|
14162
|
+
#### ⚙️ Parameters
|
|
14163
|
+
|
|
14164
|
+
<dl>
|
|
14165
|
+
<dd>
|
|
14166
|
+
|
|
14167
|
+
<dl>
|
|
14168
|
+
<dd>
|
|
14169
|
+
|
|
14170
|
+
**id:** `String`
|
|
14171
|
+
|
|
14172
|
+
</dd>
|
|
14173
|
+
</dl>
|
|
14174
|
+
|
|
14175
|
+
<dl>
|
|
14176
|
+
<dd>
|
|
14177
|
+
|
|
14178
|
+
**request_options:** `Nordlet::Hr::RequestOptions`
|
|
14179
|
+
|
|
14180
|
+
</dd>
|
|
14181
|
+
</dl>
|
|
14182
|
+
</dd>
|
|
14183
|
+
</dl>
|
|
14184
|
+
|
|
14185
|
+
|
|
14186
|
+
</dd>
|
|
14187
|
+
</dl>
|
|
14188
|
+
</details>
|
|
14189
|
+
|
|
14190
|
+
<details><summary><code>client.hr.<a href="/lib/nordlet/hr/client.rb">blank_an_employees_personal_data_and_hide_the_record</a>(request) -> Nordlet::Hr::Types::PostV1HrEmployeesAnonymizeResponse</code></summary>
|
|
14191
|
+
<dl>
|
|
14192
|
+
<dd>
|
|
14193
|
+
|
|
14194
|
+
#### 📝 Description
|
|
14195
|
+
|
|
14196
|
+
<dl>
|
|
14197
|
+
<dd>
|
|
14198
|
+
|
|
14199
|
+
<dl>
|
|
14200
|
+
<dd>
|
|
14201
|
+
|
|
14202
|
+
Replaces the name with a placeholder and removes personal code, birth date, contact details, address, bank account, social-insurance number, notes and sick-leave reasons. Payroll and contract rows stay linked to the record for the statutory retention period.
|
|
14203
|
+
</dd>
|
|
14204
|
+
</dl>
|
|
14205
|
+
</dd>
|
|
14206
|
+
</dl>
|
|
14207
|
+
|
|
14208
|
+
#### 🔌 Usage
|
|
14209
|
+
|
|
14210
|
+
<dl>
|
|
14211
|
+
<dd>
|
|
14212
|
+
|
|
14213
|
+
<dl>
|
|
14214
|
+
<dd>
|
|
14215
|
+
|
|
14216
|
+
```ruby
|
|
14217
|
+
client.hr.blank_an_employees_personal_data_and_hide_the_record(id: "id")
|
|
14218
|
+
```
|
|
14219
|
+
</dd>
|
|
14220
|
+
</dl>
|
|
14221
|
+
</dd>
|
|
14222
|
+
</dl>
|
|
14223
|
+
|
|
14224
|
+
#### ⚙️ Parameters
|
|
14225
|
+
|
|
14226
|
+
<dl>
|
|
14227
|
+
<dd>
|
|
14228
|
+
|
|
14229
|
+
<dl>
|
|
14230
|
+
<dd>
|
|
14231
|
+
|
|
14232
|
+
**id:** `String`
|
|
14233
|
+
|
|
14234
|
+
</dd>
|
|
14235
|
+
</dl>
|
|
14236
|
+
|
|
14237
|
+
<dl>
|
|
14238
|
+
<dd>
|
|
14239
|
+
|
|
14240
|
+
**request_options:** `Nordlet::Hr::RequestOptions`
|
|
14241
|
+
|
|
14242
|
+
</dd>
|
|
14243
|
+
</dl>
|
|
14244
|
+
</dd>
|
|
14245
|
+
</dl>
|
|
14246
|
+
|
|
14247
|
+
|
|
13775
14248
|
</dd>
|
|
13776
14249
|
</dl>
|
|
13777
14250
|
</details>
|
|
@@ -28473,7 +28946,267 @@ client.billing.post_v1billing_transactions_list
|
|
|
28473
28946
|
<dl>
|
|
28474
28947
|
<dd>
|
|
28475
28948
|
|
|
28476
|
-
**request_options:** `Nordlet::Billing::RequestOptions`
|
|
28949
|
+
**request_options:** `Nordlet::Billing::RequestOptions`
|
|
28950
|
+
|
|
28951
|
+
</dd>
|
|
28952
|
+
</dl>
|
|
28953
|
+
</dd>
|
|
28954
|
+
</dl>
|
|
28955
|
+
|
|
28956
|
+
|
|
28957
|
+
</dd>
|
|
28958
|
+
</dl>
|
|
28959
|
+
</details>
|
|
28960
|
+
|
|
28961
|
+
<details><summary><code>client.billing.<a href="/lib/nordlet/billing/client.rb">post_v1billing_usage_list</a>(request) -> Nordlet::Billing::Types::PostV1BillingUsageListResponse</code></summary>
|
|
28962
|
+
<dl>
|
|
28963
|
+
<dd>
|
|
28964
|
+
|
|
28965
|
+
#### 🔌 Usage
|
|
28966
|
+
|
|
28967
|
+
<dl>
|
|
28968
|
+
<dd>
|
|
28969
|
+
|
|
28970
|
+
<dl>
|
|
28971
|
+
<dd>
|
|
28972
|
+
|
|
28973
|
+
```ruby
|
|
28974
|
+
client.billing.post_v1billing_usage_list(
|
|
28975
|
+
from: "from",
|
|
28976
|
+
to: "to"
|
|
28977
|
+
)
|
|
28978
|
+
```
|
|
28979
|
+
</dd>
|
|
28980
|
+
</dl>
|
|
28981
|
+
</dd>
|
|
28982
|
+
</dl>
|
|
28983
|
+
|
|
28984
|
+
#### ⚙️ Parameters
|
|
28985
|
+
|
|
28986
|
+
<dl>
|
|
28987
|
+
<dd>
|
|
28988
|
+
|
|
28989
|
+
<dl>
|
|
28990
|
+
<dd>
|
|
28991
|
+
|
|
28992
|
+
**from:** `String`
|
|
28993
|
+
|
|
28994
|
+
</dd>
|
|
28995
|
+
</dl>
|
|
28996
|
+
|
|
28997
|
+
<dl>
|
|
28998
|
+
<dd>
|
|
28999
|
+
|
|
29000
|
+
**to:** `String`
|
|
29001
|
+
|
|
29002
|
+
</dd>
|
|
29003
|
+
</dl>
|
|
29004
|
+
|
|
29005
|
+
<dl>
|
|
29006
|
+
<dd>
|
|
29007
|
+
|
|
29008
|
+
**request_options:** `Nordlet::Billing::RequestOptions`
|
|
29009
|
+
|
|
29010
|
+
</dd>
|
|
29011
|
+
</dl>
|
|
29012
|
+
</dd>
|
|
29013
|
+
</dl>
|
|
29014
|
+
|
|
29015
|
+
|
|
29016
|
+
</dd>
|
|
29017
|
+
</dl>
|
|
29018
|
+
</details>
|
|
29019
|
+
|
|
29020
|
+
## Account
|
|
29021
|
+
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">post_v1account_login_link_request</a>(request) -> Nordlet::Account::Types::PostV1AccountLoginLinkRequestResponse</code></summary>
|
|
29022
|
+
<dl>
|
|
29023
|
+
<dd>
|
|
29024
|
+
|
|
29025
|
+
#### 🔌 Usage
|
|
29026
|
+
|
|
29027
|
+
<dl>
|
|
29028
|
+
<dd>
|
|
29029
|
+
|
|
29030
|
+
<dl>
|
|
29031
|
+
<dd>
|
|
29032
|
+
|
|
29033
|
+
```ruby
|
|
29034
|
+
client.account.post_v1account_login_link_request(email: "email")
|
|
29035
|
+
```
|
|
29036
|
+
</dd>
|
|
29037
|
+
</dl>
|
|
29038
|
+
</dd>
|
|
29039
|
+
</dl>
|
|
29040
|
+
|
|
29041
|
+
#### ⚙️ Parameters
|
|
29042
|
+
|
|
29043
|
+
<dl>
|
|
29044
|
+
<dd>
|
|
29045
|
+
|
|
29046
|
+
<dl>
|
|
29047
|
+
<dd>
|
|
29048
|
+
|
|
29049
|
+
**email:** `String`
|
|
29050
|
+
|
|
29051
|
+
</dd>
|
|
29052
|
+
</dl>
|
|
29053
|
+
|
|
29054
|
+
<dl>
|
|
29055
|
+
<dd>
|
|
29056
|
+
|
|
29057
|
+
**locale:** `Nordlet::Account::Types::PostV1AccountLoginLinkRequestRequestLocale`
|
|
29058
|
+
|
|
29059
|
+
</dd>
|
|
29060
|
+
</dl>
|
|
29061
|
+
|
|
29062
|
+
<dl>
|
|
29063
|
+
<dd>
|
|
29064
|
+
|
|
29065
|
+
**accept_terms:** `Internal::Types::Boolean`
|
|
29066
|
+
|
|
29067
|
+
</dd>
|
|
29068
|
+
</dl>
|
|
29069
|
+
|
|
29070
|
+
<dl>
|
|
29071
|
+
<dd>
|
|
29072
|
+
|
|
29073
|
+
**accept_dpa:** `Internal::Types::Boolean`
|
|
29074
|
+
|
|
29075
|
+
</dd>
|
|
29076
|
+
</dl>
|
|
29077
|
+
|
|
29078
|
+
<dl>
|
|
29079
|
+
<dd>
|
|
29080
|
+
|
|
29081
|
+
**request_options:** `Nordlet::Account::RequestOptions`
|
|
29082
|
+
|
|
29083
|
+
</dd>
|
|
29084
|
+
</dl>
|
|
29085
|
+
</dd>
|
|
29086
|
+
</dl>
|
|
29087
|
+
|
|
29088
|
+
|
|
29089
|
+
</dd>
|
|
29090
|
+
</dl>
|
|
29091
|
+
</details>
|
|
29092
|
+
|
|
29093
|
+
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">post_v1account_login_link_consume</a>(request) -> Nordlet::Account::Types::PostV1AccountLoginLinkConsumeResponse</code></summary>
|
|
29094
|
+
<dl>
|
|
29095
|
+
<dd>
|
|
29096
|
+
|
|
29097
|
+
#### 🔌 Usage
|
|
29098
|
+
|
|
29099
|
+
<dl>
|
|
29100
|
+
<dd>
|
|
29101
|
+
|
|
29102
|
+
<dl>
|
|
29103
|
+
<dd>
|
|
29104
|
+
|
|
29105
|
+
```ruby
|
|
29106
|
+
client.account.post_v1account_login_link_consume(token: "token")
|
|
29107
|
+
```
|
|
29108
|
+
</dd>
|
|
29109
|
+
</dl>
|
|
29110
|
+
</dd>
|
|
29111
|
+
</dl>
|
|
29112
|
+
|
|
29113
|
+
#### ⚙️ Parameters
|
|
29114
|
+
|
|
29115
|
+
<dl>
|
|
29116
|
+
<dd>
|
|
29117
|
+
|
|
29118
|
+
<dl>
|
|
29119
|
+
<dd>
|
|
29120
|
+
|
|
29121
|
+
**token:** `String`
|
|
29122
|
+
|
|
29123
|
+
</dd>
|
|
29124
|
+
</dl>
|
|
29125
|
+
|
|
29126
|
+
<dl>
|
|
29127
|
+
<dd>
|
|
29128
|
+
|
|
29129
|
+
**request_options:** `Nordlet::Account::RequestOptions`
|
|
29130
|
+
|
|
29131
|
+
</dd>
|
|
29132
|
+
</dl>
|
|
29133
|
+
</dd>
|
|
29134
|
+
</dl>
|
|
29135
|
+
|
|
29136
|
+
|
|
29137
|
+
</dd>
|
|
29138
|
+
</dl>
|
|
29139
|
+
</details>
|
|
29140
|
+
|
|
29141
|
+
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">post_v1account_logout</a>(request) -> Nordlet::Account::Types::PostV1AccountLogoutResponse</code></summary>
|
|
29142
|
+
<dl>
|
|
29143
|
+
<dd>
|
|
29144
|
+
|
|
29145
|
+
#### 🔌 Usage
|
|
29146
|
+
|
|
29147
|
+
<dl>
|
|
29148
|
+
<dd>
|
|
29149
|
+
|
|
29150
|
+
<dl>
|
|
29151
|
+
<dd>
|
|
29152
|
+
|
|
29153
|
+
```ruby
|
|
29154
|
+
client.account.post_v1account_logout
|
|
29155
|
+
```
|
|
29156
|
+
</dd>
|
|
29157
|
+
</dl>
|
|
29158
|
+
</dd>
|
|
29159
|
+
</dl>
|
|
29160
|
+
|
|
29161
|
+
#### ⚙️ Parameters
|
|
29162
|
+
|
|
29163
|
+
<dl>
|
|
29164
|
+
<dd>
|
|
29165
|
+
|
|
29166
|
+
<dl>
|
|
29167
|
+
<dd>
|
|
29168
|
+
|
|
29169
|
+
**request_options:** `Nordlet::Account::RequestOptions`
|
|
29170
|
+
|
|
29171
|
+
</dd>
|
|
29172
|
+
</dl>
|
|
29173
|
+
</dd>
|
|
29174
|
+
</dl>
|
|
29175
|
+
|
|
29176
|
+
|
|
29177
|
+
</dd>
|
|
29178
|
+
</dl>
|
|
29179
|
+
</details>
|
|
29180
|
+
|
|
29181
|
+
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">post_v1account_me</a>(request) -> Nordlet::Account::Types::PostV1AccountMeResponse</code></summary>
|
|
29182
|
+
<dl>
|
|
29183
|
+
<dd>
|
|
29184
|
+
|
|
29185
|
+
#### 🔌 Usage
|
|
29186
|
+
|
|
29187
|
+
<dl>
|
|
29188
|
+
<dd>
|
|
29189
|
+
|
|
29190
|
+
<dl>
|
|
29191
|
+
<dd>
|
|
29192
|
+
|
|
29193
|
+
```ruby
|
|
29194
|
+
client.account.post_v1account_me
|
|
29195
|
+
```
|
|
29196
|
+
</dd>
|
|
29197
|
+
</dl>
|
|
29198
|
+
</dd>
|
|
29199
|
+
</dl>
|
|
29200
|
+
|
|
29201
|
+
#### ⚙️ Parameters
|
|
29202
|
+
|
|
29203
|
+
<dl>
|
|
29204
|
+
<dd>
|
|
29205
|
+
|
|
29206
|
+
<dl>
|
|
29207
|
+
<dd>
|
|
29208
|
+
|
|
29209
|
+
**request_options:** `Nordlet::Account::RequestOptions`
|
|
28477
29210
|
|
|
28478
29211
|
</dd>
|
|
28479
29212
|
</dl>
|
|
@@ -28485,7 +29218,7 @@ client.billing.post_v1billing_transactions_list
|
|
|
28485
29218
|
</dl>
|
|
28486
29219
|
</details>
|
|
28487
29220
|
|
|
28488
|
-
<details><summary><code>client.
|
|
29221
|
+
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">post_v1account_members_list</a>(request) -> Nordlet::Account::Types::PostV1AccountMembersListResponse</code></summary>
|
|
28489
29222
|
<dl>
|
|
28490
29223
|
<dd>
|
|
28491
29224
|
|
|
@@ -28498,10 +29231,7 @@ client.billing.post_v1billing_transactions_list
|
|
|
28498
29231
|
<dd>
|
|
28499
29232
|
|
|
28500
29233
|
```ruby
|
|
28501
|
-
client.
|
|
28502
|
-
from: "from",
|
|
28503
|
-
to: "to"
|
|
28504
|
-
)
|
|
29234
|
+
client.account.post_v1account_members_list
|
|
28505
29235
|
```
|
|
28506
29236
|
</dd>
|
|
28507
29237
|
</dl>
|
|
@@ -28516,23 +29246,7 @@ client.billing.post_v1billing_usage_list(
|
|
|
28516
29246
|
<dl>
|
|
28517
29247
|
<dd>
|
|
28518
29248
|
|
|
28519
|
-
**
|
|
28520
|
-
|
|
28521
|
-
</dd>
|
|
28522
|
-
</dl>
|
|
28523
|
-
|
|
28524
|
-
<dl>
|
|
28525
|
-
<dd>
|
|
28526
|
-
|
|
28527
|
-
**to:** `String`
|
|
28528
|
-
|
|
28529
|
-
</dd>
|
|
28530
|
-
</dl>
|
|
28531
|
-
|
|
28532
|
-
<dl>
|
|
28533
|
-
<dd>
|
|
28534
|
-
|
|
28535
|
-
**request_options:** `Nordlet::Billing::RequestOptions`
|
|
29249
|
+
**request_options:** `Nordlet::Account::RequestOptions`
|
|
28536
29250
|
|
|
28537
29251
|
</dd>
|
|
28538
29252
|
</dl>
|
|
@@ -28544,8 +29258,7 @@ client.billing.post_v1billing_usage_list(
|
|
|
28544
29258
|
</dl>
|
|
28545
29259
|
</details>
|
|
28546
29260
|
|
|
28547
|
-
|
|
28548
|
-
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">post_v1account_login_link_request</a>(request) -> Nordlet::Account::Types::PostV1AccountLoginLinkRequestResponse</code></summary>
|
|
29261
|
+
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">post_v1account_members_set_role</a>(request) -> Nordlet::Account::Types::PostV1AccountMembersSetRoleResponse</code></summary>
|
|
28549
29262
|
<dl>
|
|
28550
29263
|
<dd>
|
|
28551
29264
|
|
|
@@ -28558,7 +29271,10 @@ client.billing.post_v1billing_usage_list(
|
|
|
28558
29271
|
<dd>
|
|
28559
29272
|
|
|
28560
29273
|
```ruby
|
|
28561
|
-
client.account.
|
|
29274
|
+
client.account.post_v1account_members_set_role(
|
|
29275
|
+
user_id: "userId",
|
|
29276
|
+
role: "admin"
|
|
29277
|
+
)
|
|
28562
29278
|
```
|
|
28563
29279
|
</dd>
|
|
28564
29280
|
</dl>
|
|
@@ -28573,7 +29289,7 @@ client.account.post_v1account_login_link_request(email: "email")
|
|
|
28573
29289
|
<dl>
|
|
28574
29290
|
<dd>
|
|
28575
29291
|
|
|
28576
|
-
**
|
|
29292
|
+
**user_id:** `String`
|
|
28577
29293
|
|
|
28578
29294
|
</dd>
|
|
28579
29295
|
</dl>
|
|
@@ -28581,7 +29297,7 @@ client.account.post_v1account_login_link_request(email: "email")
|
|
|
28581
29297
|
<dl>
|
|
28582
29298
|
<dd>
|
|
28583
29299
|
|
|
28584
|
-
**
|
|
29300
|
+
**role:** `Nordlet::Account::Types::PostV1AccountMembersSetRoleRequestRole`
|
|
28585
29301
|
|
|
28586
29302
|
</dd>
|
|
28587
29303
|
</dl>
|
|
@@ -28601,7 +29317,7 @@ client.account.post_v1account_login_link_request(email: "email")
|
|
|
28601
29317
|
</dl>
|
|
28602
29318
|
</details>
|
|
28603
29319
|
|
|
28604
|
-
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">
|
|
29320
|
+
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">post_v1account_members_remove</a>(request) -> Nordlet::Account::Types::PostV1AccountMembersRemoveResponse</code></summary>
|
|
28605
29321
|
<dl>
|
|
28606
29322
|
<dd>
|
|
28607
29323
|
|
|
@@ -28614,7 +29330,7 @@ client.account.post_v1account_login_link_request(email: "email")
|
|
|
28614
29330
|
<dd>
|
|
28615
29331
|
|
|
28616
29332
|
```ruby
|
|
28617
|
-
client.account.
|
|
29333
|
+
client.account.post_v1account_members_remove(user_id: "userId")
|
|
28618
29334
|
```
|
|
28619
29335
|
</dd>
|
|
28620
29336
|
</dl>
|
|
@@ -28629,7 +29345,7 @@ client.account.post_v1account_login_link_consume(token: "token")
|
|
|
28629
29345
|
<dl>
|
|
28630
29346
|
<dd>
|
|
28631
29347
|
|
|
28632
|
-
**
|
|
29348
|
+
**user_id:** `String`
|
|
28633
29349
|
|
|
28634
29350
|
</dd>
|
|
28635
29351
|
</dl>
|
|
@@ -28649,7 +29365,7 @@ client.account.post_v1account_login_link_consume(token: "token")
|
|
|
28649
29365
|
</dl>
|
|
28650
29366
|
</details>
|
|
28651
29367
|
|
|
28652
|
-
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">
|
|
29368
|
+
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">post_v1account_invites_create</a>(request) -> Nordlet::Account::Types::PostV1AccountInvitesCreateResponse</code></summary>
|
|
28653
29369
|
<dl>
|
|
28654
29370
|
<dd>
|
|
28655
29371
|
|
|
@@ -28662,7 +29378,10 @@ client.account.post_v1account_login_link_consume(token: "token")
|
|
|
28662
29378
|
<dd>
|
|
28663
29379
|
|
|
28664
29380
|
```ruby
|
|
28665
|
-
client.account.
|
|
29381
|
+
client.account.post_v1account_invites_create(
|
|
29382
|
+
email: "email",
|
|
29383
|
+
role: "admin"
|
|
29384
|
+
)
|
|
28666
29385
|
```
|
|
28667
29386
|
</dd>
|
|
28668
29387
|
</dl>
|
|
@@ -28677,43 +29396,27 @@ client.account.post_v1account_logout
|
|
|
28677
29396
|
<dl>
|
|
28678
29397
|
<dd>
|
|
28679
29398
|
|
|
28680
|
-
**
|
|
29399
|
+
**email:** `String`
|
|
28681
29400
|
|
|
28682
29401
|
</dd>
|
|
28683
29402
|
</dl>
|
|
28684
|
-
</dd>
|
|
28685
|
-
</dl>
|
|
28686
|
-
|
|
28687
|
-
|
|
28688
|
-
</dd>
|
|
28689
|
-
</dl>
|
|
28690
|
-
</details>
|
|
28691
29403
|
|
|
28692
|
-
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">post_v1account_me</a>(request) -> Nordlet::Account::Types::PostV1AccountMeResponse</code></summary>
|
|
28693
29404
|
<dl>
|
|
28694
29405
|
<dd>
|
|
28695
29406
|
|
|
28696
|
-
|
|
28697
|
-
|
|
28698
|
-
|
|
28699
|
-
|
|
29407
|
+
**role:** `Nordlet::Account::Types::PostV1AccountInvitesCreateRequestRole`
|
|
29408
|
+
|
|
29409
|
+
</dd>
|
|
29410
|
+
</dl>
|
|
28700
29411
|
|
|
28701
29412
|
<dl>
|
|
28702
29413
|
<dd>
|
|
28703
29414
|
|
|
28704
|
-
|
|
28705
|
-
|
|
28706
|
-
```
|
|
28707
|
-
</dd>
|
|
28708
|
-
</dl>
|
|
29415
|
+
**locale:** `Nordlet::Account::Types::PostV1AccountInvitesCreateRequestLocale`
|
|
29416
|
+
|
|
28709
29417
|
</dd>
|
|
28710
29418
|
</dl>
|
|
28711
29419
|
|
|
28712
|
-
#### ⚙️ Parameters
|
|
28713
|
-
|
|
28714
|
-
<dl>
|
|
28715
|
-
<dd>
|
|
28716
|
-
|
|
28717
29420
|
<dl>
|
|
28718
29421
|
<dd>
|
|
28719
29422
|
|
|
@@ -28729,7 +29432,7 @@ client.account.post_v1account_me
|
|
|
28729
29432
|
</dl>
|
|
28730
29433
|
</details>
|
|
28731
29434
|
|
|
28732
|
-
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">
|
|
29435
|
+
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">post_v1account_invites_list</a>(request) -> Nordlet::Account::Types::PostV1AccountInvitesListResponse</code></summary>
|
|
28733
29436
|
<dl>
|
|
28734
29437
|
<dd>
|
|
28735
29438
|
|
|
@@ -28742,7 +29445,7 @@ client.account.post_v1account_me
|
|
|
28742
29445
|
<dd>
|
|
28743
29446
|
|
|
28744
29447
|
```ruby
|
|
28745
|
-
client.account.
|
|
29448
|
+
client.account.post_v1account_invites_list
|
|
28746
29449
|
```
|
|
28747
29450
|
</dd>
|
|
28748
29451
|
</dl>
|
|
@@ -28769,7 +29472,7 @@ client.account.post_v1account_members_list
|
|
|
28769
29472
|
</dl>
|
|
28770
29473
|
</details>
|
|
28771
29474
|
|
|
28772
|
-
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">
|
|
29475
|
+
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">post_v1account_invites_revoke</a>(request) -> Nordlet::Account::Types::PostV1AccountInvitesRevokeResponse</code></summary>
|
|
28773
29476
|
<dl>
|
|
28774
29477
|
<dd>
|
|
28775
29478
|
|
|
@@ -28782,10 +29485,7 @@ client.account.post_v1account_members_list
|
|
|
28782
29485
|
<dd>
|
|
28783
29486
|
|
|
28784
29487
|
```ruby
|
|
28785
|
-
client.account.
|
|
28786
|
-
user_id: "userId",
|
|
28787
|
-
role: "admin"
|
|
28788
|
-
)
|
|
29488
|
+
client.account.post_v1account_invites_revoke(id: "id")
|
|
28789
29489
|
```
|
|
28790
29490
|
</dd>
|
|
28791
29491
|
</dl>
|
|
@@ -28800,15 +29500,7 @@ client.account.post_v1account_members_set_role(
|
|
|
28800
29500
|
<dl>
|
|
28801
29501
|
<dd>
|
|
28802
29502
|
|
|
28803
|
-
**
|
|
28804
|
-
|
|
28805
|
-
</dd>
|
|
28806
|
-
</dl>
|
|
28807
|
-
|
|
28808
|
-
<dl>
|
|
28809
|
-
<dd>
|
|
28810
|
-
|
|
28811
|
-
**role:** `Nordlet::Account::Types::PostV1AccountMembersSetRoleRequestRole`
|
|
29503
|
+
**id:** `String`
|
|
28812
29504
|
|
|
28813
29505
|
</dd>
|
|
28814
29506
|
</dl>
|
|
@@ -28828,7 +29520,7 @@ client.account.post_v1account_members_set_role(
|
|
|
28828
29520
|
</dl>
|
|
28829
29521
|
</details>
|
|
28830
29522
|
|
|
28831
|
-
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">
|
|
29523
|
+
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">post_v1account_invites_get</a>(request) -> Nordlet::Account::Types::PostV1AccountInvitesGetResponse</code></summary>
|
|
28832
29524
|
<dl>
|
|
28833
29525
|
<dd>
|
|
28834
29526
|
|
|
@@ -28841,7 +29533,7 @@ client.account.post_v1account_members_set_role(
|
|
|
28841
29533
|
<dd>
|
|
28842
29534
|
|
|
28843
29535
|
```ruby
|
|
28844
|
-
client.account.
|
|
29536
|
+
client.account.post_v1account_invites_get(token: "token")
|
|
28845
29537
|
```
|
|
28846
29538
|
</dd>
|
|
28847
29539
|
</dl>
|
|
@@ -28856,7 +29548,7 @@ client.account.post_v1account_members_remove(user_id: "userId")
|
|
|
28856
29548
|
<dl>
|
|
28857
29549
|
<dd>
|
|
28858
29550
|
|
|
28859
|
-
**
|
|
29551
|
+
**token:** `String`
|
|
28860
29552
|
|
|
28861
29553
|
</dd>
|
|
28862
29554
|
</dl>
|
|
@@ -28876,7 +29568,7 @@ client.account.post_v1account_members_remove(user_id: "userId")
|
|
|
28876
29568
|
</dl>
|
|
28877
29569
|
</details>
|
|
28878
29570
|
|
|
28879
|
-
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">
|
|
29571
|
+
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">post_v1account_invites_accept</a>(request) -> Nordlet::Account::Types::PostV1AccountInvitesAcceptResponse</code></summary>
|
|
28880
29572
|
<dl>
|
|
28881
29573
|
<dd>
|
|
28882
29574
|
|
|
@@ -28889,10 +29581,7 @@ client.account.post_v1account_members_remove(user_id: "userId")
|
|
|
28889
29581
|
<dd>
|
|
28890
29582
|
|
|
28891
29583
|
```ruby
|
|
28892
|
-
client.account.
|
|
28893
|
-
email: "email",
|
|
28894
|
-
role: "admin"
|
|
28895
|
-
)
|
|
29584
|
+
client.account.post_v1account_invites_accept(token: "token")
|
|
28896
29585
|
```
|
|
28897
29586
|
</dd>
|
|
28898
29587
|
</dl>
|
|
@@ -28907,7 +29596,7 @@ client.account.post_v1account_invites_create(
|
|
|
28907
29596
|
<dl>
|
|
28908
29597
|
<dd>
|
|
28909
29598
|
|
|
28910
|
-
**
|
|
29599
|
+
**token:** `String`
|
|
28911
29600
|
|
|
28912
29601
|
</dd>
|
|
28913
29602
|
</dl>
|
|
@@ -28915,7 +29604,7 @@ client.account.post_v1account_invites_create(
|
|
|
28915
29604
|
<dl>
|
|
28916
29605
|
<dd>
|
|
28917
29606
|
|
|
28918
|
-
**
|
|
29607
|
+
**name:** `String`
|
|
28919
29608
|
|
|
28920
29609
|
</dd>
|
|
28921
29610
|
</dl>
|
|
@@ -28923,7 +29612,23 @@ client.account.post_v1account_invites_create(
|
|
|
28923
29612
|
<dl>
|
|
28924
29613
|
<dd>
|
|
28925
29614
|
|
|
28926
|
-
**locale:** `Nordlet::Account::Types::
|
|
29615
|
+
**locale:** `Nordlet::Account::Types::PostV1AccountInvitesAcceptRequestLocale`
|
|
29616
|
+
|
|
29617
|
+
</dd>
|
|
29618
|
+
</dl>
|
|
29619
|
+
|
|
29620
|
+
<dl>
|
|
29621
|
+
<dd>
|
|
29622
|
+
|
|
29623
|
+
**accept_terms:** `Internal::Types::Boolean`
|
|
29624
|
+
|
|
29625
|
+
</dd>
|
|
29626
|
+
</dl>
|
|
29627
|
+
|
|
29628
|
+
<dl>
|
|
29629
|
+
<dd>
|
|
29630
|
+
|
|
29631
|
+
**accept_dpa:** `Internal::Types::Boolean`
|
|
28927
29632
|
|
|
28928
29633
|
</dd>
|
|
28929
29634
|
</dl>
|
|
@@ -28943,7 +29648,7 @@ client.account.post_v1account_invites_create(
|
|
|
28943
29648
|
</dl>
|
|
28944
29649
|
</details>
|
|
28945
29650
|
|
|
28946
|
-
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">
|
|
29651
|
+
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">post_v1account_locale_set</a>(request) -> Nordlet::Account::Types::PostV1AccountLocaleSetResponse</code></summary>
|
|
28947
29652
|
<dl>
|
|
28948
29653
|
<dd>
|
|
28949
29654
|
|
|
@@ -28956,7 +29661,7 @@ client.account.post_v1account_invites_create(
|
|
|
28956
29661
|
<dd>
|
|
28957
29662
|
|
|
28958
29663
|
```ruby
|
|
28959
|
-
client.account.
|
|
29664
|
+
client.account.post_v1account_locale_set(locale: "lt")
|
|
28960
29665
|
```
|
|
28961
29666
|
</dd>
|
|
28962
29667
|
</dl>
|
|
@@ -28971,6 +29676,14 @@ client.account.post_v1account_invites_list
|
|
|
28971
29676
|
<dl>
|
|
28972
29677
|
<dd>
|
|
28973
29678
|
|
|
29679
|
+
**locale:** `Nordlet::Account::Types::PostV1AccountLocaleSetRequestLocale`
|
|
29680
|
+
|
|
29681
|
+
</dd>
|
|
29682
|
+
</dl>
|
|
29683
|
+
|
|
29684
|
+
<dl>
|
|
29685
|
+
<dd>
|
|
29686
|
+
|
|
28974
29687
|
**request_options:** `Nordlet::Account::RequestOptions`
|
|
28975
29688
|
|
|
28976
29689
|
</dd>
|
|
@@ -28983,7 +29696,7 @@ client.account.post_v1account_invites_list
|
|
|
28983
29696
|
</dl>
|
|
28984
29697
|
</details>
|
|
28985
29698
|
|
|
28986
|
-
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">
|
|
29699
|
+
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">post_v1account_companies_create</a>(request) -> Nordlet::Account::Types::PostV1AccountCompaniesCreateResponse</code></summary>
|
|
28987
29700
|
<dl>
|
|
28988
29701
|
<dd>
|
|
28989
29702
|
|
|
@@ -28996,7 +29709,7 @@ client.account.post_v1account_invites_list
|
|
|
28996
29709
|
<dd>
|
|
28997
29710
|
|
|
28998
29711
|
```ruby
|
|
28999
|
-
client.account.
|
|
29712
|
+
client.account.post_v1account_companies_create(name: "name")
|
|
29000
29713
|
```
|
|
29001
29714
|
</dd>
|
|
29002
29715
|
</dl>
|
|
@@ -29011,7 +29724,7 @@ client.account.post_v1account_invites_revoke(id: "id")
|
|
|
29011
29724
|
<dl>
|
|
29012
29725
|
<dd>
|
|
29013
29726
|
|
|
29014
|
-
**
|
|
29727
|
+
**name:** `String`
|
|
29015
29728
|
|
|
29016
29729
|
</dd>
|
|
29017
29730
|
</dl>
|
|
@@ -29019,47 +29732,71 @@ client.account.post_v1account_invites_revoke(id: "id")
|
|
|
29019
29732
|
<dl>
|
|
29020
29733
|
<dd>
|
|
29021
29734
|
|
|
29022
|
-
**
|
|
29735
|
+
**code:** `String`
|
|
29023
29736
|
|
|
29024
29737
|
</dd>
|
|
29025
29738
|
</dl>
|
|
29739
|
+
|
|
29740
|
+
<dl>
|
|
29741
|
+
<dd>
|
|
29742
|
+
|
|
29743
|
+
**vat_code:** `String`
|
|
29744
|
+
|
|
29026
29745
|
</dd>
|
|
29027
29746
|
</dl>
|
|
29028
29747
|
|
|
29748
|
+
<dl>
|
|
29749
|
+
<dd>
|
|
29029
29750
|
|
|
29751
|
+
**sme_exemption_number:** `String`
|
|
29752
|
+
|
|
29030
29753
|
</dd>
|
|
29031
29754
|
</dl>
|
|
29032
|
-
</details>
|
|
29033
29755
|
|
|
29034
|
-
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">post_v1account_invites_get</a>(request) -> Nordlet::Account::Types::PostV1AccountInvitesGetResponse</code></summary>
|
|
29035
29756
|
<dl>
|
|
29036
29757
|
<dd>
|
|
29037
29758
|
|
|
29038
|
-
|
|
29759
|
+
**is_vat_payer:** `Internal::Types::Boolean`
|
|
29760
|
+
|
|
29761
|
+
</dd>
|
|
29762
|
+
</dl>
|
|
29039
29763
|
|
|
29040
29764
|
<dl>
|
|
29041
29765
|
<dd>
|
|
29042
29766
|
|
|
29767
|
+
**address:** `Nordlet::Account::Types::PostV1AccountCompaniesCreateRequestAddress`
|
|
29768
|
+
|
|
29769
|
+
</dd>
|
|
29770
|
+
</dl>
|
|
29771
|
+
|
|
29043
29772
|
<dl>
|
|
29044
29773
|
<dd>
|
|
29045
29774
|
|
|
29046
|
-
|
|
29047
|
-
|
|
29048
|
-
```
|
|
29775
|
+
**email:** `String`
|
|
29776
|
+
|
|
29049
29777
|
</dd>
|
|
29050
29778
|
</dl>
|
|
29779
|
+
|
|
29780
|
+
<dl>
|
|
29781
|
+
<dd>
|
|
29782
|
+
|
|
29783
|
+
**phone:** `String`
|
|
29784
|
+
|
|
29051
29785
|
</dd>
|
|
29052
29786
|
</dl>
|
|
29053
29787
|
|
|
29054
|
-
#### ⚙️ Parameters
|
|
29055
|
-
|
|
29056
29788
|
<dl>
|
|
29057
29789
|
<dd>
|
|
29058
29790
|
|
|
29791
|
+
**iban:** `String`
|
|
29792
|
+
|
|
29793
|
+
</dd>
|
|
29794
|
+
</dl>
|
|
29795
|
+
|
|
29059
29796
|
<dl>
|
|
29060
29797
|
<dd>
|
|
29061
29798
|
|
|
29062
|
-
**
|
|
29799
|
+
**bank_name:** `String`
|
|
29063
29800
|
|
|
29064
29801
|
</dd>
|
|
29065
29802
|
</dl>
|
|
@@ -29067,63 +29804,87 @@ client.account.post_v1account_invites_get(token: "token")
|
|
|
29067
29804
|
<dl>
|
|
29068
29805
|
<dd>
|
|
29069
29806
|
|
|
29070
|
-
**
|
|
29807
|
+
**peppol_id:** `String`
|
|
29071
29808
|
|
|
29072
29809
|
</dd>
|
|
29073
29810
|
</dl>
|
|
29811
|
+
|
|
29812
|
+
<dl>
|
|
29813
|
+
<dd>
|
|
29814
|
+
|
|
29815
|
+
**sepa_creditor_id:** `String`
|
|
29816
|
+
|
|
29074
29817
|
</dd>
|
|
29075
29818
|
</dl>
|
|
29076
29819
|
|
|
29820
|
+
<dl>
|
|
29821
|
+
<dd>
|
|
29077
29822
|
|
|
29823
|
+
**default_invoice_currency:** `String`
|
|
29824
|
+
|
|
29078
29825
|
</dd>
|
|
29079
29826
|
</dl>
|
|
29080
|
-
</details>
|
|
29081
29827
|
|
|
29082
|
-
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">post_v1account_invites_accept</a>(request) -> Nordlet::Account::Types::PostV1AccountInvitesAcceptResponse</code></summary>
|
|
29083
29828
|
<dl>
|
|
29084
29829
|
<dd>
|
|
29085
29830
|
|
|
29086
|
-
|
|
29831
|
+
**country_code:** `Nordlet::Account::Types::PostV1AccountCompaniesCreateRequestCountryCode` — Jurisdiction the company is registered in (immutable after creation)
|
|
29832
|
+
|
|
29833
|
+
</dd>
|
|
29834
|
+
</dl>
|
|
29087
29835
|
|
|
29088
29836
|
<dl>
|
|
29089
29837
|
<dd>
|
|
29090
29838
|
|
|
29839
|
+
**is_sandbox:** `Internal::Types::Boolean` — Sandbox companies hold test data and are purged immediately on delete (immutable after creation)
|
|
29840
|
+
|
|
29841
|
+
</dd>
|
|
29842
|
+
</dl>
|
|
29843
|
+
|
|
29091
29844
|
<dl>
|
|
29092
29845
|
<dd>
|
|
29093
29846
|
|
|
29094
|
-
|
|
29095
|
-
|
|
29096
|
-
```
|
|
29847
|
+
**request_options:** `Nordlet::Account::RequestOptions`
|
|
29848
|
+
|
|
29097
29849
|
</dd>
|
|
29098
29850
|
</dl>
|
|
29099
29851
|
</dd>
|
|
29100
29852
|
</dl>
|
|
29101
29853
|
|
|
29102
|
-
#### ⚙️ Parameters
|
|
29103
29854
|
|
|
29855
|
+
</dd>
|
|
29856
|
+
</dl>
|
|
29857
|
+
</details>
|
|
29858
|
+
|
|
29859
|
+
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">post_v1account_companies_select</a>(request) -> Nordlet::Account::Types::PostV1AccountCompaniesSelectResponse</code></summary>
|
|
29104
29860
|
<dl>
|
|
29105
29861
|
<dd>
|
|
29106
29862
|
|
|
29863
|
+
#### 🔌 Usage
|
|
29864
|
+
|
|
29107
29865
|
<dl>
|
|
29108
29866
|
<dd>
|
|
29109
29867
|
|
|
29110
|
-
**token:** `String`
|
|
29111
|
-
|
|
29112
|
-
</dd>
|
|
29113
|
-
</dl>
|
|
29114
|
-
|
|
29115
29868
|
<dl>
|
|
29116
29869
|
<dd>
|
|
29117
29870
|
|
|
29118
|
-
|
|
29119
|
-
|
|
29871
|
+
```ruby
|
|
29872
|
+
client.account.post_v1account_companies_select(company_id: "companyId")
|
|
29873
|
+
```
|
|
29120
29874
|
</dd>
|
|
29121
29875
|
</dl>
|
|
29876
|
+
</dd>
|
|
29877
|
+
</dl>
|
|
29878
|
+
|
|
29879
|
+
#### ⚙️ Parameters
|
|
29122
29880
|
|
|
29123
29881
|
<dl>
|
|
29124
29882
|
<dd>
|
|
29125
29883
|
|
|
29126
|
-
|
|
29884
|
+
<dl>
|
|
29885
|
+
<dd>
|
|
29886
|
+
|
|
29887
|
+
**company_id:** `String`
|
|
29127
29888
|
|
|
29128
29889
|
</dd>
|
|
29129
29890
|
</dl>
|
|
@@ -29143,7 +29904,7 @@ client.account.post_v1account_invites_accept(token: "token")
|
|
|
29143
29904
|
</dl>
|
|
29144
29905
|
</details>
|
|
29145
29906
|
|
|
29146
|
-
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">
|
|
29907
|
+
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">post_v1account_companies_profile</a>(request) -> Nordlet::Account::Types::PostV1AccountCompaniesProfileResponse</code></summary>
|
|
29147
29908
|
<dl>
|
|
29148
29909
|
<dd>
|
|
29149
29910
|
|
|
@@ -29156,7 +29917,7 @@ client.account.post_v1account_invites_accept(token: "token")
|
|
|
29156
29917
|
<dd>
|
|
29157
29918
|
|
|
29158
29919
|
```ruby
|
|
29159
|
-
client.account.
|
|
29920
|
+
client.account.post_v1account_companies_profile
|
|
29160
29921
|
```
|
|
29161
29922
|
</dd>
|
|
29162
29923
|
</dl>
|
|
@@ -29171,14 +29932,6 @@ client.account.post_v1account_locale_set(locale: "lt")
|
|
|
29171
29932
|
<dl>
|
|
29172
29933
|
<dd>
|
|
29173
29934
|
|
|
29174
|
-
**locale:** `Nordlet::Account::Types::PostV1AccountLocaleSetRequestLocale`
|
|
29175
|
-
|
|
29176
|
-
</dd>
|
|
29177
|
-
</dl>
|
|
29178
|
-
|
|
29179
|
-
<dl>
|
|
29180
|
-
<dd>
|
|
29181
|
-
|
|
29182
29935
|
**request_options:** `Nordlet::Account::RequestOptions`
|
|
29183
29936
|
|
|
29184
29937
|
</dd>
|
|
@@ -29191,7 +29944,7 @@ client.account.post_v1account_locale_set(locale: "lt")
|
|
|
29191
29944
|
</dl>
|
|
29192
29945
|
</details>
|
|
29193
29946
|
|
|
29194
|
-
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">
|
|
29947
|
+
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">post_v1account_companies_update</a>(request) -> Nordlet::Account::Types::PostV1AccountCompaniesUpdateResponse</code></summary>
|
|
29195
29948
|
<dl>
|
|
29196
29949
|
<dd>
|
|
29197
29950
|
|
|
@@ -29204,7 +29957,7 @@ client.account.post_v1account_locale_set(locale: "lt")
|
|
|
29204
29957
|
<dd>
|
|
29205
29958
|
|
|
29206
29959
|
```ruby
|
|
29207
|
-
client.account.
|
|
29960
|
+
client.account.post_v1account_companies_update
|
|
29208
29961
|
```
|
|
29209
29962
|
</dd>
|
|
29210
29963
|
</dl>
|
|
@@ -29259,7 +30012,7 @@ client.account.post_v1account_companies_create(name: "name")
|
|
|
29259
30012
|
<dl>
|
|
29260
30013
|
<dd>
|
|
29261
30014
|
|
|
29262
|
-
**address:** `Nordlet::Account::Types::
|
|
30015
|
+
**address:** `Nordlet::Account::Types::PostV1AccountCompaniesUpdateRequestAddress`
|
|
29263
30016
|
|
|
29264
30017
|
</dd>
|
|
29265
30018
|
</dl>
|
|
@@ -29323,15 +30076,7 @@ client.account.post_v1account_companies_create(name: "name")
|
|
|
29323
30076
|
<dl>
|
|
29324
30077
|
<dd>
|
|
29325
30078
|
|
|
29326
|
-
**
|
|
29327
|
-
|
|
29328
|
-
</dd>
|
|
29329
|
-
</dl>
|
|
29330
|
-
|
|
29331
|
-
<dl>
|
|
29332
|
-
<dd>
|
|
29333
|
-
|
|
29334
|
-
**is_sandbox:** `Internal::Types::Boolean` — Sandbox companies hold test data and are purged immediately on delete (immutable after creation)
|
|
30079
|
+
**logo:** `Nordlet::Account::Types::PostV1AccountCompaniesUpdateRequestLogo`
|
|
29335
30080
|
|
|
29336
30081
|
</dd>
|
|
29337
30082
|
</dl>
|
|
@@ -29351,7 +30096,7 @@ client.account.post_v1account_companies_create(name: "name")
|
|
|
29351
30096
|
</dl>
|
|
29352
30097
|
</details>
|
|
29353
30098
|
|
|
29354
|
-
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">
|
|
30099
|
+
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">post_v1account_companies_archive</a>(request) -> Nordlet::Account::Types::PostV1AccountCompaniesArchiveResponse</code></summary>
|
|
29355
30100
|
<dl>
|
|
29356
30101
|
<dd>
|
|
29357
30102
|
|
|
@@ -29364,7 +30109,7 @@ client.account.post_v1account_companies_create(name: "name")
|
|
|
29364
30109
|
<dd>
|
|
29365
30110
|
|
|
29366
30111
|
```ruby
|
|
29367
|
-
client.account.
|
|
30112
|
+
client.account.post_v1account_companies_archive(company_id: "companyId")
|
|
29368
30113
|
```
|
|
29369
30114
|
</dd>
|
|
29370
30115
|
</dl>
|
|
@@ -29399,7 +30144,7 @@ client.account.post_v1account_companies_select(company_id: "companyId")
|
|
|
29399
30144
|
</dl>
|
|
29400
30145
|
</details>
|
|
29401
30146
|
|
|
29402
|
-
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">
|
|
30147
|
+
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">post_v1account_companies_delete</a>(request) -> Nordlet::Account::Types::PostV1AccountCompaniesDeleteResponse</code></summary>
|
|
29403
30148
|
<dl>
|
|
29404
30149
|
<dd>
|
|
29405
30150
|
|
|
@@ -29412,7 +30157,7 @@ client.account.post_v1account_companies_select(company_id: "companyId")
|
|
|
29412
30157
|
<dd>
|
|
29413
30158
|
|
|
29414
30159
|
```ruby
|
|
29415
|
-
client.account.
|
|
30160
|
+
client.account.post_v1account_companies_delete(company_id: "companyId")
|
|
29416
30161
|
```
|
|
29417
30162
|
</dd>
|
|
29418
30163
|
</dl>
|
|
@@ -29427,6 +30172,14 @@ client.account.post_v1account_companies_profile
|
|
|
29427
30172
|
<dl>
|
|
29428
30173
|
<dd>
|
|
29429
30174
|
|
|
30175
|
+
**company_id:** `String`
|
|
30176
|
+
|
|
30177
|
+
</dd>
|
|
30178
|
+
</dl>
|
|
30179
|
+
|
|
30180
|
+
<dl>
|
|
30181
|
+
<dd>
|
|
30182
|
+
|
|
29430
30183
|
**request_options:** `Nordlet::Account::RequestOptions`
|
|
29431
30184
|
|
|
29432
30185
|
</dd>
|
|
@@ -29439,7 +30192,7 @@ client.account.post_v1account_companies_profile
|
|
|
29439
30192
|
</dl>
|
|
29440
30193
|
</details>
|
|
29441
30194
|
|
|
29442
|
-
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">
|
|
30195
|
+
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">post_v1account_companies_activate</a>(request) -> Nordlet::Account::Types::PostV1AccountCompaniesActivateResponse</code></summary>
|
|
29443
30196
|
<dl>
|
|
29444
30197
|
<dd>
|
|
29445
30198
|
|
|
@@ -29452,7 +30205,7 @@ client.account.post_v1account_companies_profile
|
|
|
29452
30205
|
<dd>
|
|
29453
30206
|
|
|
29454
30207
|
```ruby
|
|
29455
|
-
client.account.
|
|
30208
|
+
client.account.post_v1account_companies_activate(company_id: "companyId")
|
|
29456
30209
|
```
|
|
29457
30210
|
</dd>
|
|
29458
30211
|
</dl>
|
|
@@ -29467,7 +30220,7 @@ client.account.post_v1account_companies_update
|
|
|
29467
30220
|
<dl>
|
|
29468
30221
|
<dd>
|
|
29469
30222
|
|
|
29470
|
-
**
|
|
30223
|
+
**company_id:** `String`
|
|
29471
30224
|
|
|
29472
30225
|
</dd>
|
|
29473
30226
|
</dl>
|
|
@@ -29475,23 +30228,47 @@ client.account.post_v1account_companies_update
|
|
|
29475
30228
|
<dl>
|
|
29476
30229
|
<dd>
|
|
29477
30230
|
|
|
29478
|
-
**
|
|
30231
|
+
**request_options:** `Nordlet::Account::RequestOptions`
|
|
29479
30232
|
|
|
29480
30233
|
</dd>
|
|
29481
30234
|
</dl>
|
|
30235
|
+
</dd>
|
|
30236
|
+
</dl>
|
|
30237
|
+
|
|
30238
|
+
|
|
30239
|
+
</dd>
|
|
30240
|
+
</dl>
|
|
30241
|
+
</details>
|
|
29482
30242
|
|
|
30243
|
+
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">post_v1account_api_keys_create</a>(request) -> Nordlet::Account::Types::PostV1AccountAPIKeysCreateResponse</code></summary>
|
|
29483
30244
|
<dl>
|
|
29484
30245
|
<dd>
|
|
29485
30246
|
|
|
29486
|
-
|
|
29487
|
-
|
|
30247
|
+
#### 🔌 Usage
|
|
30248
|
+
|
|
30249
|
+
<dl>
|
|
30250
|
+
<dd>
|
|
30251
|
+
|
|
30252
|
+
<dl>
|
|
30253
|
+
<dd>
|
|
30254
|
+
|
|
30255
|
+
```ruby
|
|
30256
|
+
client.account.post_v1account_api_keys_create(name: "name")
|
|
30257
|
+
```
|
|
30258
|
+
</dd>
|
|
30259
|
+
</dl>
|
|
29488
30260
|
</dd>
|
|
29489
30261
|
</dl>
|
|
29490
30262
|
|
|
30263
|
+
#### ⚙️ Parameters
|
|
30264
|
+
|
|
29491
30265
|
<dl>
|
|
29492
30266
|
<dd>
|
|
29493
30267
|
|
|
29494
|
-
|
|
30268
|
+
<dl>
|
|
30269
|
+
<dd>
|
|
30270
|
+
|
|
30271
|
+
**name:** `String`
|
|
29495
30272
|
|
|
29496
30273
|
</dd>
|
|
29497
30274
|
</dl>
|
|
@@ -29499,7 +30276,7 @@ client.account.post_v1account_companies_update
|
|
|
29499
30276
|
<dl>
|
|
29500
30277
|
<dd>
|
|
29501
30278
|
|
|
29502
|
-
**
|
|
30279
|
+
**scopes:** `Internal::Types::Array[String]`
|
|
29503
30280
|
|
|
29504
30281
|
</dd>
|
|
29505
30282
|
</dl>
|
|
@@ -29507,39 +30284,87 @@ client.account.post_v1account_companies_update
|
|
|
29507
30284
|
<dl>
|
|
29508
30285
|
<dd>
|
|
29509
30286
|
|
|
29510
|
-
**
|
|
30287
|
+
**request_options:** `Nordlet::Account::RequestOptions`
|
|
29511
30288
|
|
|
29512
30289
|
</dd>
|
|
29513
30290
|
</dl>
|
|
30291
|
+
</dd>
|
|
30292
|
+
</dl>
|
|
30293
|
+
|
|
30294
|
+
|
|
30295
|
+
</dd>
|
|
30296
|
+
</dl>
|
|
30297
|
+
</details>
|
|
29514
30298
|
|
|
30299
|
+
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">post_v1account_api_keys_list</a>(request) -> Nordlet::Account::Types::PostV1AccountAPIKeysListResponse</code></summary>
|
|
29515
30300
|
<dl>
|
|
29516
30301
|
<dd>
|
|
29517
30302
|
|
|
29518
|
-
|
|
29519
|
-
|
|
30303
|
+
#### 🔌 Usage
|
|
30304
|
+
|
|
30305
|
+
<dl>
|
|
30306
|
+
<dd>
|
|
30307
|
+
|
|
30308
|
+
<dl>
|
|
30309
|
+
<dd>
|
|
30310
|
+
|
|
30311
|
+
```ruby
|
|
30312
|
+
client.account.post_v1account_api_keys_list
|
|
30313
|
+
```
|
|
29520
30314
|
</dd>
|
|
29521
30315
|
</dl>
|
|
30316
|
+
</dd>
|
|
30317
|
+
</dl>
|
|
30318
|
+
|
|
30319
|
+
#### ⚙️ Parameters
|
|
29522
30320
|
|
|
29523
30321
|
<dl>
|
|
29524
30322
|
<dd>
|
|
29525
30323
|
|
|
29526
|
-
|
|
30324
|
+
<dl>
|
|
30325
|
+
<dd>
|
|
30326
|
+
|
|
30327
|
+
**request_options:** `Nordlet::Account::RequestOptions`
|
|
29527
30328
|
|
|
29528
30329
|
</dd>
|
|
29529
30330
|
</dl>
|
|
30331
|
+
</dd>
|
|
30332
|
+
</dl>
|
|
30333
|
+
|
|
30334
|
+
|
|
30335
|
+
</dd>
|
|
30336
|
+
</dl>
|
|
30337
|
+
</details>
|
|
29530
30338
|
|
|
30339
|
+
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">post_v1account_api_keys_revoke</a>(request) -> Nordlet::Account::Types::PostV1AccountAPIKeysRevokeResponse</code></summary>
|
|
29531
30340
|
<dl>
|
|
29532
30341
|
<dd>
|
|
29533
30342
|
|
|
29534
|
-
|
|
29535
|
-
|
|
30343
|
+
#### 🔌 Usage
|
|
30344
|
+
|
|
30345
|
+
<dl>
|
|
30346
|
+
<dd>
|
|
30347
|
+
|
|
30348
|
+
<dl>
|
|
30349
|
+
<dd>
|
|
30350
|
+
|
|
30351
|
+
```ruby
|
|
30352
|
+
client.account.post_v1account_api_keys_revoke(id: "id")
|
|
30353
|
+
```
|
|
30354
|
+
</dd>
|
|
30355
|
+
</dl>
|
|
29536
30356
|
</dd>
|
|
29537
30357
|
</dl>
|
|
29538
30358
|
|
|
30359
|
+
#### ⚙️ Parameters
|
|
30360
|
+
|
|
29539
30361
|
<dl>
|
|
29540
30362
|
<dd>
|
|
29541
30363
|
|
|
29542
|
-
|
|
30364
|
+
<dl>
|
|
30365
|
+
<dd>
|
|
30366
|
+
|
|
30367
|
+
**id:** `String`
|
|
29543
30368
|
|
|
29544
30369
|
</dd>
|
|
29545
30370
|
</dl>
|
|
@@ -29547,23 +30372,50 @@ client.account.post_v1account_companies_update
|
|
|
29547
30372
|
<dl>
|
|
29548
30373
|
<dd>
|
|
29549
30374
|
|
|
29550
|
-
**
|
|
30375
|
+
**request_options:** `Nordlet::Account::RequestOptions`
|
|
29551
30376
|
|
|
29552
30377
|
</dd>
|
|
29553
30378
|
</dl>
|
|
30379
|
+
</dd>
|
|
30380
|
+
</dl>
|
|
30381
|
+
|
|
30382
|
+
|
|
30383
|
+
</dd>
|
|
30384
|
+
</dl>
|
|
30385
|
+
</details>
|
|
29554
30386
|
|
|
30387
|
+
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">post_v1account_consent_accept</a>(request) -> Nordlet::Account::Types::PostV1AccountConsentAcceptResponse</code></summary>
|
|
29555
30388
|
<dl>
|
|
29556
30389
|
<dd>
|
|
29557
30390
|
|
|
29558
|
-
|
|
29559
|
-
|
|
30391
|
+
#### 🔌 Usage
|
|
30392
|
+
|
|
30393
|
+
<dl>
|
|
30394
|
+
<dd>
|
|
30395
|
+
|
|
30396
|
+
<dl>
|
|
30397
|
+
<dd>
|
|
30398
|
+
|
|
30399
|
+
```ruby
|
|
30400
|
+
client.account.post_v1account_consent_accept(
|
|
30401
|
+
accept_terms: true,
|
|
30402
|
+
accept_dpa: true
|
|
30403
|
+
)
|
|
30404
|
+
```
|
|
30405
|
+
</dd>
|
|
30406
|
+
</dl>
|
|
29560
30407
|
</dd>
|
|
29561
30408
|
</dl>
|
|
29562
30409
|
|
|
30410
|
+
#### ⚙️ Parameters
|
|
30411
|
+
|
|
29563
30412
|
<dl>
|
|
29564
30413
|
<dd>
|
|
29565
30414
|
|
|
29566
|
-
|
|
30415
|
+
<dl>
|
|
30416
|
+
<dd>
|
|
30417
|
+
|
|
30418
|
+
**accept_terms:** `Internal::Types::Boolean`
|
|
29567
30419
|
|
|
29568
30420
|
</dd>
|
|
29569
30421
|
</dl>
|
|
@@ -29571,7 +30423,7 @@ client.account.post_v1account_companies_update
|
|
|
29571
30423
|
<dl>
|
|
29572
30424
|
<dd>
|
|
29573
30425
|
|
|
29574
|
-
**
|
|
30426
|
+
**accept_dpa:** `Internal::Types::Boolean`
|
|
29575
30427
|
|
|
29576
30428
|
</dd>
|
|
29577
30429
|
</dl>
|
|
@@ -29591,7 +30443,7 @@ client.account.post_v1account_companies_update
|
|
|
29591
30443
|
</dl>
|
|
29592
30444
|
</details>
|
|
29593
30445
|
|
|
29594
|
-
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">
|
|
30446
|
+
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">post_v1account_profile_update</a>(request) -> Nordlet::Account::Types::PostV1AccountProfileUpdateResponse</code></summary>
|
|
29595
30447
|
<dl>
|
|
29596
30448
|
<dd>
|
|
29597
30449
|
|
|
@@ -29604,7 +30456,7 @@ client.account.post_v1account_companies_update
|
|
|
29604
30456
|
<dd>
|
|
29605
30457
|
|
|
29606
30458
|
```ruby
|
|
29607
|
-
client.account.
|
|
30459
|
+
client.account.post_v1account_profile_update
|
|
29608
30460
|
```
|
|
29609
30461
|
</dd>
|
|
29610
30462
|
</dl>
|
|
@@ -29619,7 +30471,7 @@ client.account.post_v1account_companies_archive(company_id: "companyId")
|
|
|
29619
30471
|
<dl>
|
|
29620
30472
|
<dd>
|
|
29621
30473
|
|
|
29622
|
-
**
|
|
30474
|
+
**name:** `String`
|
|
29623
30475
|
|
|
29624
30476
|
</dd>
|
|
29625
30477
|
</dl>
|
|
@@ -29639,7 +30491,7 @@ client.account.post_v1account_companies_archive(company_id: "companyId")
|
|
|
29639
30491
|
</dl>
|
|
29640
30492
|
</details>
|
|
29641
30493
|
|
|
29642
|
-
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">
|
|
30494
|
+
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">post_v1account_email_change_request</a>(request) -> Nordlet::Account::Types::PostV1AccountEmailChangeRequestResponse</code></summary>
|
|
29643
30495
|
<dl>
|
|
29644
30496
|
<dd>
|
|
29645
30497
|
|
|
@@ -29652,7 +30504,7 @@ client.account.post_v1account_companies_archive(company_id: "companyId")
|
|
|
29652
30504
|
<dd>
|
|
29653
30505
|
|
|
29654
30506
|
```ruby
|
|
29655
|
-
client.account.
|
|
30507
|
+
client.account.post_v1account_email_change_request(new_email: "newEmail")
|
|
29656
30508
|
```
|
|
29657
30509
|
</dd>
|
|
29658
30510
|
</dl>
|
|
@@ -29667,7 +30519,15 @@ client.account.post_v1account_companies_delete(company_id: "companyId")
|
|
|
29667
30519
|
<dl>
|
|
29668
30520
|
<dd>
|
|
29669
30521
|
|
|
29670
|
-
**
|
|
30522
|
+
**new_email:** `String`
|
|
30523
|
+
|
|
30524
|
+
</dd>
|
|
30525
|
+
</dl>
|
|
30526
|
+
|
|
30527
|
+
<dl>
|
|
30528
|
+
<dd>
|
|
30529
|
+
|
|
30530
|
+
**locale:** `Nordlet::Account::Types::PostV1AccountEmailChangeRequestRequestLocale`
|
|
29671
30531
|
|
|
29672
30532
|
</dd>
|
|
29673
30533
|
</dl>
|
|
@@ -29687,7 +30547,7 @@ client.account.post_v1account_companies_delete(company_id: "companyId")
|
|
|
29687
30547
|
</dl>
|
|
29688
30548
|
</details>
|
|
29689
30549
|
|
|
29690
|
-
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">
|
|
30550
|
+
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">post_v1account_sessions_list</a>(request) -> Nordlet::Account::Types::PostV1AccountSessionsListResponse</code></summary>
|
|
29691
30551
|
<dl>
|
|
29692
30552
|
<dd>
|
|
29693
30553
|
|
|
@@ -29700,7 +30560,7 @@ client.account.post_v1account_companies_delete(company_id: "companyId")
|
|
|
29700
30560
|
<dd>
|
|
29701
30561
|
|
|
29702
30562
|
```ruby
|
|
29703
|
-
client.account.
|
|
30563
|
+
client.account.post_v1account_sessions_list
|
|
29704
30564
|
```
|
|
29705
30565
|
</dd>
|
|
29706
30566
|
</dl>
|
|
@@ -29715,14 +30575,6 @@ client.account.post_v1account_companies_activate(company_id: "companyId")
|
|
|
29715
30575
|
<dl>
|
|
29716
30576
|
<dd>
|
|
29717
30577
|
|
|
29718
|
-
**company_id:** `String`
|
|
29719
|
-
|
|
29720
|
-
</dd>
|
|
29721
|
-
</dl>
|
|
29722
|
-
|
|
29723
|
-
<dl>
|
|
29724
|
-
<dd>
|
|
29725
|
-
|
|
29726
30578
|
**request_options:** `Nordlet::Account::RequestOptions`
|
|
29727
30579
|
|
|
29728
30580
|
</dd>
|
|
@@ -29735,7 +30587,7 @@ client.account.post_v1account_companies_activate(company_id: "companyId")
|
|
|
29735
30587
|
</dl>
|
|
29736
30588
|
</details>
|
|
29737
30589
|
|
|
29738
|
-
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">
|
|
30590
|
+
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">post_v1account_sessions_revoke</a>(request) -> Nordlet::Account::Types::PostV1AccountSessionsRevokeResponse</code></summary>
|
|
29739
30591
|
<dl>
|
|
29740
30592
|
<dd>
|
|
29741
30593
|
|
|
@@ -29748,7 +30600,7 @@ client.account.post_v1account_companies_activate(company_id: "companyId")
|
|
|
29748
30600
|
<dd>
|
|
29749
30601
|
|
|
29750
30602
|
```ruby
|
|
29751
|
-
client.account.
|
|
30603
|
+
client.account.post_v1account_sessions_revoke(id: "id")
|
|
29752
30604
|
```
|
|
29753
30605
|
</dd>
|
|
29754
30606
|
</dl>
|
|
@@ -29763,7 +30615,7 @@ client.account.post_v1account_api_keys_create(name: "name")
|
|
|
29763
30615
|
<dl>
|
|
29764
30616
|
<dd>
|
|
29765
30617
|
|
|
29766
|
-
**
|
|
30618
|
+
**id:** `String`
|
|
29767
30619
|
|
|
29768
30620
|
</dd>
|
|
29769
30621
|
</dl>
|
|
@@ -29771,10 +30623,42 @@ client.account.post_v1account_api_keys_create(name: "name")
|
|
|
29771
30623
|
<dl>
|
|
29772
30624
|
<dd>
|
|
29773
30625
|
|
|
29774
|
-
**
|
|
30626
|
+
**request_options:** `Nordlet::Account::RequestOptions`
|
|
29775
30627
|
|
|
29776
30628
|
</dd>
|
|
29777
30629
|
</dl>
|
|
30630
|
+
</dd>
|
|
30631
|
+
</dl>
|
|
30632
|
+
|
|
30633
|
+
|
|
30634
|
+
</dd>
|
|
30635
|
+
</dl>
|
|
30636
|
+
</details>
|
|
30637
|
+
|
|
30638
|
+
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">post_v1account_sessions_revoke_others</a>(request) -> Nordlet::Account::Types::PostV1AccountSessionsRevokeOthersResponse</code></summary>
|
|
30639
|
+
<dl>
|
|
30640
|
+
<dd>
|
|
30641
|
+
|
|
30642
|
+
#### 🔌 Usage
|
|
30643
|
+
|
|
30644
|
+
<dl>
|
|
30645
|
+
<dd>
|
|
30646
|
+
|
|
30647
|
+
<dl>
|
|
30648
|
+
<dd>
|
|
30649
|
+
|
|
30650
|
+
```ruby
|
|
30651
|
+
client.account.post_v1account_sessions_revoke_others
|
|
30652
|
+
```
|
|
30653
|
+
</dd>
|
|
30654
|
+
</dl>
|
|
30655
|
+
</dd>
|
|
30656
|
+
</dl>
|
|
30657
|
+
|
|
30658
|
+
#### ⚙️ Parameters
|
|
30659
|
+
|
|
30660
|
+
<dl>
|
|
30661
|
+
<dd>
|
|
29778
30662
|
|
|
29779
30663
|
<dl>
|
|
29780
30664
|
<dd>
|
|
@@ -29791,7 +30675,7 @@ client.account.post_v1account_api_keys_create(name: "name")
|
|
|
29791
30675
|
</dl>
|
|
29792
30676
|
</details>
|
|
29793
30677
|
|
|
29794
|
-
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">
|
|
30678
|
+
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">download_everything_nordlet_stores_about_the_signed_in_user</a>(request) -> Nordlet::Account::Types::PostV1AccountExportResponse</code></summary>
|
|
29795
30679
|
<dl>
|
|
29796
30680
|
<dd>
|
|
29797
30681
|
|
|
@@ -29804,7 +30688,7 @@ client.account.post_v1account_api_keys_create(name: "name")
|
|
|
29804
30688
|
<dd>
|
|
29805
30689
|
|
|
29806
30690
|
```ruby
|
|
29807
|
-
client.account.
|
|
30691
|
+
client.account.download_everything_nordlet_stores_about_the_signed_in_user
|
|
29808
30692
|
```
|
|
29809
30693
|
</dd>
|
|
29810
30694
|
</dl>
|
|
@@ -29831,10 +30715,24 @@ client.account.post_v1account_api_keys_list
|
|
|
29831
30715
|
</dl>
|
|
29832
30716
|
</details>
|
|
29833
30717
|
|
|
29834
|
-
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">
|
|
30718
|
+
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">delete_the_signed_in_user_account</a>(request) -> Nordlet::Account::Types::PostV1AccountDeleteResponse</code></summary>
|
|
30719
|
+
<dl>
|
|
30720
|
+
<dd>
|
|
30721
|
+
|
|
30722
|
+
#### 📝 Description
|
|
30723
|
+
|
|
30724
|
+
<dl>
|
|
30725
|
+
<dd>
|
|
30726
|
+
|
|
29835
30727
|
<dl>
|
|
29836
30728
|
<dd>
|
|
29837
30729
|
|
|
30730
|
+
Removes the user: sessions, sign-in links, memberships and pending invitations are deleted at once; the email and name are replaced by an anonymous placeholder immediately and the remaining row is removed after 30 days. Refused while the user still owns or pays for a company that is not deleted.
|
|
30731
|
+
</dd>
|
|
30732
|
+
</dl>
|
|
30733
|
+
</dd>
|
|
30734
|
+
</dl>
|
|
30735
|
+
|
|
29838
30736
|
#### 🔌 Usage
|
|
29839
30737
|
|
|
29840
30738
|
<dl>
|
|
@@ -29844,7 +30742,7 @@ client.account.post_v1account_api_keys_list
|
|
|
29844
30742
|
<dd>
|
|
29845
30743
|
|
|
29846
30744
|
```ruby
|
|
29847
|
-
client.account.
|
|
30745
|
+
client.account.delete_the_signed_in_user_account(confirm_email: "confirmEmail")
|
|
29848
30746
|
```
|
|
29849
30747
|
</dd>
|
|
29850
30748
|
</dl>
|
|
@@ -29859,7 +30757,7 @@ client.account.post_v1account_api_keys_revoke(id: "id")
|
|
|
29859
30757
|
<dl>
|
|
29860
30758
|
<dd>
|
|
29861
30759
|
|
|
29862
|
-
**
|
|
30760
|
+
**confirm_email:** `String`
|
|
29863
30761
|
|
|
29864
30762
|
</dd>
|
|
29865
30763
|
</dl>
|